From 0592d9814e9e71fcfd7c92c73eaa8772092be104 Mon Sep 17 00:00:00 2001 From: comtom Date: Tue, 2 Dec 2014 22:51:54 -0300 Subject: [PATCH] TheWave team files --- Teams/TheWave/ABOUT.md | 19 +++++++++++++++++++ Teams/TheWave/team.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Teams/TheWave/ABOUT.md create mode 100644 Teams/TheWave/team.json diff --git a/Teams/TheWave/ABOUT.md b/Teams/TheWave/ABOUT.md new file mode 100644 index 0000000..26d22fd --- /dev/null +++ b/Teams/TheWave/ABOUT.md @@ -0,0 +1,19 @@ +The Wave Dev Team +================ + +We are a small development team from Mar del Plata and La Plata, Argentina. We love the web and hack in it on daily basis. We want to show our expertise by maken an awesome app. + +About your team +=========================== + +| comtom | nicoman | mac | braulio | juan | + + +About your skills and what you are going to do? +======= +We use a lot of open source projects to help us build things faster. We love simple things and of course, Python. +Also, for web developments we prefer Django and Flask. But have tested dozens of other frameworks for web development. In fact, we still mantain a few Php apps right now. +Building apps is our life and we enjoy it very much, we are confident that this is going to stand out in our final product. + +More updates comming... :) + diff --git a/Teams/TheWave/team.json b/Teams/TheWave/team.json new file mode 100644 index 0000000..ccdef68 --- /dev/null +++ b/Teams/TheWave/team.json @@ -0,0 +1,38 @@ +{ + "teamName": "The Wave", + "members": [ + { + "name": "Tomás Gonzalez Dowling", + "twitter": "therealComtom", + "koding": "Comtom", + "location": "Mar del Plata, Buenos Aires, AR", + "lead": true + }, + { + "name": "Nicolás Manso", + "twitter": "", + "koding": "", + "location": "La Plata, Buenos Aires, AR" + }, + { + "name": "Maxi Ward", + "twitter": "mac_ward", + "koding": "", + "location": "Mar del Plata, Buenos Aires, AR" + }, + { + "name": "Pablo Brown", + "twitter": "", + "koding": "", + "location": "Mar del Plata, Buenos Aires, AR" + }, + { + "name": "Juan Cruz Gonzalez Soler", + "twitter": "", + "koding": "", + "location": "Mar del Plata, Buenos Aires, AR" + } + ] +} +~ +~