add bookwyrm
This commit is contained in:
parent
dd171b825a
commit
469fab7bd2
3 changed files with 65 additions and 1 deletions
53
assets/img/icons/social/bookwyrm.svg
Normal file
53
assets/img/icons/social/bookwyrm.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.7 KiB |
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue