diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | web/views/index.pug | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Helpthehome by The Dream Team +# Helpthehome(less) ## High Level Description Help the Homeless is a web and mobile application that allows homeless shelters to see the locations of homeless people of Toronto in need of help in real time. Our application consists of two components: a web application and a mobile application for iOS and Android. The web application displays a map that is updated with markers in real time. Each marker shows the location of a homeless person, along with identifying details such as (age, gender, race, other salient features). Markers are displayed on the map whenever a user on the mobile application sends a request for help. The mobile application is intended to be used by the public. It contains a simple form that allows the user to describe the situation to help the outreach workers identify the person in need when responding for help. diff --git a/web/views/index.pug b/web/views/index.pug index 4de1efd..a226dc8 100644 --- a/web/views/index.pug +++ b/web/views/index.pug @@ -50,9 +50,10 @@ html li Javascript li React-Native, Expo h2 Who built it + h4 The project is maintained over at GitLab <a href="https://gitlab.com/kdam0/helpthehomeless">here</a>. ul li Samarth Agarwal, <a href="https://github.com/Samarth-Agarwal1">GitHub</a> li Fahim Ahmed, <a href="https://github.com/fahim1997">GitHub</a> - li Kumar Damani, <a href="https://github.com/kdam0">GitHub</a> + li Kumar Damani, <a href="https://gitlab.com/kdam0">GitLab</a> li Andrew Mihai, <a href="https://github.com/AndrewMihai">GitHub</a> li Ivan Shen, <a href="https://github.com/ivanshen">GitHub</a> |
