update from sparkleup
This commit is contained in:
parent
c86e4a21d2
commit
b5e5220b4b
|
@ -0,0 +1,50 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zk | essay</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 | essay</h1>
|
||||||
|
</header>
|
||||||
|
<article class="content">
|
||||||
|
<ol>
|
||||||
|
<li class="done0"> Intro</li>
|
||||||
|
<li class="done0"> On fandoms and subcultures<ol>
|
||||||
|
<li class="done0"> What are they</li>
|
||||||
|
<li class="done0"> What’s important to them in their writing</li>
|
||||||
|
<li class="done0"> How is that usually accomplished</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li class="done0"> Introducing furry<ol>
|
||||||
|
<li class="done0"> What are they</li>
|
||||||
|
<li class="done0"> What’s important to them in their writing</li>
|
||||||
|
<li class="done0"> How is that usually accomplished</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li class="done0"> Adapting workshops</li>
|
||||||
|
<li class="done0"> The two workshops<ol>
|
||||||
|
<li class="done0"> OCWW</li>
|
||||||
|
<li class="done0"> FCWW</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li class="done0"> Conclusions</li>
|
||||||
|
</ol>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2023-01-23</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>
|
|
@ -0,0 +1,34 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zk | MFA pedagogy project</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 | MFA pedagogy project</h1>
|
||||||
|
</header>
|
||||||
|
<article class="content">
|
||||||
|
<ul>
|
||||||
|
<li class="done0"> <a href="packet-1.html">Packet 1</a></li>
|
||||||
|
<li class="done0"> <a href="packet-2.html">Packet 2</a></li>
|
||||||
|
<li class="done0"> <a href="essay.html">Essay</a></li>
|
||||||
|
<li class="done0"> Presentation</li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2023-01-23</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