aboutsummaryrefslogtreecommitdiff
path: root/views/questions.hbs
blob: 8b69f8f45252e2fe12522bbabe35e70154554aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<main id = 'solutions-main'>
    <div class = 'search container' id = 'solutions-div'>

            <!-- 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'>
                <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>

            <!-- QUESTION LISTINGS -->

            <a href="/user_solutions">
            <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>
            </a>

            <a href="/user_solutions">
            <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>
            </a>

            <a href="/user_solutions">
            <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>
            </a>

            <a href="/user_solutions">
            <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>
            </a>

            <a href="/user_solutions">
            <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>
            </a>
    </div>
</main>