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" + } + ] +}