From 3b3e8c047f525f1d1a5117f92c5492cd56eaa37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Satragno?= Date: Wed, 26 Nov 2014 22:23:42 -0300 Subject: [PATCH] Added Team4Continents. --- Teams/Team4Continents/ABOUT.md | 14 ++++++++++++++ Teams/Team4Continents/team.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Teams/Team4Continents/ABOUT.md create mode 100644 Teams/Team4Continents/team.json diff --git a/Teams/Team4Continents/ABOUT.md b/Teams/Team4Continents/ABOUT.md new file mode 100644 index 0000000..cbfd5ab --- /dev/null +++ b/Teams/Team4Continents/ABOUT.md @@ -0,0 +1,14 @@ +A team from 4 continents +================ + +We got to know each other as part of an international contest, Google Code-In +when we were in high school! + +Who we are +=========================== +4 (Very) young software developers from South and North America, Europe and +Asia. + +TODO +=========================== +Put more relevant info here. diff --git a/Teams/Team4Continents/team.json b/Teams/Team4Continents/team.json new file mode 100644 index 0000000..18f8138 --- /dev/null +++ b/Teams/Team4Continents/team.json @@ -0,0 +1,29 @@ +{ + "teamName": "Team 4 Continents", + "members": [ + { + "name": "Nicolas Satragno", + "twitter": "nsatragno", + "koding": "nicolassatragno", + "location": "Buenos Aires, AR", + "lead": true + }, + { + "name": "Mark Klien", + "koding": "areke", + "location": "Honolulu, US" + }, + { + "name": "Przemek Buczkowski", + "twitter": "przemub", + "koding": "przemub", + "location": "Nowy Sacz, PL" + }, + { + "name": "Aneesh Dogra", + "twitter": "AneeshDogra", + "koding": "Lionaneesh", + "location": "New Delhi, IN" + } + ] +}