Skip to content

Commit

Permalink
Improve alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Jun 21, 2024
1 parent 3b5b2e1 commit a5559e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/pages/404/404.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<img src="assets/raised_eyebrow.svg"/>
<img src="assets/raised_eyebrow.svg" alt="An emoji face with one eyebrow raised in a quisical expression."/>

<h1>Page Not Found</h1>

Expand Down
6 changes: 3 additions & 3 deletions config/pages/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>An emoji pack so good, you'll never want to use another.</h1>
<span>Take me to the downloads!</span>
</a>
</div>
<img id="heroimage" src="assets/Emoji_Hero.svg" alt="Emojis bursting from center point" />
<img id="heroimage" src="assets/Emoji_Hero.svg" alt="Several emoji faces bursting out from a center point." />
</div>

<div id="landingbody">
Expand All @@ -18,13 +18,13 @@ <h2>Express yourself in new ways.</h2>
<section>
<h2>Simple, and just darn cute.</h2>
<p>Mutant Remix pays homage to the good old Android blob emojis and combining the same style with the amazing-looking Mutant Standard emoji pack.</p>
<img src="assets/Emoji_Formula.svg" alt="Emojis bursting from center point" />
<img src="assets/Emoji_Formula.svg" alt="A formula showing that a smiling Android blob emoji plus a smiling Mutant Standard emoji equals a smiling Mutant Remix emoji." />
</section>

<section>
<h2>Want it? Use it!</h2>
<p>Mutant Remix is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Feel free to go crazy with it - as long as you respect the license.</p>
<img id="copyright" src="assets/Copyright.svg" alt="Emojis bursting from center point" />
<img id="copyright" src="assets/Copyright.svg" alt="A badge that says 'CC BY-NC-SA'" />
</section>

<section>
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<main id="main">
<div>
<img src="assets/raised_eyebrow.svg"/>
<img src="assets/raised_eyebrow.svg" alt="An emoji face with one eyebrow raised in a quisical expression."/>
<h1>Page Not Found</h1>
<p>We're not even sure how you got to this page considering it doesn't exist...</p>
<a class="button" href="/">
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1>An emoji pack so good, you'll never want to use another.</h1>
<span>Take me to the downloads!</span>
</a>
</div>
<img id="heroimage" src="assets/Emoji_Hero.svg" alt="Emojis bursting from center point" />
<img id="heroimage" src="assets/Emoji_Hero.svg" alt="Several emoji faces bursting out from a center point." />
</div>

<div id="landingbody">
Expand All @@ -65,13 +65,13 @@ <h2>Express yourself in new ways.</h2>
<section>
<h2>Simple, and just darn cute.</h2>
<p>Mutant Remix pays homage to the good old Android blob emojis and combining the same style with the amazing-looking Mutant Standard emoji pack.</p>
<img src="assets/Emoji_Formula.svg" alt="Emojis bursting from center point" />
<img src="assets/Emoji_Formula.svg" alt="A formula showing that a smiling Android blob emoji plus a smiling Mutant Standard emoji equals a smiling Mutant Remix emoji." />
</section>

<section>
<h2>Want it? Use it!</h2>
<p>Mutant Remix is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Feel free to go crazy with it - as long as you respect the license.</p>
<img id="copyright" src="assets/Copyright.svg" alt="Emojis bursting from center point" />
<img id="copyright" src="assets/Copyright.svg" alt="A badge that says 'CC BY-NC-SA'" />
</section>

<section>
Expand Down

0 comments on commit a5559e9

Please sign in to comment.