zk_html/teaching/index.html

41 lines
1.2 KiB
HTML
Raw Normal View History

2023-03-23 04:45:15 +00:00
<!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>
</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>
</ul>
</article>
<footer>
<p>Page generated on 2023-03-22</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>