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 {
|
||||
font-family: "Inter", sans-serif;
|
||||
|
|
|
@ -13,8 +13,8 @@ __TEMPLATE_HEAD__
|
|||
|
||||
<div class="order">
|
||||
<div class="paper details">
|
||||
<h1><span class="emoji">☹️☹️☹️</span>.ovh</h1>
|
||||
<p>I'm Latvian, 17. My name's Sophie <small>meows a lot</small>. I love listening to music.</p>
|
||||
<h1>sad.ovh</h1>
|
||||
<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
|
||||
if you wanna play with me ^w^
|
||||
|
@ -88,23 +88,25 @@ __TEMPLATE_HEAD__
|
|||
</a>
|
||||
<a href="https://unnick.mice.tel">
|
||||
<picture>
|
||||
<source srcset="https://unnick.mice.tel/88x31.webp" type="image/webp">
|
||||
<img src="https://unnick.mice.tel/88x31.png" width="88" height="31" alt="unnick">
|
||||
<source srcset="/assets/binkies/unnick.webp" type="image/webp">
|
||||
<img src="/assets/binkies/unnick.png" width="88" height="31" alt="unnick">
|
||||
</picture>
|
||||
</a>
|
||||
<a href="https://github.com/NotNite/eightyeightthirtyone" class="hasBadge"><img src="https://eightyeightthirty.one/88x31.png"
|
||||
alt="eightyeightthirty.one"></a>
|
||||
<a href="https://github.com/NotNite/eightyeightthirtyone" class="hasBadge">
|
||||
<img src="/assets/binkies/eighteightthirtyone.png" alt="eightyeightthirty.one">
|
||||
</a>
|
||||
</div>
|
||||
<div class="paper webrings">
|
||||
<webring-container>
|
||||
<config key="type" value="noir"></config>
|
||||
<config key="font" value="Overused Grotesk, Arial, sans-serif"></config>
|
||||
<config key="fill" value="false"></config>
|
||||
|
||||
|
||||
<script src="https://palette.nekoweb.org/webring.js"></script>
|
||||
</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 class="paper lastfm" id="lastfm">
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="preconnect" href="https://rsms.me/">
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>soph's blog and information</title>
|
||||
<meta name="title" content="soph's blog and information" />
|
||||
|
|