aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: fe65c26b6c2d4429f26ab8a685b0ccc9b9504bb0 (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
47
48
49
50
51
52
53
54
55
56
57
<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">
	<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
	<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
	<div id="top-bar">
		<div id="logo"><a href="#"><img src="assets/images/placeholder.png"></a></div>
		<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>

	<main>

		<div id='search'>
			<h2>The solutions to all your problems.</h2>
			<!--<img src="assets/images/down.png">-->
			<input type="text" name="search" placeholder="Enter course name">
		</div>
		
	</main>
	


	<footer>
		<div id="footer-container">
			<nav>
					<a href="#">Contact</a>
					<a href="#">About Us</a>
					<a href="#">Terms of Use</a>
			</nav>
			<h6>Copyright 2016</h6>
		</div>

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