diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-11 05:44:23 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-11 05:44:23 +0000 |
| commit | 01e9cff4c6fa7f0672705613ff03107dabe9268d (patch) | |
| tree | 4d27505c23cea5878c586213fe720c8fe6408f0b /user_solutions.html | |
| parent | c8ad9ad251649bff998b678d7324b8be31540e55 (diff) | |
Need pull
Diffstat (limited to 'user_solutions.html')
| -rw-r--r-- | user_solutions.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/user_solutions.html b/user_solutions.html new file mode 100644 index 0000000..ee56557 --- /dev/null +++ b/user_solutions.html @@ -0,0 +1,66 @@ +<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 class="drop-down"> + <a href="#">Courses</a> + <nav class="drop-menu"> + <ul> + <li class="side-drop"><a href="#">First Year</a> + <div class="side-menu"> + <a href="CSC108"></a> + <a href="CSC148"></a> + <a href="CSC165"></a> + </div> + </li> + <li> + <a href="#">Second Year</a></li> + <li><a href="#">Third Year</a></li> + <li><a href="#">Fourth Year</a></li> + </ul> + </nav> + </li> + <!-- <li id="header"><header><a href="#"><img src="assets/images/logo.png"></a></header></li> --> + </ul> + </nav> + </div> + + <main> + <!--made the id in to a class--> + <div class='search solutions'> + + <button id="add-solution"><h3>Add a solution</h3></button> + <p id="show-path">CSC148 > Winter 2015 > Question 1</p> + + </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> + + |
