From 33955c8d7529a42e8efeb32a9ac61abd2af8c83d Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:14:13 -0500 Subject: [PATCH] add tentative team info --- Teams/JustDevIt/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/JustDevIt/team.json diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json new file mode 100644 index 0000000..cf504ad --- /dev/null +++ b/Teams/JustDevIt/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Just Dev It", + "members": [ + { + "name": "David Ragsdale", + "twitter": "@ragzdale", + "koding": "", + "location": "Indianapolis, US" + }, + { + "name": "Alex Hester", + "twitter": "", + "koding": "amhester", + "location": "Indianapolis, US" + }, + { + "name": "Ryan Hanley", + "twitter": "", + "koding": "rmhanley", + "location": "Indianapolis, US", + "lead": true + }, + { + "name": "Scott Colegrove", + "twitter": "beefmaestro", + "koding": "beefmaestro", + "location": "Indianapolis, US" + }, + { + "name": "Neal Hamilton", + "twitter": "", + "koding": "", + "location": "Indianapolis, US" + } + ] +}