add bookwyrm

This commit is contained in:
Penelope Gwen 2025-03-27 00:45:03 -07:00
parent dd171b825a
commit 469fab7bd2
3 changed files with 65 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.7 KiB

View file

@ -37,6 +37,11 @@
<img title="Email Button" alt="Email icon" src="/assets/img/icons/social/email.svg">
</a>
</div>
<div class="flexobject button pinkborder">
<a href="https://books.theunseen.city/user/pogmommy">
<img title="BookWyrm Button" alt="BookWyrm icon" src="/assets/img/icons/social/bookwyrm.svg">
</a>
</div>
<div class="flexobject button pinkborder">
<a href="https://trakt.tv/users/pogmommy">
<img title="Trakt Button" alt="Trakt icon" src="/assets/img/icons/social/trakt.svg">

View file

@ -54,9 +54,15 @@
<h2>Email</h2>
</div>
</a>
<a href="https://books.theunseen.city/user/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="BookWyrm Icon" src="/assets/img/icons/social/bookwyrm.svg"></img>
<h2>BookWyrm</h2>
</div>
</a>
<a href="https://trakt.tv/users/pogmommy" class="sociallist">
<div class="bubble flexrow button">
<img alt="Trakt Icon" src="/assets/img/icons/social/peertube.svg"></img>
<img alt="Trakt Icon" src="/assets/img/icons/social/trakt.svg"></img>
<h2>Trakt</h2>
</div>
</a>