From 5ef30f9dbd80fb14b870d2a2f2da1b8b92f033bb Mon Sep 17 00:00:00 2001 From: Danilo Gasques Date: Thu, 27 Nov 2014 22:05:22 -0200 Subject: [PATCH 1/4] Added team information --- Teams/Coffee2Code/team.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Teams/Coffee2Code/team.json diff --git a/Teams/Coffee2Code/team.json b/Teams/Coffee2Code/team.json new file mode 100644 index 0000000..ff2f971 --- /dev/null +++ b/Teams/Coffee2Code/team.json @@ -0,0 +1,29 @@ +{ + "teamName": "Coffee2Code", + "members": [ + { + "name": "Danilo Gasques", + "twitter": "danilogasques", + "koding": "d4n1l0d", + "location": "Campinas, BR", + "lead": true + }, + { + "name": "Bruno Calza", + "koding": "brunoac", + "location": "Sao Carlos, BR" + }, + { + "name": "Guilherme Gonçalves", + "twitter": "guilhermea", + "koding": "guilhermeasg", + "location": "Sao Carlos, BR", + + }, + { + "name": "Vitor Morelatti", + "koding": "morelatti", + "location": "Campinas, BR" + } + ] +} From bfca354383e582ecadf010495fd9b1747d987a1b Mon Sep 17 00:00:00 2001 From: Danilo Gasques Date: Tue, 2 Dec 2014 00:09:03 -0200 Subject: [PATCH 2/4] First version of About.md --- Teams/Coffee2Code/ABOUT.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Coffee2Code/ABOUT.md diff --git a/Teams/Coffee2Code/ABOUT.md b/Teams/Coffee2Code/ABOUT.md new file mode 100644 index 0000000..721ae60 --- /dev/null +++ b/Teams/Coffee2Code/ABOUT.md @@ -0,0 +1,30 @@ +Coffee2Code +================ +"We want to beat psy on number of views on youtube. Rock on, babe!" +https://plus.google.com/+youtube/posts/BUXfdWqu86Q + +About your team +=========================== + +| bruno | danilo | guilherme | vitor +|--- |--- |--- |--- +| ![bruno](https://www.dropbox.com/s/nqklpjuevrd5gq5/bruno.jpg?dl=1) | ![danilo](https://www.dropbox.com/s/46i41eimr4x5cki/danilo.jpg?dl=1) | ![guilherme](https://www.dropbox.com/s/x4oi8dqsjmjopdo/guilherme.jpg?dl=1) | ![vitor](https://www.dropbox.com/s/jk1qmogtz9bb1bl/vitor.jpg?dl=1) +| Webdeveloper @RunwebBR | Software Specialist @daitangroup | Webdeveloper @RunwebBR | Software Specialist @daitangroup | + +Even though technology has evolved so much in the last 15 years, there are many solutions for problems we face everyday that date decades ago. +Problems that we are "just used to" or that "we can't help but do what everybody else is doing". +It's time to change that! + +We aim for the unthought. We want to redesign solutions for learning. + +About your skills +======= + +We are all qualified full stack engineers. + + + +What you are going to do? +======== + +We are interested in learning and games, so we're heading towards these lines. (Theme #4) From 204c10297fef0e499bed44d6969ca1ce6142f411 Mon Sep 17 00:00:00 2001 From: Danilo Gasques Date: Wed, 3 Dec 2014 01:13:08 -0200 Subject: [PATCH 3/4] Added participant skills --- Teams/Coffee2Code/ABOUT.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Teams/Coffee2Code/ABOUT.md b/Teams/Coffee2Code/ABOUT.md index 721ae60..75efcd9 100644 --- a/Teams/Coffee2Code/ABOUT.md +++ b/Teams/Coffee2Code/ABOUT.md @@ -15,16 +15,32 @@ Even though technology has evolved so much in the last 15 years, there are many Problems that we are "just used to" or that "we can't help but do what everybody else is doing". It's time to change that! -We aim for the unthought. We want to redesign solutions for learning. +We aim for the unthought. We want to redesign solutions for **language learning**. About your skills ======= -We are all qualified full stack engineers. +#### Name: Bruno Calza +- *Reason to participate*: Opportunity to enter the world of hackathons +- *Skills*: Comfortable with PHP and Javascript. Some Python and Machine Learning knowledge. + + +#### Name: Danilo Gasques +- *Reason to participate*: I felt that this hackathon was a great opportunity to code something that really matters, with amazing friends, on a tight schedule. +- *Skills*: I love C/C++ and Javascript. I've already built cool stuff with [OpenFrameworks](http://www.openframeworks.cc/), NodeJs & Express, Arduino and RaspberryPi. + +#### Name: Guilherme Gonçalves +- *Reason to participate*: To make learning better for everyone, and to have fun while doing it +- *Skills*: Php, Express, Node and Javascript + + +#### Name: Vitor Morelatti +- *Skills*: C/C++, Boost, Php, JQuery, Javascript What you are going to do? ======== We are interested in learning and games, so we're heading towards these lines. (Theme #4) + From ea35a027b19d4975ccae82e98960ec3dffd6fe93 Mon Sep 17 00:00:00 2001 From: Danilo Gasques Date: Wed, 3 Dec 2014 01:14:28 -0200 Subject: [PATCH 4/4] Removed trailing comma --- Teams/Coffee2Code/team.json | 53 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/Teams/Coffee2Code/team.json b/Teams/Coffee2Code/team.json index ff2f971..25a00a9 100644 --- a/Teams/Coffee2Code/team.json +++ b/Teams/Coffee2Code/team.json @@ -1,29 +1,28 @@ { - "teamName": "Coffee2Code", - "members": [ - { - "name": "Danilo Gasques", - "twitter": "danilogasques", - "koding": "d4n1l0d", - "location": "Campinas, BR", - "lead": true - }, - { - "name": "Bruno Calza", - "koding": "brunoac", - "location": "Sao Carlos, BR" - }, - { - "name": "Guilherme Gonçalves", - "twitter": "guilhermea", - "koding": "guilhermeasg", - "location": "Sao Carlos, BR", - - }, - { - "name": "Vitor Morelatti", - "koding": "morelatti", - "location": "Campinas, BR" - } - ] + "teamName": "Coffee2Code", + "members": [ + { + "name": "Danilo Gasques", + "twitter": "danilogasques", + "koding": "d4n1l0d", + "location": "Campinas, BR", + "lead": true + }, + { + "name": "Bruno Calza", + "koding": "brunoac", + "location": "Sao Carlos, BR" + }, + { + "name": "Guilherme Gonçalves", + "twitter": "guilhermea", + "koding": "guilhermeasg", + "location": "Sao Carlos, BR" + }, + { + "name": "Vitor Morelatti", + "koding": "morelatti", + "location": "Campinas, BR" + } + ] }