Link to Pixelfed
This commit is contained in:
parent
4146e80af4
commit
866782f90f
BIN
images/pixelfed.png
Normal file
BIN
images/pixelfed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 176 KiB |
10
index.html
10
index.html
|
@ -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>
|
||||
|
|
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue