Link to Pixelfed

This commit is contained in:
Jimbo 2024-09-11 16:14:07 -04:00
parent 4146e80af4
commit 866782f90f
3 changed files with 11 additions and 0 deletions

BIN
images/pixelfed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View file

@ -104,6 +104,16 @@
</div>
</button>
</a>
<a href="https://pics.jimbosfiles.com">
<button class="custom-button pixelfed">
<div class="color-part"></div>
<div class="button-content">
<img class="button-image" src="./images/pixelfed.png" alt="Button Logo" style="width: 4.5em; height: auto;">
<span class="button-text">Pixelfed</span>
<span class="button-subtext">Instagramish</span>
</div>
</button>
</a>
<a href="https://torrent.jimbosfiles.com">
<button class="custom-button torrent">
<div class="color-part"></div>

View file

@ -69,6 +69,7 @@ header img {
.element .color-part { background-color: #4ca68c; }
.mastodon .color-part { background-color: #776bc9; }
.lemmy .color-part { background-color: #183038; }
.pixelfed .color-part { background-color: #d9944a; }
.torrent .color-part { background-color: #bf3b51; }
.mail .color-part { background-color: #0777B6; }