diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 06:45:16 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-13 06:45:16 +0000 |
| commit | 99bf3b80d9f498695832a2543a253db66fda93bb (patch) | |
| tree | b319dc91839c31fd4aa3ba22edbde3121f57b128 /questions.html | |
| parent | c52ee7fc70770391146c092093c198fd410616c1 (diff) | |
Styled questions.html
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 a3e805d..f8130a6 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> |
