48 lines
1.5 KiB
HTML
48 lines
1.5 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | index</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 | index</h1>
|
||
</header>
|
||
<article class="content">
|
||
<ul>
|
||
<li>Workshops:<ul>
|
||
<li><a href="braiding-plot-threads/index.html">Braiding plot threads</a></li>
|
||
<li><a href="haiku-x-fiction/index.html">Haiku × Fiction</a></li>
|
||
<li><a href="expanding-genres-voice/index.html">Expanding genres and voice</a></li>
|
||
<li><a href="showing-emotions/index.html">Showing emotions</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>Lectures/presentations:<ul>
|
||
<li><a href="writing-and-mental-health/index.html">Writing and mental health</a></li>
|
||
<li><a href="layout-and-design/index.html">Book layout and design</a></li>
|
||
</ul>
|
||
</li>
|
||
<li>Discussions/panels/round tables:<ul>
|
||
<li><a href="furry-writing/index.html">What makes furry writing furry?</a></li>
|
||
<li><a href="infodumping/index.html">When is infodumping okay?</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2023-03-23</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>
|