From 33955c8d7529a42e8efeb32a9ac61abd2af8c83d Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:14:13 -0500 Subject: [PATCH 1/4] 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" + } + ] +} From e328bd020b68fb8403368ad52902399fc0f6631b Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:18:07 -0500 Subject: [PATCH 2/4] initial about page --- Teams/JustDevIt/ABOUT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/JustDevIt/ABOUT.md 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 From dce3a948deb8d6621a10aa96f33d0cdcb46e6f84 Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:19:30 -0500 Subject: [PATCH 3/4] added another koding username --- Teams/JustDevIt/team.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json index cf504ad..ea070db 100644 --- a/Teams/JustDevIt/team.json +++ b/Teams/JustDevIt/team.json @@ -5,7 +5,8 @@ "name": "David Ragsdale", "twitter": "@ragzdale", "koding": "", - "location": "Indianapolis, US" + "location": "Indianapolis, US", + "lead": true }, { "name": "Alex Hester", @@ -17,19 +18,18 @@ "name": "Ryan Hanley", "twitter": "", "koding": "rmhanley", - "location": "Indianapolis, US", - "lead": true + "location": "Indianapolis, US" }, { "name": "Scott Colegrove", - "twitter": "beefmaestro", + "twitter": "@beefmaestro", "koding": "beefmaestro", "location": "Indianapolis, US" }, { "name": "Neal Hamilton", "twitter": "", - "koding": "", + "koding": "nealhamilton", "location": "Indianapolis, US" } ] From d24788e366f4520ff2e4d3509cb5f2ed6acec296 Mon Sep 17 00:00:00 2001 From: djragsdale Date: Mon, 1 Dec 2014 14:22:27 -0500 Subject: [PATCH 4/4] added final koding usernames --- Teams/JustDevIt/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/JustDevIt/team.json b/Teams/JustDevIt/team.json index ea070db..82f5791 100644 --- a/Teams/JustDevIt/team.json +++ b/Teams/JustDevIt/team.json @@ -4,7 +4,7 @@ { "name": "David Ragsdale", "twitter": "@ragzdale", - "koding": "", + "koding": "djragsdale", "location": "Indianapolis, US", "lead": true },