Add team information

No twitter and koding accounts for the last team members yet.
This commit is contained in:
mieszko4
2014-11-27 04:35:35 +01:00
parent a30c9248fb
commit 9533efe7a4

36
Teams/Croders/team.json Normal file
View File

@@ -0,0 +1,36 @@
{
"teamName": "Croders",
"members": [
{
"name": "Miłosz Chmura",
"twitter": "chmuraOrg",
"koding": "chmura",
"location": "Zagreb, HR",
"lead": true
},
{
"name": "Tea Pavić",
"twitter": "li_cineme",
"koding": "licineme",
"location": "Zagreb, HR"
},
{
"name": "Anamarija Mišmaš",
"twitter": "aeramana",
"koding": "eni442",
"location": "Zagreb, HR"
},
{
"name": "Martina Petraš",
"twitter": null,
"koding": null,
"location": "Zagreb, HR"
},
{
"name": "Stanko Arbutina",
"twitter": null,
"koding": null,
"location": "Zagreb, HR"
}
]
}