zk_html/writing/post-self/index.html

60 lines
2.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Post-Self</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 | Post-Self</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">book</span></p>
<p>In which Maddy mushes together some stories into a post-human romp of ~~a book~~ two books and an RPG setting.</p>
<h2 id="books">Books</h2>
<ul>
<li class="done4"> Qoheleth + Gallery Exhibition<ul>
<li class="done4"> Novel: <a href="qoheleth/index.html">Qoheleth</a></li>
<li class="done4"> Novella: <a href="gallery-exhibition.html">Gallery Exhibition</a></li>
</ul>
</li>
<li class="done3"> Novel: <a href="toledot/index.html">Toledot</a></li>
<li class="done1"> Novel: <a href="neviim/index.html">Nevi&rsquo;im</a></li>
</ul>
<h2 id="post-self">Post-Self</h2>
<ul>
<li class="done4"> Story: <a href="jonas-clade-digest.html">Jonas Clade Digest</a> - 2994</li>
<li class="done4"> Story: <a href="apres-un-reve.html">Apres un reve</a> - 1791</li>
<li class="done4"> Story: <a href="assignment.html">Assignment</a> - 1620</li>
<li class="done4"> Story: <a href="meeting-of-one.html">Meeting of one</a> - 2827</li>
<li class="done3"> Story: <a href="ioan-and-may-fuck.html">Shared Moment</a> - 1571</li>
</ul>
<h2 id="other-bits">Other bits</h2>
<ul>
<li class="done2"> Story: <a href="harlequin.html"><em>untitled story for Harlequin</em></a></li>
<li class="done2"> RPG: <a href="fate.html">Post-Self in Fate Core</a></li>
</ul>
<h2 id="topics">Topics</h2>
<ul>
<li class="done0"> Emotions</li>
<li class="done0"> Sexuality</li>
<li class="done0"> Religion</li>
</ul>
</article>
<footer>
<p>Page generated on 2021-09-29</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>