update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-07-12 23:41:37 -05:00
parent aeaa70fa37
commit 64e8850fab
2 changed files with 46 additions and 1 deletions

44
diary/2022-07-12.html Normal file
View File

@ -0,0 +1,44 @@
<!doctype html>
<html>
<head>
<title>Zk | 2022-07-12</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 | 2022-07-12</h1>
</header>
<article class="content">
<h1 id="term-2-study-plan">Term 2 study plan</h1>
<h2 id="texts">Texts</h2>
<ol>
<li><em>The Body: An Essay</em> &mdash; Jenny Boully</li>
<li><em>Empty Words</em> &mdash; Mario Levrero</li>
<li><em>Job: A New Translation</em> &mdash; Edward L. Greenstein</li>
<li>&ldquo;Arrival&rdquo; (film)</li>
<li>&ldquo;Mother&rdquo; (film)</li>
<li><em>Buffalo Gals</em> (selections) &mdash; Ursula K. Le Guin</li>
<li><em>Steering the Craft</em> &mdash; Ursula K. Le Guin</li>
<li>Let&rsquo;s Play of &ldquo;Everybody&rsquo;s Gone to the Rapture&rdquo; &mdash; Fedule</li>
<li>(An Itch.io game &mdash; ESC, Cover Me in Leaves, etc)</li>
<li><em>This is How You Lose the Time War</em> &mdash; Amal El-Mohtar and Max Gladstone</li>
<li><em>Portal: A Dataspace Retrieval</em> &mdash; Rob Swigart</li>
<li>&ldquo;The Duino Elegies (selections) &mdash; Rainer Maria Rilke</li>
</ol>
</article>
<footer>
<p>Page generated on 2022-07-12</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>

View File

@ -16,6 +16,7 @@
<h2 id="2022">2022</h2>
<h3 id="july">July</h3>
<ul>
<li><a href="2022-07-12.html">Term 2 study plan</a></li>
<li><a href="2022-07-06.html">Braided essay</a></li>
<li><a href="2022-07-03.html">Shifting POV</a></li>
</ul>
@ -2257,7 +2258,7 @@
</ul>
</article>
<footer>
<p>Page generated on 2022-07-06</p>
<p>Page generated on 2022-07-12</p>
</footer>
</main>
<script type="text/javascript">