diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 08:55:02 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 08:55:02 +0000 |
| commit | 952f7cefcd35550bb0930418e56c524f09eca92d (patch) | |
| tree | 9a681c15203eeb66f1a120ca65709e59ea63db68 /questions.html | |
| parent | 8e52b58efedda826184280abbd9cf2c477fecde2 (diff) | |
Minor code clean up in html files
Diffstat (limited to 'questions.html')
| -rw-r--r-- | questions.html | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/questions.html b/questions.html index 6461dcd..18cda15 100644 --- a/questions.html +++ b/questions.html @@ -41,11 +41,6 @@ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> - <!--<li><a href="user_solutions.html">Solutions Page</a></li> - <li><a href="user_profile_alt.html">Profile Page</a></li> - <li><a href="questions.html">Questions Page</a></li> - <li><a href="exams.html">Exams Pages</a></li>--> - <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Courses <span class="caret"></span></a> <ul class="dropdown-menu"> @@ -74,8 +69,6 @@ </ul> </li> - - <!--<li id="header"><header><a href="#"><img src="assets/images/logo.png"></a></header></li> –>--> </ul> </div> @@ -86,9 +79,9 @@ <main id = 'solutions-main'> <div class = 'search container' id = 'solutions-div'> - <!--<h1 id = 'solutions-header'>CSC309-Programming on the Web</h1> - <h3> Summer, 2016</h3> - <h3> Final</h3>--> + + <!-- EXAM DETAILS --> + <a href="http://www.cs.toronto.edu/~fpitt/CSC148/20131/tests/test1-0101.pdf" target='_blank'><img src="assets/images/exam.png" class='exam-img img-responsive exam-info'></a> <section class='exam-info'> @@ -101,6 +94,8 @@ <p><em>Question count:</em> 10</p> </section> + <!-- QUESTION LISTINGS --> + <a href="user_solutions.html"> <section class = 'solutions-card row'> <div class='pull-left col-sm-8 col-md-8'> @@ -162,10 +157,8 @@ </section> </a> </div> - </main> - <footer> <div class="navbar navbar-default navbar-fixed-bottom"> @@ -213,6 +206,5 @@ }); </script> - </body> </html>
\ No newline at end of file |
