<!DOCTYPE html>
<html>
	<head>
		<title>About You</title>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
	</head>
	
	<body id="about-body" class="container">
		<h1 id="h1-about" align="center"> About You</h1>
		<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
		<div class="row">
			<div clas="col-md-12">
				<img id="img-about" src="images/jarod.jpg" width="600" height="400">
			</div>
		</div>
		
		<p id="paragraph-about">
			Your name is Jarod--"a super-genius polymath with eidetic memory who has the ability to be anyone, learn any skill and function in any situation--a chameleon who takes on identities as easily as most people change clothes."
			Your name actually comes from a Television Series entitled "The Pretender" from which this description originated.
		<br>
		<br>
			You are a jack-of-all-trades kind of person. You are a performer--you know how to sing, play several musical instruments, dance ballroom, act (however not so refined). In your younger days, you were also a debater--both a speaker and a scribe. You were not fond of writing, but due to the inevitability of change, you are now a budding author.
		<br>
		<br>
			Given the impossibility of time-travel and disruption of the time-space continuum, <br> you have resorted to the manipulation of time in a literary context.
		<br>
		<br>
			Taking up the degree Bachelor of Science in Management Information Systems, <br> you are currently a third year college student at the Ateneo de Manila University.
		<br>
		<br>
			One day, on a Thursday, your professor--in a subject of the same name as your degree--asked you to create a game. <br> It's called, "Choose Your Own Adventure."
		<br>
		<br>
			Trying to maintain an excellent start in the semester, you have thought deeply about what to do, now that you have been given a task.
		</p>

		<h2 id="h2-will"> You will...</h2>
		<div class="row">
			<ul id="main-menu">
				<div class="col-md-3">
						<li class="menu-item">
									<p align="center">
										<a href="choices/download.html">
										Download the Latest Episde of Bones
										</a>
									</p>
						</li>
				</div>

				<div class="col-md-3">
						<li class="menu-item">
							<p align="center">
								<a href="choices/play.html">
									Play MU Online
								</a>
							</p>
						</li>
				</div>

				<div class="col-md-3">
					<li class="menu-item">
						<p align="center">
							<a href="choices/start.html">
								Start Early with the Homework
							</a>
						</p>
					</li>
				</div>

				<div class="col-md-3">
					<li class="menu-item">
						<p align="center">
							<a href="warningpage.html">
								Go Back to the Home Page
							</a>
						</p>
					</li>
				</div>				
			</ul>
		</div>

	</body>
</html>