post_apocalypse_story/fa-open_up.html

29 lines
2.3 KiB
HTML

<!DOCTYPE html><html><head><title> Open Up! </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="back"><a href="index.html">&lt;</a></div>
<h1> Open Up! </h1>
<p class="comment">
This is probably a working title until I come up with something better.
Just thought it was funny. Too similar to &quot;Wake up!&quot; tho.
</p>
<p>
Jack puts the soldering iron back into its holder and admires his
creation. This hack job of bodge wires and not quite the right
replacement components, held together by what remains of the corroded
motor driver board is truly beautiful in the ugliest way possible &ndash;
in his eyes at least. He picks it up and ispects the other side.
<span class="quote non-speech">Probably good enough.</span><br />
<span class="comment">A note on the spelling of &quot;bodge&quot;:
You may or may not have noticed that I tend to stick to American English.
This is a notable exception. There is no mistake here. The word
&quot;bodge&quot; looks way more elegant spelled this way. I&apos;m the
BodgeMaster &ndash; BotchMaster would look weird, wouldn&apos;t it?
If you think I&apos;m wrong, then you&apos;re wrong. :)</span>
</p>
<p>
Jack gets up and walks over to the bunker door. He mounts the board to
the motor &ndash; using only two of the screws &ndash; and attaches the
wires.
</p>
<p class="copyright">Copyright &#169; 2023-2025 Jan Danielzick (aka. BodgeMaster) &ndash; All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[i].innerHTML.split("\n"); let result = ""; for (let j = 0; j < lines.length; j++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>