From 873cbc424ea8e1c7fae70843ffebad89fe049497 Mon Sep 17 00:00:00 2001 From: Leonardo Alkmim Date: Tue, 2 Dec 2014 13:22:08 +0000 Subject: [PATCH] team.json and ABOUT.md created --- Teams/Maracana/ABOUT.md | 28 ++++++++++++++++++++++++++++ Teams/Maracana/team.json | 18 ++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/Maracana/ABOUT.md create mode 100644 Teams/Maracana/team.json diff --git a/Teams/Maracana/ABOUT.md b/Teams/Maracana/ABOUT.md new file mode 100644 index 0000000..996a3e0 --- /dev/null +++ b/Teams/Maracana/ABOUT.md @@ -0,0 +1,28 @@ +This is our page +================ + +We are Team MaracanĂ£, in honor to the home of brazilian football teams from Rio de Janeiro. + + +About your team +=========================== + +| lalkmim | coutinhop +|--- |--- +| No picture | No picture + +Tell us who you are, why you did you decide to join? + +We are work colleagues, heard about hackathon and decided to join. + +We're both first timers on hackathons and our goal is to see how far we can go. + + +About your skills and what you are going to do? +======= + +lalkmim: been a web developer for 8 years, strong background on Java and JS + +coutinhop: not so experienced programmer with background mostly in UNIX and C + +Our goal is to develop a game that can be an entry point to anyone into the programmin world. \ No newline at end of file diff --git a/Teams/Maracana/team.json b/Teams/Maracana/team.json new file mode 100644 index 0000000..07c77fd --- /dev/null +++ b/Teams/Maracana/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team MaracanĂ£", + "members": [ + { + "name": "Leonardo Alkmim", + "twitter": "lpalkmim", + "koding": "lalkmim", + "location": "Rio de Janeiro, BR", + "lead": true + }, + { + "name": "Pedro Coutinho", + "twitter": "coutinhop", + "koding": "coutinhop", + "location": "Rio de Janeiro, BR" + } + ] +} \ No newline at end of file