update from sparkleup
This commit is contained in:
parent
27ed4bb24a
commit
23c7232bd5
|
@ -0,0 +1,40 @@
|
|||
<!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>
|
Loading…
Reference in New Issue