Added alt
text to <img/>
elements
This commit is contained in:
parent
19325bb610
commit
cbd3143bb7
1 changed files with 5 additions and 1 deletions
|
@ -12,6 +12,7 @@ export default function({ comp }) {
|
|||
src="https://static.fosterhangdaan.com/icons/simple-icons/latest/forgejo.svg"
|
||||
className="icon"
|
||||
style={iconStyle}
|
||||
alt="forgejo"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://mastodon.online/@foster" title="Mastodon" target="_blank">
|
||||
|
@ -19,6 +20,7 @@ export default function({ comp }) {
|
|||
src="https://static.fosterhangdaan.com/icons/simple-icons/latest/mastodon.svg"
|
||||
className="icon"
|
||||
style={iconStyle}
|
||||
alt="mastodon"
|
||||
/>
|
||||
</a>
|
||||
<a href="mailto:foster@hangdaan.email" title="eMail">
|
||||
|
@ -26,6 +28,7 @@ export default function({ comp }) {
|
|||
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/mail-filled.svg"
|
||||
className="icon"
|
||||
style={iconStyle}
|
||||
alt="e-mail"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://www.fosterhangdaan.com/blog/feed.rss" title="RSS Feed">
|
||||
|
@ -33,11 +36,12 @@ export default function({ comp }) {
|
|||
src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/rss.svg"
|
||||
className="icon"
|
||||
style={iconStyle}
|
||||
alt="rss"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<p>Copyright © 2023 Foster Hangdaan</p>
|
||||
<p>Made with <a href="https://lume.land/" target="_blank">Lume</a>, <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love"/>.</p>
|
||||
<p>Made with <a href="https://lume.land/" target="_blank">Lume</a>, <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love" alt="love"/>.</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue