More binkies + thinliquid's logo!! tysm :3
All checks were successful
/ test (push) Successful in 16s
All checks were successful
/ test (push) Successful in 16s
This commit is contained in:
parent
01ab567df8
commit
1efaf2f0b1
BIN
website/assets/binkies/2rin.gif
Normal file
BIN
website/assets/binkies/2rin.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 KiB |
BIN
website/assets/binkies/statuscafe.png
Normal file
BIN
website/assets/binkies/statuscafe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
website/assets/logo.png
Normal file
BIN
website/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
|
@ -110,7 +110,9 @@ h6 {
|
||||||
grid-area: blog;
|
grid-area: blog;
|
||||||
min-height: 75vh;
|
min-height: 75vh;
|
||||||
}
|
}
|
||||||
|
.logo {
|
||||||
|
max-width:80%;
|
||||||
|
max-height:80%;}
|
||||||
webring-container {
|
webring-container {
|
||||||
width: unset !important;
|
width: unset !important;
|
||||||
height: unset !important;
|
height: unset !important;
|
||||||
|
|
|
@ -14,7 +14,9 @@ __TEMPLATE_HEAD__
|
||||||
|
|
||||||
<div class="order">
|
<div class="order">
|
||||||
<div class="paper details">
|
<div class="paper details">
|
||||||
<h1>sad.ovh</h1>
|
<img src="/assets/logo.png" class="logo"><br>
|
||||||
|
|
||||||
|
<small>Thanks <a href="https://thinliquid.dev">thinliquid</a> for creating this cute logo!</small>
|
||||||
<p>I'm Latvian, 17. My name's Sophie. I love listening to music.</p>
|
<p>I'm Latvian, 17. My name's Sophie. I love listening to music.</p>
|
||||||
|
|
||||||
<p>I love to play games, code, and listen to music. #tybg</p>
|
<p>I love to play games, code, and listen to music. #tybg</p>
|
||||||
|
|
|
@ -16,9 +16,10 @@ const binky = [
|
||||||
["https://satorikeiko.surge.sh", "satorikeiko.png"],
|
["https://satorikeiko.surge.sh", "satorikeiko.png"],
|
||||||
["https://nekoaerospace.nekoweb.org", "nekoaerospace.png"],
|
["https://nekoaerospace.nekoweb.org", "nekoaerospace.png"],
|
||||||
["https://derg.rest", "tom.png"],
|
["https://derg.rest", "tom.png"],
|
||||||
["https://sillylaird.nekoweb.org/", "sillylairdb.png"]
|
["https://sillylaird.nekoweb.org/", "sillylairdb.png"],
|
||||||
|
["https://2rin.nekoweb.org", "2rin.gif"],
|
||||||
|
["https://status.cafe", "statuscafe.png"],
|
||||||
];
|
];
|
||||||
|
|
||||||
binky.forEach((z) => {
|
binky.forEach((z) => {
|
||||||
const a = document.createElement("a");
|
const a = document.createElement("a");
|
||||||
a.href = z[0];
|
a.href = z[0];
|
||||||
|
|
Loading…
Reference in a new issue