-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea56e2a
commit d9a7f5f
Showing
356 changed files
with
11,386 additions
and
135,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
title: 'About', | ||
content: ` | ||
<p>In New York City, mental health care and support is not a privilege reserved for those who can afford it. It is a human right for all.</p> | ||
<p>Mental Health For All is a central hub where every New Yorker can connect to care and find mental health resources for themselves and their loved ones. No matter the age, ZIP code, ethnicity, or gender, we want every New Yorker to be able to live their best life.</p> | ||
<p>Mental Health For All is our commitment to every one of the 8.6 million people in our City: We will support you every step of the way in living a happy and healthy life.</p> | ||
` | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module.exports = { | ||
'About': 'about', | ||
'The Crime Victim Assistance Program (CVAP)': 'a', | ||
'Family Justice Centers': 'b', | ||
'Program for Survivors of Torture': false, | ||
'Mission: VetCheck': 'k', | ||
'The Trevor Project': 'e', | ||
'LGBT National Help Center': 'l', | ||
'Mobile Treatment Services Accessible Through the Single Point of Access': 'n', | ||
'Mobile Crisis Teams': 'm', | ||
'Friendly Visiting and Friendly VOICES': 'g', | ||
'Geriatric Mental Health Initiative': 'c', | ||
'NYC Well': 'x', | ||
'NYC Care': 'p', | ||
'NYC Family Resource Centers': 'b', | ||
'Early Childhood Mental Health Network': 'q', | ||
'Comprehensive Psychiatric Emergency Services Program (CPEP) at Health + Hospitals': 'r', | ||
'Clubhouses': false, | ||
'School Mental Health Services': 's', | ||
'Family Counseling': 'h', | ||
'Drop-in Centers for Runaway and Homeless Youth': 'i', | ||
'Syringe Service Programs': false, | ||
'Naloxone': 't', | ||
'Gotham Pride Health Centers': false, | ||
'3-2-1 Impact': 'v', | ||
'Mental Health Integrated in Primary Care': 'w', | ||
'Child Use of Prescription Pain Relievers or Heroin': 'u' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[ | ||
{ | ||
"id": 6, | ||
"name": "Everyone", | ||
"slug": "everyone" | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "Children and Youth", | ||
"slug": "children-and-youth" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Families", | ||
"slug": "families" | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "LGBTQ New Yorkers", | ||
"slug": "lgbtq-new-yorkers" | ||
}, | ||
{ | ||
"id": 7, | ||
"name": "Immigrants", | ||
"slug": "immigrants" | ||
}, | ||
{ | ||
"id": 8, | ||
"name": "Adults", | ||
"slug": "adults" | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Seniors", | ||
"slug": "seniors" | ||
}, | ||
{ | ||
"id": 1, | ||
"name": "Veterans", | ||
"slug": "veterans" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
|
||
/** | ||
* Config | ||
*/ | ||
|
||
module.exports = { | ||
'production': 'https://github.com/CityOfNewYork/mhfa', | ||
'development': 'https://github.com/NYCOpportunity/mhfa' | ||
}; | ||
development: '', | ||
testing: 'https://github.com/CityOfNewYork/mhfa.git' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.