web buttons! (+ lfs)

This commit is contained in:
ari melody 2023-11-21 14:17:41 +00:00
parent 3fe7f28bd2
commit 816e68d673
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 46 additions and 4 deletions

11
.gitattributes vendored Normal file
View file

@ -0,0 +1,11 @@
# image
*.png filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
# audio
*.wav filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text
# video
*.webm filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text

BIN
public/img/buttons/ari melody.gif (Stored with Git LFS) Normal file

Binary file not shown.

BIN
public/img/buttons/mae.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
public/img/buttons/zaire.gif (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -145,10 +145,21 @@
</li> </li>
</ul> </ul>
<p> <hr>
this site is intended to eventually replace
<a href="https://mellodoot.com/" target="_blank">mellodoot.com</a>. <h2>## cool people!</h2>
</p>
<div id="web-buttons">
<a href="https://arimelody.me" target="_blank">
<img src="/img/buttons/ari melody.gif" alt="ari melody web button">
</a>
<a href="https://supitszaire.com" target="_blank">
<img src="/img/buttons/zaire.gif" alt="zaire web button">
</a>
<a href="https://mae.wtf" target="_blank">
<img src="/img/buttons/mae.png" alt="vimae web button">
</a>
</div>
</main> </main>
<footer> <footer>

View file

@ -271,6 +271,20 @@ ul.links li a:hover {
} }
} }
div#web-buttons {
margin: 2rem 0;
}
#web-buttons a {
text-decoration: none;
}
#web-buttons img {
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
}
footer { footer {
border-top: 1px solid #888; border-top: 1px solid #888;
} }