download.html 2.04 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
<!DOCTYPE html>
<html>
	<head>
		<title>Download Bones</title>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
	</head>
	
	<body id="about-body" class="container">
		<h1 id="h1-download" align="center">Download the Latest Episode of Bones</h1>
		<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">

		<p id="paragraph-download">
			Another good thing to note about you is that you're not just a student stuck in performing scholarly work inside the academe. <br> You are also a geek--you laugh at the weirdest and farfetched jokes especially when it involves science, music, pop culture, <br> and actually anything under the sun--as long as it is witty.

			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/bones.jpg" width="900" height="500">
				</div>
			</div>
		</p>
		
		<p id ="paragraph-download-2">
			Bones is an American TV series that is like another version of CSI and NCIS, only that it's funnier and much more comedic. <br>
			Because you love Bones so much, instead of doing your task, you simply chose to download the latest episode of Bones from the internet and decided to "sit back, relax, and enjoy the show."
		<br>
		<br>
			Overjoyed with all the geekiness, you felt like you wanted to watch more, whether movies or series. <br> <br> 
		</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="downloadmore.html">
									Download More Stuff to Watch
								</a>
							</p>
						</li>
				</div>

				<div class="col-md-4">
						<li class="menu-download">
							<p align="center">
								<a href="dohomework1.html">
									Do the MIS Homework
								</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>