add team members details

This commit is contained in:
praveen-tissera
2014-11-29 19:48:07 +05:30
parent 28d2380067
commit 0578ea4702
+36
View File
@@ -0,0 +1,36 @@
{
"teamName": "Team Koders",
"members": [
{
"name": "Full Name",
"twitter": "twitter acct no @",
"koding": "koding username",
"location": "city, 2 digit country code"
},
{
"name": "Senthil A",
"twitter": "sent0hil",
"koding": "sent-hil",
"location": "Chennai, IN"
},
{
"name": "Praveen Tissera",
"twitter": "praveenti1",
"koding": "praveentissera2013",
"location": "Colombo, SL",
"lead": true
},
{
"name": "Devrim Yasar",
"twitter": "devrimyasar",
"koding": "devrim",
"location": "San Francsico, US"
},
{
"name": "Nitin Gupta",
"twitter": "gniting",
"koding": "nitin",
"location": "Turin, IT"
}
]
}