From c93e1b5c7ba40ffcc86b1821d28bf147b01e64c2 Mon Sep 17 00:00:00 2001 From: MartianKnight Date: Tue, 2 Dec 2014 20:46:17 -0500 Subject: [PATCH] Create team.json --- Teams/Hack-the-Planet/team.json | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Hack-the-Planet/team.json diff --git a/Teams/Hack-the-Planet/team.json b/Teams/Hack-the-Planet/team.json new file mode 100644 index 0000000..4a2b61a --- /dev/null +++ b/Teams/Hack-the-Planet/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Hack the Planet", + "members": [ + { + "name": "Charles Sinclair", + "twitter": "", + "koding": "Will Sin", + "location": "Charlotte, US", + "lead": true + }, + { + "name": "Simon Girma", + "twitter": "", + "koding": "", + "location": "Charlotte, US" + }, + { + "name": "Markcus Wallace", + "twitter": "", + "koding": "", + "location": "Raleigh, US" + }, + { + "name": "Daniel Godfrey", + "twitter": "", + "koding": "", + "location": "Charlotte, US" + }, + { + "name": "Chris Wesley", + "twitter": "", + "koding": "", + "location": "Charlotte, US" + } + ] +}