aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 13f509e2cd7933a09f2dedc941f1ab3d90aa244b (plain)
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
<html>
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Solutions Repo</title>

	<link href="assets/css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
	<div id="top-bar">
		<a href="#"><img src="assets/images/logo.png"></a>
		<nav>
			<ul>
				<li><a href="#">Register</a></li>
				<li><a href="#">Log In</a></li>
				<li><a href="#">Courses</a></li>
				<!-- <li id="header"><header><a href="#"><img src="assets/images/logo.png"></a></header></li> -->
			</ul>
		</nav>
	</div>

	<nav id="drop-down">
		<ul>
			<li><a href="#">First Year</a></li>
			<li><a href="#">Second Year</a></li>
			<li><a href="#">Third Year</a></li>
			<li><a href="#">Fourth Year</a></li>
		</ul>	
	</nav>

	<h2>The solutions to all your problems.</h2>

	<footer>
		<nav>
			<ul>
				<li><a href="#">Contact</a></li>
				<li><a href="#">About Us</a></li>
				<li><a href="#">Terms of Use</a></li>
			</ul>
		</nav>

		<h6>Copyright 2016</h6>

	</footer>
</body>
</html>