1.1aa.html 2.52 KB
<!Doctype html>
<html>
	<head>
		<title>Story Time</title>
		<link type="text/css" rel="stylesheet" href="../Stylesheet/bootstrap.css">
	</head>
	<body class="container" style="background-image: url(../Pictures/background_body.jpg); height: 400px";>
		<div class="row">
			<div class="col-md-12 well" style="background-image: url(../Pictures/background_head.jpg); background-position: center bottom">
				<h1 id="main-h1">List of Stories</h1>
				<h3 id="main-h3">A collection of stories consisting of different adventures with different scenarios.</h3>
				<h3 id="main-h3">It's up to you to decide your own fate.</h3>
			</div>
		</div>
	<ul id="main menu">
			<h2 class="menu-item"><a href="../introduction.html">Homepage</a></h2>
			<div class="dropdown">
				<h2 class="menu-item"><a href="#stories">Stories</a></h2>
				<div class="dropdown-content">
					<a href="../First/1.1.html">For You, I Would</a>
					<a href="../Second/2.1.html">Just Friends</a>
					<a href="../Third/3.1.html">The Interviews</a>
					<a href="../Fourth/4.1.html">Sincerely, Yours</a>
					<a href="../Fifth/5.1.html">Rainbow</a>
				</div>
			</div>
			<h2 class="menu-item"><a href="../Other_Works.html">Other Works</a></h2>
			<h2 class="menu-item"><a href="../About_Us.html">About Us</a></h2>
			<h2 class="menu-item"><a href="../Sources.html">Sources</a></h2>
	</ul>
	<div class="row">
		<div class="col-md-12 well">
		<h1><center><b>"For You, I Would"</b></center></h1>
		<p>You continue talking to Peter. With a few more drinks, Peter tells you why he took a leave of absence in his work. You find out that he needs to find a replacement as the CTO in the company he is working in.<br><br>

		As an opportunist, you start selling yourself by telling him your past academic performance. You tell him that you graduated with honors and was very much over-qualified for the position. <br><br>

		Peter agrees with you but you start noticing that he is already quite intoxicated and he will still commute home to Makati. <br><br>

		On the other hand, Paul texts you again to go to Papu's because it turns out that your crush for the longest time is drinking with them and is actually looking for you. <br><br>

		You decide to... </p>
		<div class="col-mid-6 well">
		<p>Ignore the text and drive Peter to his home in Makati.<br>
		<a href="1.1aaa.html">Click Here.</a></p>
		</div>
		<div class="col-mid-6 well">
		<p>Tell Peter to be careful commuting back to Makati and you have to go to Papu's with a friend.<br>
		<a href="1.1b.html">Click Here.</a></p>
		</div>
	</div>
	</body>
</html>