From 6902dc8d011dfd763da71866d6c03faf86d76286 Mon Sep 17 00:00:00 2001 From: bdonaldharris Date: Sun, 23 Nov 2014 19:20:49 -0600 Subject: [PATCH] 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