startonown.html 2.07 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
<!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">
				<h3>
					<a href="../storypath/chaseafterhim.html">Chase after him.</a>
				</h3>
			</div>

			<div class="col-md-12">
				<h3>
					<a href="../storypath/tuckinbag.html">Tuck it into your own bag.</a>
				</h3>
			</div>
		</div>
	</body>
</html>