about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-12-19 14:14:22 +0000
committerAlyssa Ross <hi@alyssa.is>2020-12-22 03:26:39 +0000
commit55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2 (patch)
tree5925d7f597461e2fc38c5f3458f621fd29b2f2b2
parent6a2feb6e061037a8287c61da50106270431c357b (diff)
downloadwww-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.tar
www-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.tar.gz
www-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.tar.bz2
www-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.tar.lz
www-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.tar.xz
www-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.tar.zst
www-55a6a86fb7ec60cf1be0c1db5a33917d3a7e3eb2.zip
index.html: add alt text to logo
The empty alt text would make the image basically invisible if the
user agent didn't display the image for whatever reason.  This would
have been fine if the image was entirely decorative, but since it's
also the only way to navigate to the logo page it's important it has
some fallback content so there's still something to select.

Message-Id: <20201219142546.21683-1-hi@alyssa.is>
Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 10dcdeb..4345121 100644
--- a/index.html
+++ b/index.html
@@ -17,8 +17,8 @@
 <body>
 
 <a href="logo" style="float: left; margin: 0 1em 0.5em 0">
-  <img class="logo" src="logo/logo_html.svg" width="70" height="70" alt="">
-  <img class="no-logo" srcset="logo/logo140.png 140w" src="logo/logo70.png" width="70" height="70" alt="" hidden loading="lazy">
+  <img class="logo" src="logo/logo_html.svg" width="70" height="70" alt="Spectrum logo">
+  <img class="no-logo" srcset="logo/logo140.png 140w" src="logo/logo70.png" width="70" height="70" alt="Spectrum logo" hidden loading="lazy">
 </a>
 
 <h1>Spectrum — a step towards <em>usable</em> secure computing</h1>