augustkline.com/site/george.html

53 lines
2.5 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>ʕ·ᴥ·ʔ- george!</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</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>george! yes!</h1>
<div class="content">
<div class="taped">
<img src="/assets/images/georgeandfuzzy.jpeg" />
</div>
<p>george is my stuffed monkey. i am building her a computer body.</p>
<div class="gallery-3">
<div>
<img src="/assets/images/hiaugust.jpeg" />
</div>
<div>
<img src="/assets/images/breadboard.jpeg" />
</div>
<div>
<img src="/assets/images/georgebed.jpeg" />
</div>
</div>
<p>am i a crank? ...a little &lt;3</p>
</div>
</main>
<script>const valedictions = ["love", "in solidarity", "yours forever", "just 4 u", "until tomorrow", "endlessly", "yours", "until we meet again", "tirelessly yours", "<3", "with warmth", "xoxo", "with open arms", "gently", "truly yours", "until our next encounter", "awaiting your reply", "with grace", "with love", "solidarity forever", "joyfully", "hearts & little stars", "ribbons & bows", "unabashedly yours", "thinking of u"]; const valediction = document.getElementsByClassName("valediction")[0]; const index = Math.floor(Math.random() * valedictions.length); valediction.textContent = valedictions[index];</script>
<script src="/assets/js/washi.js"></script>
</body>
</html>