zk_html/teaching/index.html

50 lines
1.7 KiB
HTML
Raw Normal View History

2023-03-23 04:45:15 +00:00
<!doctype html>
<html>
<head>
<title>Zk | index</title>
2023-05-11 05:35:08 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
2023-03-23 04:45:15 +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>
<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>
2023-03-23 04:55:11 +00:00
<li><a href="expanding-genres-voice/index.html">Expanding genres and voice</a></li>
2023-03-23 23:00:22 +00:00
<li><a href="showing-emotions/index.html">Showing emotions</a></li>
2023-05-09 20:20:09 +00:00
<li><a href="pov/index.html">Cinematography in writing</a></li>
2023-03-23 04:45:15 +00:00
</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>
2023-03-23 04:55:11 +00:00
<li>Discussions/panels/round tables:<ul>
<li><a href="furry-writing/index.html">What makes furry writing furry?</a></li>
2023-03-23 23:00:22 +00:00
<li><a href="infodumping/index.html">When is infodumping okay?</a></li>
2023-03-23 04:55:11 +00:00
</ul>
</li>
2023-03-23 04:45:15 +00:00
</ul>
</article>
<footer>
2023-05-11 05:20:07 +00:00
<p>Page generated on 2023-05-10</p>
2023-03-23 04:45:15 +00:00
</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>