More binkies + thinliquid's logo!! tysm :3
All checks were successful
/ test (push) Successful in 16s

This commit is contained in:
Soph :3 2024-08-29 22:00:36 +03:00
parent 01ab567df8
commit 1efaf2f0b1
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
6 changed files with 9 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
website/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -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;

View file

@ -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>

View file

@ -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];