From 17807c71257890f0f67845d1821b326df6861566 Mon Sep 17 00:00:00 2001 From: William Young Date: Wed, 26 Nov 2014 21:01:58 -0600 Subject: [PATCH] Registering --- Teams/Ocelot Dev/ABOUT.md | 17 +++++++++++++++++ Teams/Ocelot Dev/team.json | 23 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 Teams/Ocelot Dev/ABOUT.md create mode 100644 Teams/Ocelot Dev/team.json diff --git a/Teams/Ocelot Dev/ABOUT.md b/Teams/Ocelot Dev/ABOUT.md new file mode 100644 index 0000000..4738c3b --- /dev/null +++ b/Teams/Ocelot Dev/ABOUT.md @@ -0,0 +1,17 @@ +This is our page +================ + +Coming soon... + + +About our team +=========================== + +Coming soon... + + +About our skills and what we are going to do? +======= +- Java + + diff --git a/Teams/Ocelot Dev/team.json b/Teams/Ocelot Dev/team.json new file mode 100644 index 0000000..2b2aae9 --- /dev/null +++ b/Teams/Ocelot Dev/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "William Young", + "koding": "greencat5", + "location": "Cleburne, US", + "lead": true + }, + { + "name": "Peter Lewis", + "twitter": "Werl2", + "koding": "werl", + "location": "Wetaskiwin, CA" + }, + { + "name": "Subhash Ramesh", + "twitter": "stubby_tech", + "koding": "coding24by7", + "location": "Fremont, US" + } + ] +} \ No newline at end of file