From aea2eaf2e7d97d50f09b161ddb1b7afa0bba3b42 Mon Sep 17 00:00:00 2001 From: "Michael D. Johnson" Date: Wed, 9 Dec 2015 14:27:02 -0500 Subject: [PATCH 1/2] Added 3 new nonprofits to Commit --- server/utils/commit.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/server/utils/commit.json b/server/utils/commit.json index c0e09277c4b..8d51706e7d5 100644 --- a/server/utils/commit.json +++ b/server/utils/commit.json @@ -14,5 +14,29 @@ "description": "Black Girls CODE is devoted to showing the world that black girls can code, and do so much more.", "imgAlt": "Girls developing code with instructor", "imgUrl": "http://i.imgur.com/HBVrdaj.jpg" + }, + { + "name": "coderdojo", + "displayName": "CoderDojo", + "donateUrl": "https://www.globalgiving.org/projects/coderdojo-start-a-dojo-support/", + "description": "CoderDojo is the global network of free computer programming clubs for young people.", + "imgAlt": "Seven children with laptops in their laps smiling at the camera.", + "imgUrl": "http://i.imgur.com/N9l2atG.jpg" + } + { + "name": "women who code", + "displayName": "Women Who Code", + "donateUrl": "https://www.womenwhocode.com/donate", + "description": "Women Who Code (WWCode) is a global leader in propelling women in the tech industry.", + "imgAlt": "Seven women sitting at a conference table in Chennai, India.", + "imgUrl": "http://i.imgur.com/7GatDU3.jpg" + }, + { + "name": "girls who code", + "displayName": "Girls Who Code", + "donateUrl": "http://girlswhocode.com/", + "description": "Girls Who Code programs work to inspire, educate, and equip girls with the computing skills to pursue 21st century opportunities.", + "imgAlt": "Girls in a classroom holding up a sign that reads, 'Thank you!'", + "imgUrl": "http://i.imgur.com/hULqjO0.jpg" } ] From 8c06293df39edde613680eaf511993682d660cac Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 9 Dec 2015 14:59:56 -0600 Subject: [PATCH 2/2] update json for commit --- server/utils/commit.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/server/utils/commit.json b/server/utils/commit.json index 8d51706e7d5..8a9aed8126a 100644 --- a/server/utils/commit.json +++ b/server/utils/commit.json @@ -15,28 +15,28 @@ "imgAlt": "Girls developing code with instructor", "imgUrl": "http://i.imgur.com/HBVrdaj.jpg" }, - { + { "name": "coderdojo", "displayName": "CoderDojo", "donateUrl": "https://www.globalgiving.org/projects/coderdojo-start-a-dojo-support/", "description": "CoderDojo is the global network of free computer programming clubs for young people.", - "imgAlt": "Seven children with laptops in their laps smiling at the camera.", - "imgUrl": "http://i.imgur.com/N9l2atG.jpg" - } + "imgAlt": "Two adults help several kids program on their laptops.", + "imgUrl": "http://i.imgur.com/701RLfV.jpg" + }, { "name": "women who code", "displayName": "Women Who Code", "donateUrl": "https://www.womenwhocode.com/donate", "description": "Women Who Code (WWCode) is a global leader in propelling women in the tech industry.", - "imgAlt": "Seven women sitting at a conference table in Chennai, India.", - "imgUrl": "http://i.imgur.com/7GatDU3.jpg" + "imgAlt": "Four women sitting in a classroom together learning to code.", + "imgUrl": "http://i.imgur.com/tKUi6Rf.jpg" }, { "name": "girls who code", "displayName": "Girls Who Code", "donateUrl": "http://girlswhocode.com/", "description": "Girls Who Code programs work to inspire, educate, and equip girls with the computing skills to pursue 21st century opportunities.", - "imgAlt": "Girls in a classroom holding up a sign that reads, 'Thank you!'", - "imgUrl": "http://i.imgur.com/hULqjO0.jpg" + "imgAlt": "Three women smiling while they code on a computer together.", + "imgUrl": "http://i.imgur.com/op8BVph.jpg" } -] +] \ No newline at end of file