44 lines
1.8 KiB
HTML
44 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/assets/images/ribbon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>ʕ·ᴥ·ʔ- minecraft</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<script src="/assets/js/washi.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<div class="container">
|
|
<div class="clipped">
|
|
<div class="clipped-items">
|
|
<a title="ʕ·ᴥ·ʔ- home" aria-label="home" href="/">
|
|
<img src="/assets/images/me.jpg"
|
|
alt="august kline, a young woman smiling gently with sunset cityscape behind her"
|
|
class="clipped-image" />
|
|
</a>
|
|
<p class="slip slip-george">ʕ·ᴥ·ʔ</p>
|
|
<p class="slip slip-label">home</p>
|
|
</div>
|
|
<img class="paperclip" src="/assets/images/paperclip.png" />
|
|
</div>
|
|
<h1><img src="/assets/images/minecraft.png" alt="minecraft"
|
|
style="transform: rotate(-1deg) translateX(-2cqi);"></h1>
|
|
<div class="content">
|
|
<p>i've played minecraft since i was like 10, and recently i started a world this year that i plan on
|
|
playing forever :)</p>
|
|
<div class="taped"><a href="/assets/images/foxsleep.png"><img src="/assets/images/foxsleep.png"
|
|
alt="a minecraft fox sleeping beneath a spruce tree" /></a>
|
|
</div>
|
|
<p>i live on a little island called <i>foxtrot island</i>, cause there's a bunch of foxes there lol</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
|
|
|
|
</html>
|