Create team.json

This commit is contained in:
John Kenneth Lorca
2014-11-26 23:44:02 +08:00
parent 2c37b1e4d1
commit a26241dde3
+30
View File
@@ -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"
}
]
}