'vb' <Emily incoming call>: continue writing

Well, that overstates it a bit.
I got side-tracked building a fancy blur effect
master
BodgeMaster 2025-07-20 21:03:57 +02:00
parent 680193f012
commit 3ff9e3e4e9
1 changed files with 16 additions and 13 deletions

View File

@ -43,26 +43,29 @@
<p> <p>
The phone rings a few more times but stops before she can make it there. The phone rings a few more times but stops before she can make it there.
She realizes how thirsty she is and takes a detour to the nearest kitchen. She realizes how thirsty she is and takes a detour to the nearest kitchen.
She thinks <span class="quote speech">Water! Yes!</span> but her She thinks <span class="quote non-speech">Water! Yes!</span> but her
excitement quickly turns into disgust as a brown liquid full of clumps excitement quickly turns into disgust as a brown liquid full of clumps
<span class="comment">sprudelt?</span> from the tap. <span class="comment">sprudelt?</span> from the tap. The detour gets
bigger.
</p> </p>
<p> <p>
After getting water from Tony&apos;s lab and feeding the mice &ndash; After getting water from Tony&apos;s lab and feeding the mice &ndash;
which she had also neglected to do &ndash; she goes into the main which she had neglected to do &ndash; she goes into the main control
control room. The terminal for communication with Earth is lit up, room. The terminal for communication with Earth is lit up,
showing a message. Emily sits down and writes in response:<br /> showing a message. Emily sits down and, before even reading it, starts
<span class="quote non-speech">Lena is dead.</span> typing.
</p> </p>
<pre class="terminal">
<span class="blur">MICHELLE @ EARTH-53 <b>></b> A message Emily doesn&apos;t register and won&apos;t remember.</span>
LENA @ MOON-01 <b>></b> Lena is dead.
MICHELLE @ EARTH-53 <b>></b> I am so sorry.
MICHELLE @ EARTH-53 <b>></b> My condolences.
MICHELLE @ EARTH-53 <b>></b> Are you ok to talk? Or do you need some time?
<span class="comment">TODO: change above message</span>
</pre>
<p class="comment"> <p class="comment">
She gets up and realizes that she had been completely neglecting her Emily is hungry asf at this point
bodily needs (food, water, ...) and that her back hurts.
She starts makeing her way to the main control center, part-way there the
phone stops ringing. She goes to the nearest bathroom, goes to one of the
kitchens to grab the next vegetable she can find, and heads to the control
center to log on at a terminal.
</p> </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> <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>