update from sparkleup
This commit is contained in:
parent
5c779b6ac4
commit
c2badc4a50
|
@ -51,6 +51,7 @@
|
||||||
<li class="done0"> <a href="ata.html">A Time Approaching</a></li>
|
<li class="done0"> <a href="ata.html">A Time Approaching</a></li>
|
||||||
<li class="done2"> ~<a href="on-music/redux.html">On Music (Redux)</a>~ <a href="sonata/index.html">Sonata (WT)</a></li>
|
<li class="done2"> ~<a href="on-music/redux.html">On Music (Redux)</a>~ <a href="sonata/index.html">Sonata (WT)</a></li>
|
||||||
<li class="done2"> <a href="middle-notes/index.html">Middle notes</a></li>
|
<li class="done2"> <a href="middle-notes/index.html">Middle notes</a></li>
|
||||||
|
<li class="done0"> <a href="videos/index.html">Videos</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="poetry">Poetry</h2>
|
<h2 id="poetry">Poetry</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -85,7 +86,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
<p>Page generated on 2020-11-22</p>
|
<p>Page generated on 2020-12-14</p>
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Zk | degamification</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 | degamification</h1>
|
||||||
|
</header>
|
||||||
|
<article class="content">
|
||||||
|
<hr />
|
||||||
|
<p>title: Distance and the degamification of play
|
||||||
|
Author: Madison Scott-Clary
|
||||||
|
Description: A video essay on far-future football</p>
|
||||||
|
<hr />
|
||||||
|
<h1 id="distance-and-the-degamification-of-play">Distance and the degamification of play</h1>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2020-12-14</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,32 @@
|
||||||
|
<!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 class="done0"> <a href="degamification.html">Distance and the degamification of play</a></li>
|
||||||
|
<li class="done0"> </li>
|
||||||
|
</ul>
|
||||||
|
</article>
|
||||||
|
<footer>
|
||||||
|
<p>Page generated on 2020-12-14</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