BIN
website/assets/binkies/eighteightthirtyone.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
website/assets/binkies/unnick.png
Normal file
After Width: | Height: | Size: 510 B |
BIN
website/assets/binkies/unnick.webp
Normal file
After Width: | Height: | Size: 482 B |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 17 KiB |
|
@ -1,4 +1,4 @@
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Emoji:wght@300..700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
|
|
|
@ -13,8 +13,8 @@ __TEMPLATE_HEAD__
|
||||||
|
|
||||||
<div class="order">
|
<div class="order">
|
||||||
<div class="paper details">
|
<div class="paper details">
|
||||||
<h1><span class="emoji">☹️☹️☹️</span>.ovh</h1>
|
<h1>sad.ovh</h1>
|
||||||
<p>I'm Latvian, 17. My name's Sophie <small>meows a lot</small>. 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 with peeps! My favorite games recently have been Minecraft and Stardew Valley! DM me
|
<p>I love to play games with peeps! My favorite games recently have been Minecraft and Stardew Valley! DM me
|
||||||
if you wanna play with me ^w^
|
if you wanna play with me ^w^
|
||||||
|
@ -88,12 +88,13 @@ __TEMPLATE_HEAD__
|
||||||
</a>
|
</a>
|
||||||
<a href="https://unnick.mice.tel">
|
<a href="https://unnick.mice.tel">
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="https://unnick.mice.tel/88x31.webp" type="image/webp">
|
<source srcset="/assets/binkies/unnick.webp" type="image/webp">
|
||||||
<img src="https://unnick.mice.tel/88x31.png" width="88" height="31" alt="unnick">
|
<img src="/assets/binkies/unnick.png" width="88" height="31" alt="unnick">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/NotNite/eightyeightthirtyone" class="hasBadge"><img src="https://eightyeightthirty.one/88x31.png"
|
<a href="https://github.com/NotNite/eightyeightthirtyone" class="hasBadge">
|
||||||
alt="eightyeightthirty.one"></a>
|
<img src="/assets/binkies/eighteightthirtyone.png" alt="eightyeightthirty.one">
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="paper webrings">
|
<div class="paper webrings">
|
||||||
<webring-container>
|
<webring-container>
|
||||||
|
@ -104,7 +105,8 @@ __TEMPLATE_HEAD__
|
||||||
<script src="https://palette.nekoweb.org/webring.js"></script>
|
<script src="https://palette.nekoweb.org/webring.js"></script>
|
||||||
</webring-container>
|
</webring-container>
|
||||||
|
|
||||||
<iframe id="bucket-webring" style="width: 100%; height: 3rem; border: none;margin-top:5px;" src="https://webring.bucketfish.me/embed.html?name=☹️☹️☹️.ovh&lightmode=true"></iframe>
|
<iframe id="bucket-webring" style="width: 100%; height: 3rem; border: none;margin-top:5px;"
|
||||||
|
src="https://webring.bucketfish.me/embed.html?name=☹️☹️☹️.ovh&lightmode=true"></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="paper lastfm" id="lastfm">
|
<div class="paper lastfm" id="lastfm">
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="preconnect" href="https://rsms.me/">
|
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
|
||||||
|
|
||||||
<!-- Primary Meta Tags -->
|
<!-- Primary Meta Tags -->
|
||||||
<title>soph's blog and information</title>
|
<title>soph's blog and information</title>
|
||||||
<meta name="title" content="soph's blog and information" />
|
<meta name="title" content="soph's blog and information" />
|
||||||
|
|