accessibility maxxing

This commit is contained in:
sundae 2025-09-11 19:30:58 +03:00
parent 6c9294f0a0
commit f18a342ae5
No known key found for this signature in database
64 changed files with 320 additions and 205 deletions

View file

@ -6,6 +6,6 @@ icon: "M10 25H21V22H10Zm4-13H10v3h4v4h3V15h4V12H17V8H14ZM5 3H20l7 7V30H5Z"
{%for update in collections.updates reversed%}
<article>
<h2><time datetime="{{update.page.fileSlug|ISO}}">{{update.page.fileSlug|readable}}</time>{%if update.data.title%}<code>{{update.data.title}}</code>{%endif%}</h2>{{ update.content }}
{{ update.content }}
</article>
{%endfor%}

View file

@ -48,7 +48,7 @@ icon: "M20 20V30h8V12L16 2 4 12V30h8V20Z"
{%for item in media-albums.items%}
<li>
<a href="{{item.src}}">
<div><img src="{{item.cover}}" /></div>
<div><img src="{{item.cover}}" alt="Album art cover for {{item.title}}"/></div>
<span>{{item.artist}} - {{item.title}}</span>
</a>
</li>
@ -61,7 +61,7 @@ icon: "M20 20V30h8V12L16 2 4 12V30h8V20Z"
{%for item in media-modules.items%}
<li>
<a href="{{item.src}}">
<div><img src="/assets/img/media/music/{{item.tracker}}.png" /></div>
<div><img src="/assets/img/media/music/{{item.tracker}}.png" alt="{{item.tracker|capitalize}} module"/></div>
<span>{{item.artist}} - {{item.title}}</span>
</a>
</li>
@ -74,7 +74,7 @@ icon: "M20 20V30h8V12L16 2 4 12V30h8V20Z"
{%for item in media-manga.items%}
<li>
<a href="{{item.src}}">
<div><img src="{{item.cover}}" /></div>
<div><img src="{{item.cover}}" alt="Manga art cover for {{item.alt}}"/></div>
<span>{{item.title}}</span>
</a>
</li>
@ -89,13 +89,13 @@ icon: "M20 20V30h8V12L16 2 4 12V30h8V20Z"
<ul role="list">
{%for item in 88x31-mine.items%}
<li>
<a href="{{item.src}}" title="{{item.name}}">
<a href="{{item.src}}" title="sunbun">
<img
{%if
item.id%}id="{{item.id}}"
{%endif%}
src="{{item.button}}"
alt="{{item.alt}}" />
alt="Sunny's website" />
</a>
</li>
{%endfor%}