From c5ea56f8a63d39a06bdf7c9a6330ef16daabeed8 Mon Sep 17 00:00:00 2001 From: Camilo Aguilar Date: Mon, 24 Nov 2014 09:06:13 -0600 Subject: [PATCH] adding team folder. Team information file ready. Basic about.md file. --- Teams/AcklenAvenue/ABOUT.md | 28 ++++++++++++++++++++++++++++ Teams/AcklenAvenue/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 Teams/AcklenAvenue/ABOUT.md create mode 100644 Teams/AcklenAvenue/team.json diff --git a/Teams/AcklenAvenue/ABOUT.md b/Teams/AcklenAvenue/ABOUT.md new file mode 100644 index 0000000..0dd5a79 --- /dev/null +++ b/Teams/AcklenAvenue/ABOUT.md @@ -0,0 +1,28 @@ +This is our page +================ + +We are the AcklenAvenue team, and we are really participating. + + +About the team +=========================== + +| kmiloaguilar | realpasro | rsiwady29 | dcaballeroc +|--- |--- |--- |--- +| ![Devrim](https://pbs.twimg.com/profile_images/378800000863144334/uZWGPcJz_400x400.jpeg) | ![Nitin](https://pbs.twimg.com/profile_images/1416284972/NitinGupta-1.jpg) | ![Sinan](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![Emre](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + + diff --git a/Teams/AcklenAvenue/team.json b/Teams/AcklenAvenue/team.json new file mode 100644 index 0000000..4b91ab6 --- /dev/null +++ b/Teams/AcklenAvenue/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "AcklenAvenue", + "members": [ + { + "name": "Camilo Aguilar", + "twitter": "kmilo_aguilar", + "koding": "kmiloaguilar", + "location": "San Pedro Sula, HN", + "lead": true + }, + { + "name": "Rene Rosa", + "twitter": "realpasro", + "koding": "realpasro", + "location": "San Pedro Sula, HN" + }, + { + "name": "Richard Siwady", + "twitter": "rsiwady29", + "koding": "rsiwady29", + "location": "Villanueva, HN", + }, + { + "name": "Danilo Caballero", + "twitter": "dannyboy_kun", + "koding": "dcaballeroc", + "location": "Oakland, US" + } + ] +} \ No newline at end of file