56 lines
3.3 KiB
HTML
56 lines
3.3 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>ʕ·ᴥ·ʔ- august kline</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>hi, i'm august...</h1>
|
|
<div class="content">
|
|
<p>
|
|
i'm like, ludicrously into computers <3</p>
|
|
<p>as of january 2025, myself & my friends no longer <a
|
|
href="https://web.archive.org/web/20250121015439/https://www.whitehouse.gov/presidential-actions/2025/01/defending-women-from-gender-ideology-extremism-and-restoring-biological-truth-to-the-federal-government/"
|
|
rel="noreferrer" target="_blank">legally
|
|
exist</a>
|
|
here in the u.s.. i have a bag packed for if i have to flee my home. things are dark right now.
|
|
if you're cis, you can help by <a href="/giving-us-money">giving us money</a>! </p>
|
|
<p>those in power are trying to wipe us out, but their failure will make our existence
|
|
<b>undeniable</b>.
|
|
</p>
|
|
<p><i>anyways...</i> hi! welcome <3 you can find more at the <i><b>link authority</b></i>:</p>
|
|
</div>
|
|
<a class="stamp" style="" href="/links" aria-label="link authority">
|
|
<img src="/assets/images/linkauthority.svg"
|
|
style="block-size: 10cqb; margin-inline-start: 5cqi; transform: rotate(-8deg);">
|
|
</a>
|
|
<a class="signature" href="mailto:yours@augustkline.com" title="ʕ·ᴥ·ʔ- send me a message!"
|
|
style="margin-block-start: 8cqb" aria-label="send me a message"><span
|
|
class="valediction">love</span>,<br><span class="name">kline</span></a>
|
|
</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>
|
|
</body>
|
|
|
|
|
|
</html>
|