diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-27 14:06:18 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-27 14:06:18 +0000 |
| commit | fc0552c685b1ce37c9903418aa45f013067aad5d (patch) | |
| tree | 1a7d04aaba6c72740a8fdcf395416d705d0607fd /views/about.hbs | |
| parent | 95d1c4e58796ea481e58a5d3c559c147b5b9b921 (diff) | |
| parent | 9d337173a7a6b6234332e7fdb69ff10308b0aca1 (diff) | |
doing a pull
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views/about.hbs')
| -rw-r--r-- | views/about.hbs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/views/about.hbs b/views/about.hbs index 0d19d8d..00b4203 100644 --- a/views/about.hbs +++ b/views/about.hbs @@ -4,24 +4,24 @@ <section class="abt-content"> <h3 class="">About Us</h3> <p class="about-p"> - We are 4 students from the University of Toronto. + We are 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> + <p>Email: nargiza.nosirova@mail.utoronto.ca</p> <h4 class="abt-name">Waref Haque</h4> <p>Occupation: Student</p> <p>Department: ECE</p> - <p>Email: placeholder@gmail.com</p> + <p>Email: w.haque@mail.utoronto.ca</p> <h4 class="abt-name">Pradyumn (Kumar) Damani</h4> <p>Occupation: Student</p> <p>Department: CS</p> - <p>Email: placeholder@gmail.com</p> + <p>Email: kumar.damani@mail.utoronto.ca</p> <h4 class="abt-name">Humair Khan</h4> <p>Occupation: Student</p> <p>Department: CS</p> - <p>Email: placeholder@gmail.com</p> + <p>Email: humair.khan@mail.utoronto.ca</p> </section> </section> </main>
\ No newline at end of file |
