57 lines
2.7 KiB
HTML
57 lines
2.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>ZK | Ioan Balan --- 2305</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 | Ioan Balan --- 2305</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">writing</span> <span class="tag">novel</span> <span class="tag">chapter</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">post-self</span> <span class="tag">qoheleth</span></p>
|
|
<p>Ioan Balan#tracker chose a blithe-theirs merge strategy in this particular instance, when Ioan#c1494bf finished the project and quit. They chose together, actually. #c1494bf requested it, and #tracker agreed.</p>
|
|
<p>There was one more sensorium chat after that, between Ioan#tracker and Dear, Also, The Tree That Was Felled. Ioan thanked Dear profusely for the opportunity and experience. Dear cried and made Ioan promise to come back --- <em>"your wall will miss you"</em> --- to which Ioan readily agreed.</p>
|
|
<p>Ey would, ey was sure, but for now, ey needed a bit of distance to sit and think and remember and write. Maybe not remember --- ey couldn't forget. To mix the thoughts around. To understand.</p>
|
|
<p>Ey moved out to eir favorite Adirondack chair on the deck with pen and paper. Ey spent a moment thinking back on Dear and Qoheleth, another moment savoring the heft of the pen and the texture of the paper, and then began.</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-04-15</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('li').forEach(el => {
|
|
if (el.querySelectorAll('li').length !== 0) {
|
|
el.classList.add('has-nested', 'closed');
|
|
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
|
}
|
|
});
|
|
document.querySelectorAll('li.has-nested').forEach(el => {
|
|
el.querySelector('.toggle').addEventListener('click', () => {
|
|
el.classList.toggle('closed');
|
|
});
|
|
});
|
|
let expanded = false;
|
|
document.querySelector('.control').addEventListener('click', (e) => {
|
|
expanded = !expanded;
|
|
if (expanded) {
|
|
e.target.innerText = 'Collapse all';
|
|
} else {
|
|
e.target.innerText = 'Expand all';
|
|
}
|
|
document.querySelectorAll('.has-nested').forEach((el) => {
|
|
if (expanded) {
|
|
el.classList.remove('closed');
|
|
} else {
|
|
el.classList.add('closed')
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|