diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 12:38:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 12:38:29 -0400 |
| commit | 03ea3ba1d7069a4fc66cfbcd443e9aebe26a9d10 (patch) | |
| tree | 48d4397c0d88ac4ada577d819c108d255dc50c96 | |
| parent | 70d78628df3fe9a74c56895561d2edc9fcf6d3eb (diff) | |
add alt text to decorative logo in footer
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 | ||||
| -rw-r--r-- | static/donate.html | 2 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/static/build.html b/static/build.html index b3addb5f..39abfbc1 100644 --- a/static/build.html +++ b/static/build.html @@ -359,7 +359,7 @@ cd ../..</pre> external/ repositories. There are no modifications to it for GrapheneOS.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> diff --git a/static/contact.html b/static/contact.html index f8cca6fd..74603983 100644 --- a/static/contact.html +++ b/static/contact.html @@ -35,7 +35,7 @@ can be used for anything else.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> diff --git a/static/donate.html b/static/donate.html index a33f06cd..99cd2bab 100644 --- a/static/donate.html +++ b/static/donate.html @@ -42,7 +42,7 @@ does not allow multiple personal accounts</a>. </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> diff --git a/static/index.html b/static/index.html index 9367a585..c498ea35 100644 --- a/static/index.html +++ b/static/index.html @@ -104,7 +104,7 @@ ends up being fairly tied to the hardware.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> diff --git a/static/install.html b/static/install.html index 2c414a4d..8e0ab2bc 100644 --- a/static/install.html +++ b/static/install.html @@ -110,7 +110,7 @@ TMPDIR="$PWD/tmp" ./flash-all.sh</pre> <pre>fastboot erase avb_custom_key</pre> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> diff --git a/static/releases.html b/static/releases.html index 7b9df5cf..85d4ffd6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -54,7 +54,7 @@ <script src="/releases.js?2"></script> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> diff --git a/static/source.html b/static/source.html index ec1611be..6d97208f 100644 --- a/static/source.html +++ b/static/source.html @@ -60,7 +60,7 @@ build system, similar to other prebuilts like Chromium.</p> </div> <footer> - <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599"/>GrapheneOS</a> + <a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a> <div id="social"> <a href="https://twitter.com/GrapheneOS">Twitter</a> </div> |
