update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-02-28 20:45:26 -08:00
parent 7a93ae4e45
commit a099763162
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
<!doctype html>
<html>
<head>
<title>Zk | intro</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | intro</h1>
</header>
<article class="content">
<p>I&rsquo;ve heard said in the past that &ldquo;forgiveness is releasing the hope for a better past&rdquo; \parencite{wakefield} but it&rsquo;s more complicated than that, isn&rsquo;t it? That quote itself is more complicated than that:</p>
<div class="verse">There are ways around being the go-to person
even for ourselves
even when the answer is clear
clear like the holy water Gentiles would drink
before they realized
forgiveness is the release of all hope for a better past</div>
<p>Primed as we are to take text out of context, wrap our own needs around it, and pretend that it is in all ways applicable to all situations (for did I not already bring up mistaking accidental, individual symbols for universal ones?), it&rsquo;s so easy to misremember that the better past we hope for is just some dream, some thing we cling to long after the us that lived that past has died.</p>
<p>Who knows if I was the go-to person, the punching bag for my Elihu, the object of their simple angers? Who knows if they remember me? They cut contact, without telling me, without telling me why, and who knows if they even know the reason?</p>
<p>Who cares, other then me?</p>
</article>
<footer>
<p>Page generated on 2023-02-28</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>