diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-18 10:49:16 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-18 10:49:16 +0000 |
| commit | c1ce89359a7b54ec97b54ce577e5534c180c5c4b (patch) | |
| tree | 39f8333533131fc0b0efba99a0517e11a63706ce /views/exams.hbs | |
| parent | 0a47900db45ce82d10ad09a6aee85e1ba68a9063 (diff) | |
Various fixes, see changelog for details.
Diffstat (limited to 'views/exams.hbs')
| -rw-r--r-- | views/exams.hbs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/views/exams.hbs b/views/exams.hbs new file mode 100644 index 0000000..fc9e7d5 --- /dev/null +++ b/views/exams.hbs @@ -0,0 +1,40 @@ +<main id = 'solutions-main'> + <div class = 'search container' id = 'solutions-div'> + <h4 class='search-head'>Search results for "{{query}}"</h4> + <a href="/questions"> + <section class = 'solutions-card'> + <h3 class = 'solutions-title'>CSC148 - Introduction to Computer Science</h3> + <p class = 'solutions-time' ><em>Term: </em>Winter 2015</p> + <p class = 'exam-instr'><em>Instructors: </em>Fairgrieve and Hangerman</p> + <p class = 'solutions-type'>Final Examination</p> + </section> + </a> + + <a href="/questions"> + <section class = 'solutions-card'> + <h3 class = 'solutions-title'>CSC148 - Introduction to Computer Science</h3> + <p class = 'solutions-time' ><em>Term: </em>Fall 2014</p> + <p class = 'exam-instr'><em>Instructors: </em>Campbell and Fairgrieve</p> + <p class = 'solutions-type'>Midterm Examination</p> + </section> + </a> + + <a href="/questions"> + <section class = 'solutions-card'> + <h3 class = 'solutions-title'>CSC148 - Introduction to Computer Science</h3> + <p class = 'solutions-time' ><em>Term: </em>Winter 2014</p> + <p class = 'exam-instr'><em>Instructors: </em>Campbell and Papadopoulou</p> + <p class = 'solutions-type'>Final Examination</p> + </section> + </a> + + <a href="/questions"> + <section class = 'solutions-card'> + <h3 class = 'solutions-title'>CSC148 - Introduction to Computer Science</h3> + <p class = 'solutions-time' ><em>Term: </em>Fall 2013</p> + <p class = 'exam-instr'><em>Instructors: </em>Craig and Gries</p> + <p class = 'solutions-type'>Final Examination</p> + </section> + </a> + </div> +</main> |
