update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-10-09 22:30:13 -07:00
parent 002d52de56
commit d7ed15b3e1
2 changed files with 52 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<h2 id="ideas">Ideas</h2>
<ul>
<li class="done0"> <a href="100days/index.html">A Century of Days (WT)</a></li>
<li class="done0"> <a href="hiccup/index.html">Hiccup</a></li>
<li class="done0"> <a href="marsh/index.html">Marsh</a></li>
</ul>
<h2 id="other-bits">Other bits</h2>
<ul>
@ -91,7 +91,7 @@
</dl>
</article>
<footer>
<p>Page generated on 2022-09-20</p>
<p>Page generated on 2022-10-09</p>
</footer>
</main>
<script type="text/javascript">

View File

@ -0,0 +1,50 @@
<!doctype html>
<html>
<head>
<title>Zk | 001</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 | 001</h1>
</header>
<article class="content">
<p>&ldquo;If you had to boil down this year into a sales pitch, what would it be?&rdquo;</p>
<p>Reed laughed and bumped their shoulder against Hanne&rsquo;s. &ldquo;A sales pitch?&rdquo;</p>
<p>&ldquo;Yeah,&rdquo; she said, leaning briefly against them as they walked. &ldquo;I&rsquo;m in the market for a new year. Sell me 2368. I&rsquo;ve got a wide variety to choose from, so tell me why you decided to live through this one.&rdquo;</p>
<p>&ldquo;You&rsquo;re a nerd. You realize that, right?&rdquo;</p>
<p>&ldquo;Tell me why I should be a nerd in 2368.“</p>
<p>Reed scuffed their heel against the pavement of the street. New Year&rsquo;s Eve, and everyone was still inside. Bars: full. Restaurants: packed. There were a few scattered couples or groups around, but they were all walking with purpose. Champagne called. Canapes. Crudites.</p>
<p>And here they were, Reed and Hanne, arm in arm, strolling leisurely down the street, heedless of the passersby, to celebrate the last day of 2368, systime 244+365.</p>
<p>&ldquo;If you&rsquo;re looking for the utmost comfort, then it&rsquo;s really hard to go wrong with 2368. The ride was just about as smooth as could be.&rdquo;</p>
<p>&ldquo;How about comfort?&rdquo;</p>
<p>&ldquo;Oh, very comfortable. Cushy, even,&rdquo; they said, poking themself in the belly.</p>
<p>Hanne laughed. &ldquo;Cute. How about the exterior?&rdquo;</p>
<p>&ldquo;No clue. It&rsquo;s been a long, long time since I&rsquo;ve had any reason to pay attention to the world outside. I imagine it looks just as confusing as it anyways has.&rdquo;</p>
<p>&ldquo;Well, okay, fair enough. You&rsquo;ve been here longer than I have.&rdquo;</p>
<p>&ldquo;I keep forgetting you&rsquo;re younger than me.&rdquo;</p>
<p>She nodded. &ldquo;Robbing the cradle, you are.&rdquo;</p>
<p>&ldquo;You&rsquo;re 83.&rdquo;</p>
<p>&ldquo;Barely legal.&rdquo;</p>
<p>It was their turn to laugh. &ldquo;Whatever.&rdquo;</p>
<p>&ldquo;How about, uh&hellip; Features? Amenities?&rdquo;</p>
<p>&ldquo;Well, it&rsquo;s got us in it, doesn&rsquo;t it?&rdquo;</p>
<p>She laughed and shoved them away from her. &ldquo;Now who&rsquo;s the nerd? Gross.&rdquo;</p>
<p>Reed stumbled to the side, laughing. They&rsquo;re own champagne from earlier added a pleasant freedom of movement ey only ever noticed at two drinks. Any more and they became too loose and had a hard time staying upright. Any less and they didn&rsquo;t notice that any freedom was lacking.</p>
</article>
<footer>
<p>Page generated on 2022-10-09</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>