diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-08 03:45:39 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-08 03:45:39 +0000 |
| commit | c13c53139ca6bff3cbe9153227b8d4dc712a8b4d (patch) | |
| tree | 8753d524e87587502bc3930de974ae1e94ca6242 /index.html | |
| parent | 28801fce368f2def50605e24771901c3252917cd (diff) | |
Added basic content, created nav
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..13f509e --- /dev/null +++ b/index.html @@ -0,0 +1,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>
\ No newline at end of file |
