zk_html/writing/post-self/index.html

57 lines
2.6 KiB
HTML
Raw Normal View History

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>
<h2 id="qoheleth-and-ge">Qoheleth and GE</h2>
2020-04-11 10:53:46 +00:00
<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-08-21 04:15:10 +00:00
<h2 id="toledot">Toledot</h2>
<ul>
2021-08-25 22:25:10 +00:00
<li class="done1"> Novel: <a href="toledot/index.html">Toledot</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>
2020-04-11 10:53:46 +00:00
</ul>
2020-04-16 05:09:30 +00:00
<h2 id="back-blurb">Back blurb</h2>
2020-04-11 10:53:46 +00:00
<blockquote>
2020-05-15 19:30:11 +00:00
<p><em>&ldquo;All artists search. I search for stories, in this post-self age. What happens when you can no longer call yourself an individual, when you have split your sense of self among several instances? How do you react? Do you withdraw into yourself, become a hermit? Do you expand until you lose all sense of identity? Do you fragment? Do you go about it deliberately, or do you let nature and chance take their course?&rdquo;</em></p>
2020-04-11 10:53:46 +00:00
</blockquote>
</article>
<footer>
2021-08-27 03:13:25 +00:00
<p>Page generated on 2021-08-26</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>