diff --git a/Teams/JustDevIt/ABOUT.md b/Teams/JustDevIt/ABOUT.md new file mode 100644 index 0000000..e470f2a --- /dev/null +++ b/Teams/JustDevIt/ABOUT.md @@ -0,0 +1,12 @@ + +# Just Dev It + +Just a few guys who enjoy solving problems with code. Our curiosity drives us. + +## About Us + +5 guys who studied Computer Science at Anderson University in Anderson, IN. + +## Languages We'll Likely Use + +- Javascript diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json new file mode 100644 index 0000000..82f5791 --- /dev/null +++ b/Teams/JustDevIt/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Just Dev It", + "members": [ + { + "name": "David Ragsdale", + "twitter": "@ragzdale", + "koding": "djragsdale", + "location": "Indianapolis, US", + "lead": true + }, + { + "name": "Alex Hester", + "twitter": "", + "koding": "amhester", + "location": "Indianapolis, US" + }, + { + "name": "Ryan Hanley", + "twitter": "", + "koding": "rmhanley", + "location": "Indianapolis, US" + }, + { + "name": "Scott Colegrove", + "twitter": "@beefmaestro", + "koding": "beefmaestro", + "location": "Indianapolis, US" + }, + { + "name": "Neal Hamilton", + "twitter": "", + "koding": "nealhamilton", + "location": "Indianapolis, US" + } + ] +}