diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-18 10:54:08 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-18 10:54:08 +0000 |
| commit | a35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch) | |
| tree | d5b4b8548caae36a20e1258a8341dab4b3d522d2 /views/about.hbs | |
| parent | 16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff) | |
| parent | c1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff) | |
merged
Diffstat (limited to 'views/about.hbs')
| -rw-r--r-- | views/about.hbs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/views/about.hbs b/views/about.hbs new file mode 100644 index 0000000..0d19d8d --- /dev/null +++ b/views/about.hbs @@ -0,0 +1,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>
\ No newline at end of file |
