aboutsummaryrefslogtreecommitdiff
path: root/user_solutions.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_solutions.html')
-rw-r--r--user_solutions.html66
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>
+
+