diff --git a/Teams/CodeGreen/team.json b/Teams/CodeGreen/team.json new file mode 100644 index 0000000..48b907a --- /dev/null +++ b/Teams/CodeGreen/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "CodeGreen", + "members": [ + { + "name": "Meni Vaitsi", + "twitter": "menouliv", + "koding": "menivaitsi", + "location": "Santa Barbara, US", + }, + { + "name": "Dimuthu Upeksha", + "twitter": "DimuthuUpe", + "koding": "dimuthuupe", + "location": "Moratuwa, LK" + }, + { + "name": "Maurizio T", + "twitter": "madytyoo", + "koding": "madytyoo", + "location": "Milazzo, IT", + }, + { + "name": "Max Jacobson", + "twitter": "", + "koding": "maxmjacobson", + "location": "Sao Paulo,BR", + "lead": true + } + ] +}