Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#3920 from CodeNonprofit/new-nonprofits
Browse files Browse the repository at this point in the history
Added nonprofits and changed status of several ongoing projects to "started"
  • Loading branch information
benmcmahon100 committed Oct 27, 2015
2 parents 096d009 + ae40117 commit ae2be72
Showing 1 changed file with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions seed/nonprofits.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"logoUrl": "http://www.thinkkids.org/wp-content/themes/think-kids/images/logo.png",
"imageUrl": "http://i.imgur.com/hiGJms5.png",
"estimatedHours": 300,
"currentStatus": "open",
"currentStatus": "started",
"moneySaved": 0
},
{
Expand Down Expand Up @@ -244,7 +244,7 @@
"logoUrl": "http://i.imgur.com/YlPsQmN.jpg",
"imageUrl": "http://childfirstauthority.org/wp-content/uploads/2012/09/CFAHEADER7.gif",
"estimatedHours": 200,
"currentStatus": "open",
"currentStatus": "started",
"moneySaved": 0
},
{
Expand All @@ -256,7 +256,9 @@
"projectDescription": "Campers will build a multiple language website (English, Spanish) that accepts donations.",
"logoUrl": "http://i.imgur.com/jPuiPOy.jpg",
"imageUrl": "http://i.imgur.com/zaaL2pj.jpg",
"estimatedHours": 100
"estimatedHours": 100,
"currentStatus": "open",
"moneySaved": 0
},
{
"whatDoesNonprofitDo": "1to1 Movement provides free environmental education in schools",
Expand All @@ -267,7 +269,9 @@
"projectDescription": "Campers will build a simple, social, data-driven application that allows people to see the impact of their actions. User can make a pledge and track the outcome. Will make use of the D3.js visualization library.",
"logoUrl": "http://i.imgur.com/jaqxg0O.png",
"imageUrl": "http://i.imgur.com/GXSWTZw.jpg",
"estimatedHours": 300
"estimatedHours": 300,
"currentStatus": "open",
"moneySaved": 0
},

{
Expand All @@ -279,7 +283,9 @@
"projectDescription": "Campers will build a basic website for sharing information, feeds from different campaign’s websites.",
"logoUrl": "http://i.imgur.com/uAyUiMN.png",
"imageUrl": "http://i.imgur.com/2Og5tqy.jpg",
"estimatedHours": 100
"estimatedHours": 100,
"currentStatus": "open",
"moneySaved": 0
},
{
"whatDoesNonprofitDo": "We empower the community through improved literacy.",
Expand All @@ -290,6 +296,34 @@
"projectDescription": "Campers will build a simple website to replace essentialskillsquebec.com. Site will host many documents related to the Nine Essential Skills.",
"logoUrl": "http://i.imgur.com/jXQY01H.png",
"imageUrl": "http://i.imgur.com/iUXBpeL.jpg",
"estimatedHours": 100
"estimatedHours": 100,
"currentStatus": "started",
"moneySaved": 0
},
{
"whatDoesNonprofitDo": "Options Inc. is an organization that was founded in 1979 to assist adults with disabilities in living and working in the community. We provide transportation to approximately 230 individuals.",
"websiteLink": "www.options-inc.org",
"name": "Options Inc.",
"endUser": "Administrators and Persons with Disabilities",
"approvedDeliverables": ["Web App"],
"projectDescription": "Campers will build a system to store all of Options Inc.'s clients addresses, optimize routes for our 23 vehicles, and schedule their staff for these routes.",
"logoUrl": "http://i.imgur.com/jGWRMuF.jpg",
"imageUrl": "http://i.imgur.com/VUuJJlM.jpg",
"estimatedHours": 300,
"currentStatus": "open",
"moneySaved": 0
},
{
"whatDoesNonprofitDo": "Our goal is to improve addiction treatment and recovery services through targeted outreach, policy development, and direct support services for addicts, their families and health professionals.",
"websiteLink": "http://www.taadas.org/",
"name": "Tennessee Association of Alcohol, Drug, and other Addiction Services",
"endUser": "Administrators and Persons with Disabilities",
"approvedDeliverables": ["Website"],
"projectDescription": "Campers will build a modern, mobile-responsive website.",
"logoUrl": "http://i.imgur.com/kYHgY0F.jpg",
"imageUrl": "http://i.imgur.com/W6L1sGV.jpg",
"estimatedHours": 100,
"currentStatus": "open",
"moneySaved": 0
}
]

0 comments on commit ae2be72

Please sign in to comment.