add alt text back in

This commit is contained in:
2023-03-05 13:51:09 +10:30
parent c9778a47a3
commit 39326ddbea
2 changed files with 6 additions and 6 deletions

View File

@ -1,22 +1,22 @@
<div class="link_tiles_grid"> <div class="link_tiles_grid">
<a href="{{ collections.post[-1].page.url }}"> <a href="{{ collections.post[-1].page.url }}">
<img src="_assets/img/most_recent.jpg"/> <img src="_assets/img/most_recent.jpg" alt="Mitsuami from the Splatoon manga saying 'pyo'. The image links to the most recent post on the website."/>
newest! newest!
</a> </a>
<a href="/blog/"> <a href="/blog/">
<img src="_assets/img/blog.jpg/> <img src="_assets/img/blog.jpg" alt="Yuko from the Nichijou anime slumped over a school desk. The image links to the 'blogs' page on the website."/>
blog blog
</a> </a>
<a href="/music/"> <a href="/music/">
<img src="_assets/img/music.jpg"/> <img src="_assets/img/music.jpg" alt="Nano from the Nichijou anime listening to music on a pair of headphones. The image links to the 'music' page on the website."/>
music music
</a> </a>
<a href="/games/"> <a href="/games/">
<img src="_assets/img/game.jpg"/> <img src="_assets/img/game.jpg" alt="Konata Izumi from the Lucky Star anime playing a video game on a playstation 2 while sitting on the floor. The image links to the 'game' page on the website."/>
games games
</a> </a>
<a href="/lists/"> <a href="/lists/">
<img src="_assets/img/lists.jpg"/> <img src="_assets/img/lists.jpg" alt="The character Rally from the Gunsmith Cats anime looking into her fridge disappointedly. Two bricks of c4 explosive can be seen on a fridge shelf. The image links to the 'lists' page on the website."/>
lists lists
</a> </a>
</div> </div>

View File

@ -3,5 +3,5 @@
</a> </a>
<div class="sidebar-contents"> <div class="sidebar-contents">
{% include 'partials/navigation.njk' %} {% include 'partials/navigation.njk' %}
<img src="/_assets/img/143.gif"/> <img src="/_assets/img/143.gif" alt="The character Yui Hirasawa from the anime K-on floating ina cube of water in a inner tube. The image has been rendered in a chibi, pixel art style with a short looping animation of Yui floating up and down."/>
</div> </div>