From ca685ba708fc30bdc0c91c49a1c82e9e3e477c13 Mon Sep 17 00:00:00 2001 From: Camelia Boban Date: Wed, 3 Dec 2014 19:47:27 +0100 Subject: [PATCH] Update team json Update json with MB infos --- Teams/Angel Eats/team.json | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/Teams/Angel Eats/team.json b/Teams/Angel Eats/team.json index 5b8816d..e194064 100644 --- a/Teams/Angel Eats/team.json +++ b/Teams/Angel Eats/team.json @@ -1,12 +1,19 @@ { - "teamName": "Angel Eats", - "members": [ - { - "name": "Camelia Boban", - "twitter": "cameliaboban", - "koding": "aissatech", - "location": "Rome, IT", - "lead":true - } - ] + "teamName": "Angel Eats", + "members": [ + { + "name": "Camelia Boban", + "twitter": "cameliaboban", + "koding": "aissatech", + "location": "Rome, IT", + "lead": true + }, + { + "name": "Maria Beatrice Wierusz Kowalska", + "twitter": "GrapholutionMb", + "koding": "mariabeatrice", + "location": "Rome, IT", + "lead": true + } + ] }