web buttons! (+ lfs)
This commit is contained in:
parent
3fe7f28bd2
commit
816e68d673
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal 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
|
Binary file not shown.
BIN
public/img/buttons/ari melody.gif
(Stored with Git LFS)
Normal file
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
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
BIN
public/img/buttons/zaire.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -145,10 +145,21 @@
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
this site is intended to eventually replace
|
||||
<a href="https://mellodoot.com/" target="_blank">mellodoot.com</a>.
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
<h2>## cool people!</h2>
|
||||
|
||||
<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>
|
||||
|
||||
<footer>
|
||||
|
|
|
@ -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 {
|
||||
border-top: 1px solid #888;
|
||||
}
|
||||
|
|
Reference in a new issue