diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 07:09:16 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 07:09:16 +0000 |
| commit | 62ac821af8f32691e0dfc774be8969916260d0c9 (patch) | |
| tree | 682b9ab4e3c43293f6579a1d7a165a707cf1d435 /questions.html | |
| parent | 6d2539d727ef76a30af0b050dae7114e7518e42e (diff) | |
| parent | 5309529a6f451fd5cae0da74826679393f5352b5 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'questions.html')
| -rw-r--r-- | questions.html | 71 |
1 files changed, 57 insertions, 14 deletions
diff --git a/questions.html b/questions.html index 4fd07a2..e4da15e 100644 --- a/questions.html +++ b/questions.html @@ -86,27 +86,70 @@ <main id = 'solutions-main'> <div class = 'search container' id = 'solutions-div'> - <h1 id = 'solutions-header'>CSC309-Programming on the Web</h1> + <!--<h1 id = 'solutions-header'>CSC309-Programming on the Web</h1> <h3> Summer, 2016</h3> - <h3> Final</h3> - <section class = 'solutions-card'> - <h3 class = 'questions-number'>Question 1</h3> - <p class = 'questions-comment' >Comments: 4</p> + <h3> Final</h3>--> + <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'> + <h3>CSC148</h3> + <p>Winter 2015 exam</p> + <p><em>Instructor(s): </em>Fairgrieve and Hangerman </p> + <p><em>Upload date:</em> 2016-07-08</p> + <p><em>Uploaded by:</em> John Smith</p> + <p><em>Page count:</em> 22</p> + <p><em>Question count:</em> 10</p> </section> - <section class = 'solutions-card'> - <h3 class = 'questions-number'>Question 2</h3> - <p class = 'questions-comment' >Comments: 3</p> + <section class = 'solutions-card row'> + <div class='pull-left col-sm-8 col-md-8'> + <h3 class = 'questions-number'>Question 1</h3> + <p><span class='questions-sol-num'>2 solutions, </span> <span class = 'questions-comment'>6 comments</span></p> + </div> + <div class='pull-right right-arrow'> + <img class='rounded' src="assets/images/right-arrow.png"> + </div> </section> - <section class = 'solutions-card'> - <h3 class = 'questions-number'>Question 3</h3> - <p class = 'questions-comment' >Comments: 2</p> + <section class = 'solutions-card row'> + <div class='pull-left col-sm-8 col-md-8'> + <h3 class = 'questions-number'>Question 2</h3> + <p><span class='questions-sol-num'>1 solution, </span> <span class = 'questions-comment'>2 comments</span></p> + </div> + <div class='pull-right right-arrow'> + <img class='rounded' src="assets/images/right-arrow.png"> + </div> </section> - <section class = 'solutions-card'> - <h3 class = 'questions-number'>Question 4</h3> - <p class = 'questions-comment' >Comments: 1</p> + <section class = 'solutions-card row'> + <div class='pull-left col-sm-8 col-md-8'> + <h3 class = 'questions-number'>Question 3</h3> + <p><span class='questions-sol-num'>1 solution, </span> <span class = 'questions-comment'>2 comments</span></p> + </div> + <div class='pull-right right-arrow'> + <img class='rounded' src="assets/images/right-arrow.png"> + </div> + + </section> + + <section class = 'solutions-card row'> + <div class='pull-left col-sm-8 col-md-8'> + <h3 class = 'questions-number'>Question 4</h3> + <p><span class='questions-sol-num'>3 solutions, </span> <span class = 'questions-comment'>2 comments</span></p> + </div> + <div class='pull-right right-arrow'> + <img class='rounded' src="assets/images/right-arrow.png"> + </div> + </section> + + <section class = 'solutions-card row'> + <div class='pull-left col-sm-8 col-md-8'> + <h3 class = 'questions-number'>Question 5</h3> + <p><span class='questions-sol-num'>0 solutions </span> <span class = 'questions-comment'></span></p> + </div> + <div class='pull-right right-arrow'> + <img class='rounded' src="assets/images/right-arrow.png"> + </div> </section> </div> |
