From 6902dc8d011dfd763da71866d6c03faf86d76286 Mon Sep 17 00:00:00 2001 From: bdonaldharris Date: Sun, 23 Nov 2014 19:20:49 -0600 Subject: [PATCH 1/3] added new team Code48 --- Teams/Code48/ABOUT.md | 19 +++++++++++++++++++ Teams/Code48/team.json | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Teams/Code48/ABOUT.md create mode 100644 Teams/Code48/team.json diff --git a/Teams/Code48/ABOUT.md b/Teams/Code48/ABOUT.md new file mode 100644 index 0000000..488cbfb --- /dev/null +++ b/Teams/Code48/ABOUT.md @@ -0,0 +1,19 @@ +This is our page +================ + +We are Code 48 + + +OUR TEAM +=========================== +We are a two member team who joined Global Hackathon for some friendly coding competition and an opportunity to maybe conect with others in the global community at large. + +#### MEMBERS + +bdonaldharris & cyp901 + +OUR SKILLS +======= +bdonald has several years experience as a professional .NET developer. MS tools pay my bills, but I have a love for Linux and open source technology. + +cyp901 is a professional database developer and architect with a love for coding on the web \ No newline at end of file diff --git a/Teams/Code48/team.json b/Teams/Code48/team.json new file mode 100644 index 0000000..fa0b32d --- /dev/null +++ b/Teams/Code48/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Code 48", + "members": [ + { + "name": "B Donald", + "twitter": "apostleBDHarris", + "koding": "bdonaldharris", + "location": "Cordova, TN" + }, + { + "name": "Mike F", + "twitter": "", + "koding": "cyp901", + "location": "Lakeland, TN" + } + ] +} \ No newline at end of file From 284472a769187c3c4718c55a7cac6e611539dde3 Mon Sep 17 00:00:00 2001 From: bdonaldharris Date: Sun, 23 Nov 2014 19:53:58 -0600 Subject: [PATCH 2/3] updated team.json file --- Teams/Code48/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Code48/team.json b/Teams/Code48/team.json index fa0b32d..bda0341 100644 --- a/Teams/Code48/team.json +++ b/Teams/Code48/team.json @@ -5,13 +5,13 @@ "name": "B Donald", "twitter": "apostleBDHarris", "koding": "bdonaldharris", - "location": "Cordova, TN" + "location": "Cordova, US" }, { "name": "Mike F", "twitter": "", "koding": "cyp901", - "location": "Lakeland, TN" + "location": "Lakeland, US" } ] } \ No newline at end of file From 7615a275ca4079758312991cbb2cbd70afb05989 Mon Sep 17 00:00:00 2001 From: bdonaldharris Date: Sun, 23 Nov 2014 21:41:17 -0600 Subject: [PATCH 3/3] marked lead team member --- Teams/Code48/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/Code48/team.json b/Teams/Code48/team.json index bda0341..9312a92 100644 --- a/Teams/Code48/team.json +++ b/Teams/Code48/team.json @@ -5,7 +5,8 @@ "name": "B Donald", "twitter": "apostleBDHarris", "koding": "bdonaldharris", - "location": "Cordova, US" + "location": "Cordova, US", + "lead": true }, { "name": "Mike F",