chaseafterhim.html 4.35 KB
Newer Older
Justin Bala's avatar
Justin Bala committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
<!DOCTYPE html>
<html>
	<head>
		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
		<title>My Story - Home</title>
		<link rel="stylesheet" type="text/css" href="../stylesheet/bootstrap.css">
	</head>

	<nav class="navbar navbar-inverse navbar-fixed-top">
  		<div class="container">
		    <div class="navbar-header">
		      	<a class="navbar-brand">My Story</a>
		    </div>

		   	<ul class="nav navbar-nav navbar-right">
		        <li>
		        	<a href="../index.html">Back to home</a>
		        </li>
		        <li>
		        	<a href="../contact.html">Contact</a>
		        </li>
		   	</ul>
		</div>
	</nav>

	<body class="container">
		<div class="row">
			<div class="col-md-12 well">
				<h1>Momentum</h1>
				<p>by Hannah Hunt</p>
			</div>

			<div class="col-md-12" >
				<p>Heat presses against you as you wander the crowded streets. Bodies shuffle this way and that, all shouting and shoving to get closer to the vendors at the edges of the crowd. You wipe a hand across your forehead and sigh. Today is going to be tough, and you are just getting started. Levi said he would be out here soon, that he would meet you on the corner of Renolli so you could finally get started working the streets. Only he is nowhere in sight. It is time to make a decision.</p>
			</div>

			<div class="col-md-12 well">
				<h2>You start on your own.</h2>
			</div>

			<div class="col-md-12" >
				<p>You wriggle your way into the masses, your bag of silver thumping against your back as you navigate the glass streets. Solar panels hum beneath your shoes, adding to the buzz of voices as you near the center of the square.
				There is still no sign of your brother.
				You step forward as a fat man hobbles by and a silver necklace for trade falls from his pocket.
				You grab the necklace and...</p>
			</div>

			<div class="col-md-12 well">
				<h2>Chase after him.</h2>
			</div>

			<div class="col-md-12" >
				<p>“Sir! Mi scuci, sir!” Your feet pound the pavement, clutching the trinket in your hand. “Sir! Pardon!”
				The man turns, scowling at you when you finally latch onto his dress shirt. “Yes?”
				“You dropped this,” you say, shoving your fist forward.
				The man examines the trinket with a frown, twisting it between his fingers before glaring at you. “Did you steal this from me?”
				Your eyes widen. “No.”
				But it’s already too late.
				He twists, screaming. “Thief! Thief! Service! Aiutatemi!” His face turns a furious red, and you panic, twisting and darting back into the crowds as fast as you can.
				You run, your heart pounding as the fat man’s shouts ring in your ears. You can hear the pounding of Service boots behind you as you dart around corners and duck behind buildings.
				You should have just kept the necklace in the first place.
				You slip past people, pulling more silver from their pockets as you go. If you’re going to be accused as a thief, then you might as well play the part. Service won’t listen to your side of things anyway. Syd’s certainly not going to hear you out. He’ll take his Service’s side over yours any day just so he can get on with his own plans for the evening. He’s probably looking forward to dinner served on gold platters.
				Eventually you lose the sound of Service boots in the distance, and you reach the bridge back to your home island of Venezia, the textile sector of the archipelago that makes up Cidy. Your bag three times heavier then it was when you started your work this evening.
				You’re exhausted by the time you make it to your floor of the Hourglass Tower in the center of the island. You kick at your door and the sheet of metal slides open to reveal your atrium-like living room. You scowl when you spot your older brother lying on the couch, a holoscreen in his hand with a videogame haloing his face in blue holograms.
				He sits upright when you drop your bag onto the floor and grins at you. “Hey, kiddo. How was your day?”
				You walk over and collapse beside him on the couch as your mother glances at you from where she’s cooking dinner on the stove.
				“Well?” Levi nudges you with his elbow.
				You roll your eyes. “Let me tell you....”</p>
			</div>

			<div class="col-md-12">
				<h4>
					End.
				</h4>
			</div>
			
			<div class="col-md-12">
				<h3>
					<a href="../storypath/start.html">Go back to start</a>
				</h3>
			</div>
		</div>
	</body>
</html>