update from sparkleup
This commit is contained in:
parent
002d52de56
commit
d7ed15b3e1
|
@ -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">
|
||||
|
|
|
@ -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>“If you had to boil down this year into a sales pitch, what would it be?”</p>
|
||||
<p>Reed laughed and bumped their shoulder against Hanne’s. “A sales pitch?”</p>
|
||||
<p>“Yeah,” she said, leaning briefly against them as they walked. “I’m in the market for a new year. Sell me 2368. I’ve got a wide variety to choose from, so tell me why you decided to live through this one.”</p>
|
||||
<p>“You’re a nerd. You realize that, right?”</p>
|
||||
<p>“Tell me why I should be a nerd in 2368.“</p>
|
||||
<p>Reed scuffed their heel against the pavement of the street. New Year’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>“If you’re looking for the utmost comfort, then it’s really hard to go wrong with 2368. The ride was just about as smooth as could be.”</p>
|
||||
<p>“How about comfort?”</p>
|
||||
<p>“Oh, very comfortable. Cushy, even,” they said, poking themself in the belly.</p>
|
||||
<p>Hanne laughed. “Cute. How about the exterior?”</p>
|
||||
<p>“No clue. It’s been a long, long time since I’ve had any reason to pay attention to the world outside. I imagine it looks just as confusing as it anyways has.”</p>
|
||||
<p>“Well, okay, fair enough. You’ve been here longer than I have.”</p>
|
||||
<p>“I keep forgetting you’re younger than me.”</p>
|
||||
<p>She nodded. “Robbing the cradle, you are.”</p>
|
||||
<p>“You’re 83.”</p>
|
||||
<p>“Barely legal.”</p>
|
||||
<p>It was their turn to laugh. “Whatever.”</p>
|
||||
<p>“How about, uh… Features? Amenities?”</p>
|
||||
<p>“Well, it’s got us in it, doesn’t it?”</p>
|
||||
<p>She laughed and shoved them away from her. “Now who’s the nerd? Gross.”</p>
|
||||
<p>Reed stumbled to the side, laughing. They’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’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>
|
Loading…
Reference in New Issue