From 1ed54d23e2722a84d1641f7b2384e950ff7fb329 Mon Sep 17 00:00:00 2001 From: edgarjcfn Date: Thu, 27 Nov 2014 15:55:11 +0100 Subject: [PATCH] Added the WunderBruders Team folder --- Teams/wunderBruders/ABOUT.md | 34 ++++++++++++++++++++++++++++++++++ Teams/wunderBruders/team.json | 17 +++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 Teams/wunderBruders/ABOUT.md create mode 100644 Teams/wunderBruders/team.json diff --git a/Teams/wunderBruders/ABOUT.md b/Teams/wunderBruders/ABOUT.md new file mode 100644 index 0000000..5a1e0e9 --- /dev/null +++ b/Teams/wunderBruders/ABOUT.md @@ -0,0 +1,34 @@ +##The Wunderbruders! + + +###About our team + +We are two brothers originally from Brazil, but now both living in different parts of Germany. +Our love for games brought us across the ocean to work in the digital games industry! + +#### Ziro Neto +![Ziro](https://lh5.googleusercontent.com/-mMy0f7dYdvQ/AAAAAAAAAAI/AAAAAAAAAD4/9EVCYnFPgt0/photo.jpg) + + +_Game Artist, Salsa Dancer, Latin Lover._ + + +Starting in Brazil he has been exploring the world of game graphics in search of new exciting challenges. + +His new quest brought him to work at MegaZebra in Munich, after having lived and worked in Recife, Helsinki, Berlin and Paris. +His amazing graphical skills will bring beauty to the project + +#### Edgar Neto +![Edgar](https://media.licdn.com/mpr/mpr/shrink_200_200/p/1/005/013/0bc/31bcd87.jpg) + + +_Programming Nerd, Coffee Drinker, Sleepy Dad._ + + +Also from Recife, Brazil this guy made his way to Berlin to start a new life with new challenges in the Old World. +Unlike his brother, he decided to set foot and stay in just one place. + +He now works as an Objective-C developer at Memorado, making Brain Training games, but his hobby is to code Javascript and get other people excited about programming. + +#### The Project +We will be tackling the "Game to teach beginners how to code" category. If all goes well, we will continue the project after the Hackathon with the intent to make it an official [Hour of Code](http://hourofcode.com/) tutorial. \ No newline at end of file diff --git a/Teams/wunderBruders/team.json b/Teams/wunderBruders/team.json new file mode 100644 index 0000000..449aa70 --- /dev/null +++ b/Teams/wunderBruders/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Team Wunderbruders", + "members": [ + { + "name": "Edgar Neto", + "twitter": "edgarjcfn", + "koding": "edgarjcfn", + "location": "Berlin, DE" + }, + { + "name": "Osiris Neto", + "twitter": "zironeto", + "koding": "zironeto", + "location": "Munich, DE" + } + ] +}