diff --git a/Teams/CondorCode/ABOUT.md b/Teams/CondorCode/ABOUT.md new file mode 100644 index 0000000..0f06efe --- /dev/null +++ b/Teams/CondorCode/ABOUT.md @@ -0,0 +1,26 @@ +This is our page +================ + +We are CondorCode! three friends, two from Bolivia and one from Brazil but +located in Belarus. + + +About our team +=========================== + +| Eduardo | Arturo | Andrei +|--- |--- |--- +| ![Eduardo](https://avatars3.githubusercontent.com/u/690443?v=3&s=200) | ![Arturo](https://pbs.twimg.com/profile_images/1580205013/melenudo_200x200.jpg) | ![Andrei](https://avatars0.githubusercontent.com/u/1467605?v=3&s=200) | + +We are all profesional software developers, we love to code so here we are :) + +We come from developing countries (well at least two of us :P) and we work very +hard to be at the level of developers from more developed countries, but the +beauty of this career path is we all have the Internet, so its on us to sharp +our skills and excel, that is what we are here to do! + + +About our skills and what you are going to do? +======= +We all have plenty of experience on web development, Andrei has a lot on game +dev so we might be going that way with some cool HTML5 based game. diff --git a/Teams/CondorCode/team.json b/Teams/CondorCode/team.json new file mode 100644 index 0000000..1c12423 --- /dev/null +++ b/Teams/CondorCode/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "CondorCode", + "members": [ + { + "name": "Eduardo Messuti", + "twitter": "messutiEdd", + "koding": "messutiedd", + "location": "Santa Cruz de la Sierra, BO", + "lead": true + }, + { + "name": "Andrei Regiani", + "twitter": "andreiregiani", + "koding": "andreiregiani", + "location": "Minsk, BY" + }, + { + "name": "Arturo Zambrana", + "twitter": "ArturoZambrana", + "koding": "arturozambrana", + "location": "Santa Cruz de la Sierra, BO" + } + ] +}