update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-01-18 16:00:11 -08:00
parent e81988a8cc
commit d8e44a1fd6
1 changed files with 43 additions and 0 deletions

43
writing/fcww/index.html Normal file
View File

@ -0,0 +1,43 @@
<!doctype html>
<html>
<head>
<title>Zk | FC Writing Workshop 2023</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 | 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>
<p>Page generated on 2023-01-18</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>