From b6906b6a4e1eb918daf408a5f987c4e82202b727 Mon Sep 17 00:00:00 2001 From: rbgapusan Date: Wed, 3 Dec 2014 14:12:18 +0800 Subject: [PATCH] Added/created new team information --- Teams/CodeMixers/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/CodeMixers/team.json diff --git a/Teams/CodeMixers/team.json b/Teams/CodeMixers/team.json new file mode 100644 index 0000000..ca4c54c --- /dev/null +++ b/Teams/CodeMixers/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Restie Gapusan", + "twitter": "rlcs888", + "koding": "rlcreativesolutions", + "location": "Ilocos Norte, PH", + "lead": true + }, + { + "name": "Shane Edwards", + "twitter": "", + "koding": "shanee", + "location": "Brisbane, AU", + } + ] +}