update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-07-01 15:35:07 -07:00
parent b846c72eb3
commit 13bd02c3e6
1 changed files with 50 additions and 0 deletions

50
writing/ata.html Normal file
View File

@ -0,0 +1,50 @@
<!doctype html>
<html>
<head>
<title>Zk | ATA</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 | ATA</h1>
</header>
<article class="content">
<p><span class="tag">writing</span></p>
<p>Backronym this :P</p>
<p>Initial challenge: some sort of New Weird story that must incorporate all those lovely words that pluralize with -ata.</p>
<ul>
<li>dogmata</li>
<li>enemata</li>
<li>miasmata</li>
<li>stigmata</li>
<li>traumata</li>
<li>lemmata</li>
<li>schemata</li>
<li>melismata</li>
<li>anathemata</li>
</ul>
<p>Maybe also:</p>
<ul>
<li>carcinomata</li>
<li>lymphomata</li>
<li>melanomata</li>
<li>sarcomata</li>
</ul>
<p>Also, I&rsquo;ve been having some weird thoughts about the loss of innocence after watching <a href="https://www.youtube.com/watch?v=6y8XgGhXkTQ&amp;list=PLJA_jUddXvY62dhVThbeegLPpvQlR4CjF">that series</a> by Innuendo Studios. Something about how being confronted with new knowledge and being asked to internalize it feels like being robbed of innocence. I don&rsquo;t know how much I want to reference that directly or just make it a metaphor or what. Given the New Weird nature of it, metaphor is probably better: sudden change of those around (maybe sudden new knowledge?) leading to a challenge of prior assumptions. It&rsquo;ll have to be long enough to get all those words in there; maybe a novella?</p>
</article>
<footer>
<p>Page generated on 2020-07-01</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>