downloadmore.html 1.75 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
<!DOCTYPE html>
<html>
	<head>
		<title>Download More</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 More Stuff to Watch</h1>
		<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">

		<p id="paragraph-downloadmore">

			You proceeded to download all those you thought were good. 
			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/downloadmore.jpg" width="900" height="500">
				</div>
			</div>
		</p>
		
		<p id="paragraph-downloadmore-2">

			You watched movies and started watching 'Friends' during the weekend. <br>You got so carried away with watching that you completely forgot that you still have something to do. <br>

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

		<p id="paragraph-downloadmore-3">

			You went to school on Monday, acing your STAT 107 long test 1 but only remembered that you have to submit your MIS homework <br>on the same day as you were entering Faura Hall.<br> <br> You still went to class and listened to the lecture. As your professor was discussing, deep inside you were hurting.

			You blamed yourself greatly for not being able to do your homework. You got so stressed with what you have (or haven't) done. Because of this, you collapsed.
			
			<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>