Footer: add alt text for icons

This commit is contained in:
Ivan R. 2023-10-10 22:16:16 +05:00
parent 4c8897b031
commit 4b9c52bbfa
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,12 +1,30 @@
<footer> <footer>
<a href="https://m.comfycamp.space/@lumin" rel="me" target="_blank"> <a href="https://m.comfycamp.space/@lumin" rel="me" target="_blank">
<img src="/icons/mastodon.svg" width="18px" height="18px" /> Mastodon <img
src="/icons/mastodon.svg"
width="18px"
height="18px"
alt="Mastodon logo"
/>
Mastodon
</a> </a>
<a href="https://matrix.to/#/@lumin:matrix.comfycamp.space" target="_blank"> <a href="https://matrix.to/#/@lumin:matrix.comfycamp.space" target="_blank">
<img src="/icons/matrix.svg" width="18px" height="18px" /> Matrix <img
src="/icons/matrix.svg"
width="18px"
height="18px"
alt="Matrix logo"
/>
Matrix
</a> </a>
<a href="https://github.com/ordinary-dev/comfycamp/issues/new" target="_blank"> <a href="https://github.com/ordinary-dev/comfycamp/issues/new" target="_blank">
<img src="/icons/github.svg" width="18px" height="18px" /> Обратная связь <img
src="/icons/github.svg"
width="18px"
height="18px"
alt="Github logo"
/>
Обратная связь
</a> </a>
</footer> </footer>