aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-24 01:17:08 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-24 01:17:08 +0000
commit1be4dfd7af0fa1516a0c08a427cf2a9019a179b2 (patch)
treee4da6145d98b17de171e374ce1ed038fc0552c1d
parent8ba91bfe6950d3dbfae3140b4435f8b17851a5f8 (diff)
parentfcd91f265e93eee23ded2c2d81e8be6f86843986 (diff)
Merge branch 'master' into 'qa'
Master See merge request kdam0/helpthehomeless!8
-rw-r--r--README.md2
-rw-r--r--web/views/index.pug3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21c12bf..26bef88 100644
--- a/README.md
+++ b/README.md
@@ -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>