stayandwait.html 3.54 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
<!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>Stay and wait on the corner another five minutes.</h2>
			</div>

			<div class="col-md-12" >
				<p>You lean against the building, watching as people dash back, chasing down vendors for clothing or food, waving their trades madly beneath the desert sun.
				Someone’s shouting from a block down. It’s the man who owns the gelato store you and Levi would always stop at after school during the year. The man busts from the door, racing after someone.
				“Thief! Thief!”
				You’re curious, if not a little sympathetic as the man races after a slender figure in tattered clothes. You...</p>
			</div>

			<div class="col-md-12 well">
				<h2>Stay and wait for Levi.</h2>
			</div>

			<div class="col-md-12" >
				<p>The crowds keep moving, and you catch a few flashes of the crimson Service jackets as they race after a young boy about half an hour later. Someone screaming about a thief.
				An hour goes by, and you decide to leave your spot on the wall, walking with the crowd. Trinkets from the vendors set up on the streets catch your eye every so often, and you stop to admire the wares from Insa, the Moroccan nation to the west.
				Eventually you get hungry and circle back to the gelato shop. The owner should be back by now and citrus sounds like just the right snack before heading home for dinner.
				The place smells sweet. The sharp scents of lemon and orange citrus stinging your nose as you approach the counter.
				You stand there, trying to decide which flavor to get for a minute or two before the bell chimes at your back. You turn to watch the pudgy shop keeper slide in. His face is a beaten red and he’s huffing, but otherwise he looks fairly well put together.
				“What’ll it be?” he asks, stepping behind the counter.
				You point to a flavor, and he hands you a small cup of the citrus gelato over the counter.
				“Have a nice day!”
				You nod and turn to walk out, but stop. Taking the gelato just like the boy had doesn’t feel quite right.</p>
			</div>

			<div class="col-md-12">
				<h3>
					<a href="../storypath/paytheman3.html">Pay the man</a>
				</h3>
			</div>

			<div class="col-md-12">
				<h3>
					<a href="../storypath/leaveanyway3.html">Leave anyway.</a>
				</h3>
			</div>
		</div>
	</body>
</html>