aboutsummaryrefslogtreecommitdiff
path: root/views/about.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'views/about.hbs')
-rw-r--r--views/about.hbs27
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