start.html 2.59 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 77 78 79 80 81 82
<!DOCTYPE html>
<html>
	<head>
		<title>Start Homework</title>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
	</head>
	
	<body id="about-body" class="container">
		<h1 id="h1-download" align="center">Start Early with the Homework</h1>
		<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">

		<p id="paragraph-start">
			You were an honor student. You graduated Valedictorian in Elementary, and with High Honors in High School. You received various awards and accolades for all your accomplishments. However, you must know you're not really lazy... you're just a great procrastinator and a great crammer. This behavior of yours almost took a toll on you in the second semester of your second year in College.

			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/medals.jpg" width="900" height="500">
				</div>
			</div>
		</p>
		
		<p id="paragraph-start2">Afraid of getting a low grade for possible lousily made and crammed output, you decided to start early with your MIS homework.<br><br></p>

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

		<p id ="paragraph-start2">

			You found it quite easy at first since you are simply tasked to code in HTML, whereas you already have a background in it.<br> However, you realized that it is going to be a time-consuming task and found out later that you will have to squeeze your brain a lot for you to be able to write several paragraphs and sew them together into one big story.


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

		<p id ="paragraph-play3">
			Recalling how nice it is to rest,
		</p>	

		<h2 id="h2-decide-1">You decided to:</h2>
		<div class="row">
			<ul id="main-menu">
				<div class="col-md-4">
						<li class="menu-download">
							<p align="center">
								<a href="procrastinate.html">
									Just Relax, Sleep, and Continue to Procrastinate
								</a>
							</p>
						</li>
				</div>

				<div class="col-md-4">
						<li class="menu-download">
							<p align="center">
								<a href="continue.html">
									Continue Doing the Homework <br>Even Though It Is Against Your Will
								</a>
							</p>
						</li>
				</div>

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

	</body>
</html>