Added many buttons :3
|
@ -100,3 +100,21 @@ a {
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline var(--link) auto;
|
text-decoration: underline var(--link) auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
display: flex;
|
||||||
|
width: 40em;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons > img {
|
||||||
|
padding: 0.15em;
|
||||||
|
width: 88px;
|
||||||
|
height: 31px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons > a > img {
|
||||||
|
padding: 0.15em;
|
||||||
|
width: 88px;
|
||||||
|
height: 31px;
|
||||||
|
}
|
||||||
|
|
BIN
src/buttons/antifa.gif
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
src/buttons/anythingbut.gif
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/buttons/bufreepalestine.gif
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
src/buttons/crushit.gif
Executable file
After Width: | Height: | Size: 253 B |
BIN
src/buttons/dbd.gif
Executable file
After Width: | Height: | Size: 6.5 KiB |
BIN
src/buttons/ddg.gif
Executable file
After Width: | Height: | Size: 7.8 KiB |
BIN
src/buttons/fediverse.gif
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
src/buttons/fspeech.gif
Executable file
After Width: | Height: | Size: 11 KiB |
BIN
src/buttons/graphic-design.gif
Executable file
After Width: | Height: | Size: 3 KiB |
BIN
src/buttons/hehimm.png
Executable file
After Width: | Height: | Size: 531 B |
BIN
src/buttons/leap123.gif
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/buttons/linux-now.gif
Executable file
After Width: | Height: | Size: 22 KiB |
BIN
src/buttons/neocities.gif
Executable file
After Width: | Height: | Size: 2.3 KiB |
BIN
src/buttons/no_fkn_thanks.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/buttons/onyx.xcf
Executable file
BIN
src/buttons/say-no-to-web3.gif
Executable file
After Width: | Height: | Size: 43 KiB |
BIN
src/buttons/scouting.gif
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/buttons/scouting.xcf
Executable file
BIN
src/buttons/ublock.png
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/buttons/vanten-s.gif
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
src/buttons/vanten-s.xcf
Executable file
|
@ -52,6 +52,29 @@
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<img src="buttons/onyx.gif">
|
<img src="buttons/onyx.gif">
|
||||||
<img src="buttons/tiktok.gif">
|
<img src="buttons/tiktok.gif">
|
||||||
|
<img src="buttons/hehimm.png">
|
||||||
|
<a href="https://vanten-s.com">
|
||||||
|
<img src="buttons/vanten-s.gif">
|
||||||
|
</a>
|
||||||
|
<img src="buttons/bufreepalestine.gif">
|
||||||
|
<img src="buttons/ublock.png">
|
||||||
|
<a href="https://neocities.org">
|
||||||
|
<img src="buttons/neocities.gif">
|
||||||
|
</a>
|
||||||
|
<a href="https://leap123.neocities.org">
|
||||||
|
<img src="buttons/leap123.gif">
|
||||||
|
</a>
|
||||||
|
<img src="buttons/graphic-design.gif">
|
||||||
|
<img src="buttons/linux-now.gif">
|
||||||
|
<img src="buttons/scouting.gif">
|
||||||
|
<img src="buttons/fediverse.gif">
|
||||||
|
<img src="buttons/no_fkn_thanks.gif">
|
||||||
|
<img src="buttons/antifa.gif">
|
||||||
|
<img src="buttons/dbd.gif">
|
||||||
|
<img src="buttons/ddg.gif">
|
||||||
|
<img src="buttons/crushit.gif">
|
||||||
|
<img src="buttons/fspeech.gif">
|
||||||
|
<img src="buttons/anythingbut.gif">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="navbar">
|
<ul class="navbar">
|
||||||
|
|