2023-01-19 00:00:11 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Zk | FC Writing Workshop 2023</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-01-19 00:00:11 +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 | FC Writing Workshop 2023</h1>
|
|
|
|
</header>
|
|
|
|
<article class="content">
|
|
|
|
<p>Notes:</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="friday-notes.html">Friday</a><ul>
|
|
|
|
<li><a href="https://zooscape-zine.com/bibelots-and-baubles/">Story: Bibelots and Baubles</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li><a href="saturday-notes.html">Saturday</a><ul>
|
|
|
|
<li><a href="https://makyo.ink/jump">Story: Jump</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li><a href="sunday-notes.html">Sunday</a><ul>
|
|
|
|
<li><a href="https://makyo.ink/workshops/fcww/23/submissions/">Submitted student works</a></li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</article>
|
|
|
|
<footer>
|
2023-05-11 05:20:07 +00:00
|
|
|
<p>Page generated on 2023-05-10</p>
|
2023-01-19 00:00:11 +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>
|