From f0f1d464a375b7ed6a969d1e510b09478a65670a Mon Sep 17 00:00:00 2001 From: DiganmeGiovanni Date: Tue, 2 Dec 2014 21:02:57 -0600 Subject: [PATCH] Adding Vagos team --- Teams/Vagos/ABOUT.md | 23 +++++++++++++++++++++++ Teams/Vagos/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 Teams/Vagos/ABOUT.md create mode 100644 Teams/Vagos/team.json diff --git a/Teams/Vagos/ABOUT.md b/Teams/Vagos/ABOUT.md new file mode 100644 index 0000000..7bd28ce --- /dev/null +++ b/Teams/Vagos/ABOUT.md @@ -0,0 +1,23 @@ +Welcome to 'Vagos' team page! +=========================== + +Hello, we are a mexican team, all the members are engineering students in Toluca city, very near of México city, we fall in love with software development and imposible projects, it is our first hackathon. + +Our team is called 'Vagos' inspired in a popular word in México, a few people use 'vagos' to identify those guys that spend a big time in streets learning a lot of skills from the real life, at university, we call vagos to those guys that spend a lot of time learning technologies and programming languages used in real amazing apps and that not teaching inside universities. + +

What if we win?

+

If our team wins the hackathon, we want to use the opportunity to demonstrate that regardless of the country and social status, everybody can get access to incredible knowledges of technology through internet, on the other hand we want to inspire to other students to go ahead and learn by themselves the technologies and programming languages used to create amazing web apps in a different way that university currently teach us, but more like in real world in real great apps. We want to encourage to younger students in engineering to create incredible things to improve the world with web technology.

+ +

About the team members

+ +

1. Victor Santillan

+[VSantillan](http://i.imgur.com/6681rfT.jpg) +

He is a JavaEE, Spring MVC and Javascript developer but use his free time to develop with nodejs and html5. He will be backend developer in our team.

+ +

2. Jorge Muñoz

+[jmunoz](http://i.imgur.com/dafFzCx.jpg) +

He is a frontend engineer and UX Designer, he are learning and playing around with backend technologies like nodejs, spring mvc, hibernate, PostgreSQL and Oracle. He will be frontend developer in our team

+ +

3. Giovanni Aguirre

+[giovanni](http://i.imgur.com/S5Gk2sm.jpg) +

He is a nodejs, angular, mongodb, spring mvc, hibernate, developer learning and player around with Xamarin and Android java development. He will be backend developer in our team

\ No newline at end of file diff --git a/Teams/Vagos/team.json b/Teams/Vagos/team.json new file mode 100644 index 0000000..b827dd2 --- /dev/null +++ b/Teams/Vagos/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Vagos", + "members": [ + { + "name": "Giovanni Aguirre", + "twitter": "DiganmeGiovanni", + "koding": "diganmegiovanni", + "location": "Toluca, Mexico", + "lead": true + }, + { + "name": "Victor Santillan", + "twitter": "viktorsantillan", + "koding": "vsantillan", + "location": "Toluca, Mexico" + }, + { + "name": "Jorge Victor Muñoz", + "twitter": "Jovic11war", + "koding": "novacheck11", + "location": "Toluca, Mexico" + } + ] +}