2020-04-11 10:53:46 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-04-16 06:28:15 +00:00
|
|
|
<title>Zk | Post-Self</title>
|
2020-04-11 10:53:46 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<header>
|
2020-04-11 23:45:06 +00:00
|
|
|
<h1>Zk | Post-Self</h1>
|
2020-04-11 10:53:46 +00:00
|
|
|
</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>
|
2020-05-10 19:00:09 +00:00
|
|
|
<p>In which Maddy mushes together some stories into a post-human romp of ~~a book~~ two books and an RPG setting.</p>
|
2021-09-22 20:55:14 +00:00
|
|
|
<h2 id="books">Books</h2>
|
2020-04-11 10:53:46 +00:00
|
|
|
<ul>
|
2021-09-22 20:55:14 +00:00
|
|
|
<li class="done4"> Qoheleth + Gallery Exhibition<ul>
|
2020-04-21 01:44:54 +00:00
|
|
|
<li class="done4"> Novel: <a href="qoheleth/index.html">Qoheleth</a></li>
|
2020-05-10 19:00:09 +00:00
|
|
|
<li class="done4"> Novella: <a href="gallery-exhibition.html">Gallery Exhibition</a></li>
|
|
|
|
</ul>
|
2021-09-22 20:55:14 +00:00
|
|
|
</li>
|
2021-09-26 18:25:11 +00:00
|
|
|
<li class="done3"> Novel: <a href="toledot/index.html">Toledot</a></li>
|
2021-09-29 20:20:19 +00:00
|
|
|
<li class="done1"> Novel: <a href="neviim/index.html">Nevi’im</a></li>
|
2021-08-21 04:15:10 +00:00
|
|
|
</ul>
|
2021-08-03 19:05:05 +00:00
|
|
|
<h2 id="post-self">Post-Self</h2>
|
2020-05-10 19:00:09 +00:00
|
|
|
<ul>
|
2021-08-03 18:40:04 +00:00
|
|
|
<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>
|
2021-08-03 19:05:05 +00:00
|
|
|
<li class="done4"> Story: <a href="meeting-of-one.html">Meeting of one</a> - 2827</li>
|
2021-08-27 03:13:25 +00:00
|
|
|
<li class="done3"> Story: <a href="ioan-and-may-fuck.html">Shared Moment</a> - 1571</li>
|
2020-04-11 10:53:46 +00:00
|
|
|
</ul>
|
2020-04-23 08:40:09 +00:00
|
|
|
<h2 id="other-bits">Other bits</h2>
|
|
|
|
<ul>
|
|
|
|
<li class="done2"> Story: <a href="harlequin.html"><em>untitled story for Harlequin</em></a></li>
|
2021-08-03 18:35:08 +00:00
|
|
|
<li class="done2"> RPG: <a href="fate.html">Post-Self in Fate Core</a></li>
|
2021-09-29 18:55:12 +00:00
|
|
|
</ul>
|
|
|
|
<h2 id="topics">Topics</h2>
|
|
|
|
<ul>
|
|
|
|
<li class="done0"> Emotions</li>
|
|
|
|
<li class="done0"> Sexuality</li>
|
|
|
|
<li class="done0"> Religion</li>
|
2020-04-11 10:53:46 +00:00
|
|
|
</ul>
|
|
|
|
</article>
|
|
|
|
<footer>
|
2021-09-29 18:55:12 +00:00
|
|
|
<p>Page generated on 2021-09-29</p>
|
2020-04-11 10:53:46 +00:00
|
|
|
</footer>
|
|
|
|
</main>
|
2020-06-24 07:05:07 +00:00
|
|
|
<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>
|
2020-04-11 10:53:46 +00:00
|
|
|
</body>
|
|
|
|
</html>
|