waitforfivemin.html 2.34 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
<!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">
				<h3>
					<a href="../storypath/helpcatchthief.html">Help catch the thief</a>
				</h3>
			</div>

			<div class="col-md-12">
				<h3>
					<a href="../storypath/investigateshop.html">Go investigate the shop. You’re hungry.</a>
				</h3>
			</div>

			<div class="col-md-12">
				<h3>
					<a href="../storypath/stayandwait.html">Stay and wait for Levi.</a>
				</h3>
			</div>
		</div>
	</body>
</html>