zk_html/writing/furrything/index.html

52 lines
2.4 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Untitled furry thing</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 | Untitled furry thing</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">fantasy</span> <span class="tag">furry</span></p>
<ul>
<li>Post apocalyptic society</li>
<li>three groups<ul>
<li>Tenoctitli (Tenoc) leads those who want to go back to past based on vision he had</li>
<li>Yovan leads those who want to stay where they are</li>
<li>Collective wants to move forward into something new</li>
</ul>
</li>
</ul>
<p>Tenoc&rsquo;s group grows in power, starts fighting against Collective, Yovan&rsquo;s group caught in the middle. Eventually, Tenoc dies in battle, finds out on his death bed that the vision he&rsquo;s been seeking is actually the goal of the collective, but that it&rsquo;s something new, not old as he&rsquo;d thought. New goal is to live with the consequences of the war that brought about apocalypse, rather than go back to how things were. War was nanotech, changed people (mix between Diamond Age and Ilium), Collective uses this, Tenoc doesn&rsquo;t. Turns out that the part of the Collective that&rsquo;s fighting is the lower eschelon; upper eschelon have removed themselves from fighting, nonviolent but generally very powerful (magic/sufficiently advanced technology).</p>
<ul>
<li>Sintoac/Sintoaci - vaguely otterlike - Tenoc</li>
<li>Varanya - like clouded leopards - Yovan</li>
<li>
<p>Collective - all species, but mostly an unnamed one sorta like grayscale canids</p>
</li>
<li>
<p>[.] <a href="001.html">001</a></p>
</li>
<li class="done1"> <a href="002.html">002</a></li>
<li class="done1"> <a href="003.html">003</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2020-06-24</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>