updating image alt text
This commit is contained in:
parent
3ad35ee798
commit
3e84a1f010
3 changed files with 12 additions and 12 deletions
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
<div class="flexobject button pinkborder">
|
||||
<a href="https://merch.pogmom.me">
|
||||
<img title="Merch Store Button" alt="Shop icon" src="/assets/img/icons/social/shop.svg">
|
||||
<img title="Merch Store Button" alt="Merch Store icon" src="/assets/img/icons/social/shop.svg">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<hr>
|
||||
<h3 class="sidebar-caption">Check out my friends!</h3>
|
||||
<a href="https://cassiecandles.net/">
|
||||
<img class="sidebar-webring" alt="" src="/assets/img/webring/cassie_candles.webp"></img>
|
||||
<img class="sidebar-webring" alt="Cassie Candles website icon" src="/assets/img/webring/cassie_candles.webp"></img>
|
||||
</a>
|
||||
<hr>
|
||||
<a class="mastodon-feed" href="https://masto.pogmom.me/@pogmommy" data-toot-limit="3" data-toot-account-id="110533482420174821" data-exclude-replies="true" data-exclude-reblogs="true"><p id="emfed-placeholder" class="sidebar-caption">Enable javascript to load mastodon posts</p></a>
|
||||
|
|
|
@ -14,61 +14,61 @@
|
|||
<div class="pagecontent">
|
||||
<a href="https://pogmom.me" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/home.svg">
|
||||
<img alt="" src="/assets/img/icons/social/home.svg">
|
||||
<h2>Homepage</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://masto.pogmom.me/@pogmommy" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/mastodon.svg">
|
||||
<img alt="Mastodon Icon" src="/assets/img/icons/social/mastodon.svg"></img>
|
||||
<h2>Mastodon</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://pixel.pogmom.me/pogmommy" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/pixelfed.svg">
|
||||
<img alt="Pixelfed Icon" src="/assets/img/icons/social/pixelfed.svg"></img>
|
||||
<h2>Pixelfed</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://peertube.pogmom.me/a/pogmommy" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/peertube.svg">
|
||||
<img alt="Peertube Icon" src="/assets/img/icons/social/peertube.svg"></img>
|
||||
<h2>Peertube</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://matrix.to/#/@pogmommy:matrix.pogmom.me" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/matrix.svg">
|
||||
<img alt="Matrix Icon" src="/assets/img/icons/social/matrix.svg"></img>
|
||||
<h2>Matrix</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://git.pogmom.me/pogmommy" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/gitea.svg">
|
||||
<img alt="Gitea Icon" src="/assets/img/icons/social/gitea.svg"></img>
|
||||
<h2>Gitea</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="mailto:penelope@pogmom.me" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/email.svg">
|
||||
<img alt="Email Icon" src="/assets/img/icons/social/email.svg"></img>
|
||||
<h2>Email</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://trakt.tv/users/pogmommy" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/peertube.svg">
|
||||
<img alt="Trakt Icon" src="/assets/img/icons/social/peertube.svg"></img>
|
||||
<h2>Trakt</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://listenbrainz.org/user/pogmommy/" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/listenbrainz.svg">
|
||||
<img alt="ListenBrainz Icon" src="/assets/img/icons/social/listenbrainz.svg"></img>
|
||||
<h2>ListenBrainz</h2>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://merch.pogmom.me" class="sociallist">
|
||||
<div class="bubble flexrow button">
|
||||
<img src="/assets/img/icons/social/shop.svg">
|
||||
<img alt="Merch Store Icon" src="/assets/img/icons/social/shop.svg"></img>
|
||||
<h2>Merch Store</h2>
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue