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/about.hbs | |
| parent | 0a47900db45ce82d10ad09a6aee85e1ba68a9063 (diff) | |
Various fixes, see changelog for details.
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 |
