From a26241dde3a7883711af196788bdaa915319259e Mon Sep 17 00:00:00 2001 From: John Kenneth Lorca Date: Wed, 26 Nov 2014 23:44:02 +0800 Subject: [PATCH] Create team.json --- Teams/CodeQuest/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/CodeQuest/team.json diff --git a/Teams/CodeQuest/team.json b/Teams/CodeQuest/team.json new file mode 100644 index 0000000..d47ef4a --- /dev/null +++ b/Teams/CodeQuest/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Code Quest", + "members": [ + { + "name": "John Kenneth N. Lorca", + "twitter": "@jklorca11", + "koding": "jklorca11", + "location": "Pasig City, PH", + "lead": true + }, + { + "name": "Mylene N. Bayan", + "twitter": "@mnbayan", + "koding": "sent-hil", + "location": "Marikina City, PH" + }, + { + "name": "Al Bautista", + "twitter": "@AV_Bautista", + "koding": "alpobre18", + "location": "Caloocan City, PH" + }, + { + "name": "Redel Estopa", + "twitter": "@DelEstopa", + "koding": "askjigen", + "location": "Pasig City, PH" + } + ] +}