aboutsummaryrefslogtreecommitdiff
path: root/views/about.hbs
blob: 0d19d8de8a560f4d207f4569c0d64cc8b84bd561 (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
<main id = 'solutions-main'>
    <section class = 'search container'>
        <!-- Contributor Details -->
        <section class="abt-content">
            <h3 class="">About Us</h3>
            <p class="about-p">
                We are 4 students from the University of Toronto.
            </p>
            <h4 class="abt-name">Nargiza Nosirova</h4>
                <p>Occupation: Student</p>
                <p>Department: CS</p>
                <p>Email: placeholder@gmail.com</p>
            <h4 class="abt-name">Waref Haque</h4>
                <p>Occupation: Student</p>
                <p>Department: ECE</p>
                <p>Email: placeholder@gmail.com</p>
            <h4 class="abt-name">Pradyumn (Kumar) Damani</h4>
                <p>Occupation: Student</p>
                <p>Department: CS</p>
                <p>Email: placeholder@gmail.com</p>
            <h4 class="abt-name">Humair Khan</h4>
                <p>Occupation: Student</p>
                <p>Department: CS</p>
                <p>Email: placeholder@gmail.com</p>
        </section>
        </section>
</main>