update from sparkleup
This commit is contained in:
parent
bcb5272610
commit
67cf25f50f
|
@ -0,0 +1,44 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | Generative workshops</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 | Generative workshops</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h2 id="syntax">Syntax</h2>
|
||||
<ol>
|
||||
<li>Rapid fire images<ol>
|
||||
<li>Dust on electronics, untouched by clean cloth, disturbed only by unread mail; a mute accusation.</li>
|
||||
<li>Cloud-dulled sunlight found its way through the tiniest of cracks in the styrofoam sheet standing in for real blinds.</li>
|
||||
<li>Something—dog fur? My own hair?—touches my face too lightly.</li>
|
||||
<li>The way the world dims when the neutral-density filter is turned.</li>
|
||||
<li>Tweezers, tips never quite touching, cozy up with nail-clippers.</li>
|
||||
<li>Brand new hair-ties sit, ignored, beneath a few scrunchies.</li>
|
||||
<li>Chopped and screwed phonk clips even in headphones.</li>
|
||||
<li>The tan side of an emery board blends in with the desktop.</li>
|
||||
<li>The pill caddy, an accusation of missed meds, sits askew.</li>
|
||||
<li>The “mango” lip balm only ever smells of papayas.</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-01-01</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