From 5ef30f9dbd80fb14b870d2a2f2da1b8b92f033bb Mon Sep 17 00:00:00 2001 From: Danilo Gasques Date: Thu, 27 Nov 2014 22:05:22 -0200 Subject: [PATCH] Added team information --- Teams/Coffee2Code/team.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Teams/Coffee2Code/team.json diff --git a/Teams/Coffee2Code/team.json b/Teams/Coffee2Code/team.json new file mode 100644 index 0000000..ff2f971 --- /dev/null +++ b/Teams/Coffee2Code/team.json @@ -0,0 +1,29 @@ +{ + "teamName": "Coffee2Code", + "members": [ + { + "name": "Danilo Gasques", + "twitter": "danilogasques", + "koding": "d4n1l0d", + "location": "Campinas, BR", + "lead": true + }, + { + "name": "Bruno Calza", + "koding": "brunoac", + "location": "Sao Carlos, BR" + }, + { + "name": "Guilherme Gonçalves", + "twitter": "guilhermea", + "koding": "guilhermeasg", + "location": "Sao Carlos, BR", + + }, + { + "name": "Vitor Morelatti", + "koding": "morelatti", + "location": "Campinas, BR" + } + ] +}