Compare commits
	
		
			2 Commits 
		
	
	
		
			3ae534a081
			...
			0acb304654
		
	
	| Author | SHA1 | Date | 
|---|---|---|
|  BodgeMaster | 0acb304654 | |
|  BodgeMaster | 3272fcf1e1 | 
|  | @ -0,0 +1,30 @@ | |||
| <!DOCTYPE html><html><head><title> Welcom Home </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><a href="index.html"><button class="back"><</button></a> | ||||
| 
 | ||||
| <h1>Welcome Home</h1> | ||||
| <p class="comment"> | ||||
|   Annie and Jack arrive at the bunker. | ||||
|   Annie smells fire and is worried by that -> fire in dome city is always | ||||
|   a bad sign. | ||||
|   Michelle and Annie get introduced. | ||||
|   James shows up? | ||||
| </p> | ||||
| 
 | ||||
| <p> | ||||
|   <span class="quote speech">I smell fire.</span><br /> | ||||
|   <span class="quote speech">Yes, we're very close now.</span><br /> | ||||
|   Annie is slightly confused by his answer and how seemingly | ||||
|   <span class="comment">unfazed? Is that how you spell it?</span> he is. | ||||
|   <br /> | ||||
|   <span class="quote speech">But ... Don't you want to do anything | ||||
|   about it?</span><br /> | ||||
|   <span class="quote speech">Fires out here aren't generally bad news. | ||||
|   Sometimes, they are, but this one is our campfire.</span> | ||||
| </p> | ||||
| <p> | ||||
|   They walk over a <span class="comment">Grat? Ausläufer?</span>, | ||||
|   revealing a view of the small valley beyond. The large, open bunker door | ||||
|   is visible on the other side, in front of it a small fire with a person | ||||
|   sitting next to it. | ||||
| </p> | ||||
| 
 | ||||
| <p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – 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++) {result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html> | ||||
|  | @ -5,17 +5,16 @@ | |||
|   Jack drives into a dried-out river. In the distance on the other side is | ||||
|   a group of houses that, while they have certainly seen better days, | ||||
|   don't look abandoned. The truck struggles to get traction in the | ||||
|   sand on the other side of the river bed. After getting stuck, Jack backs | ||||
|   up and turns into the river. He accelerates, then steers back onto the | ||||
|   river bank – to no avail. He turns back into the river again. | ||||
|   The engine roars. First gear, second gear, third gear... Then, he steers | ||||
|   back into the side of the river. <span class="comment">rephrase bc | ||||
|   repetetiveness</span> | ||||
|   sand on the other side of the river and eventually gets stuck. | ||||
|   <span class="quote speech">Well fuck.</span> Jack backs up and turns | ||||
|   into the river. He accelerates, then steers back onto the river bank | ||||
|   – to no avail, the truck gets stuck again. He turns back into the | ||||
|   river. The engine roars. First gear, second gear, third gear... | ||||
| </p> | ||||
| <p> | ||||
|   The suspension bottoms out as the truck plows uphill through the sand, | ||||
|   barely making it out of the river. Annie holds her shoulder that had | ||||
|   been pushed into the seat belt.<br /> | ||||
|   barely making it out of the river. Annie holds her shoulder, it hurts | ||||
|   from getting pushed into the seat belt.<br /> | ||||
|   <span class="quote speech">Can we not do that again, please?</span><br /> | ||||
|   <span class="comment">response?</span><br /> | ||||
|   Jack turns around and drives onto the overgrown remains of a road leading | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue