procrastinate.html 2.19 KB
Newer Older
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
<!DOCTYPE html>
<html>
	<head>
		<title>Procrastinate</title>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
	</head>
	
	<body id="about-body" class="container">
		<h1 id="h1-download" align="center">Just Relax, Sleep, and Procrastinate</h1>
		<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">

		<p id="paragraph-downloadmore">
					Because the first week of summer classes has just ended, you still thought that you were so tired and believe that it would be best to just relax, sleep, and continue procrastinating.

			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/procrastinate.jpg" width="900" height="500">
				</div>
			</div>
		</p>
		
		<p id="paragraph-downloadmore-2">

				After a few hours, you remembered how expensive your tuition fee was for studying in the Ateneo. Bugged by your conscience, you started doing your MIS homework and took you quite a deal of time to finish it.
				<br>

			<div id="img-clock" class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/expensive.jpg" width="700" height="300">
				</div>
			</div>
		</p>
		
			<p id="paragraph-downloadmore-3">
					Thankfully, you were able to input a fair amount of design and you were able to submit it on time.
				<div id="img-clock" class="row">
					<div clas="col-md-12">
						<img id="img-download" src="../images/design.jpg" width="700" height="300">
					</div>
				</div>
			</p>

			<p id="paragraph-downloadmore-3">
				Your professor was entertained and he decided to give you a B+. Congratulations!

				<div class="row">
					<div clas="col-md-12">
						<img id="img-download" src="../images/bplus.jpg" width="900" height="500">
					</div>
				</div>
			</p>
				
				<div class="row">
					<div clas="col-md-12">
						<img id="img-download" src="../images/happy.jpg" width="900" height="500">
					</div>
				</div>
			
			<h1 id="h1-downloadmore">FIN</h1>
		</p>
		<div>
			<ul>
				<div class="col-md-12">
					<li class="menu-downloadmore">
						<p align="center">
							<a href="../warningpage.html">
								Go Back to the Home Page
							</a>
						</p>
					</li>
				</div>				
			</ul>
		</div>

	</body>
</html>