From 6a63cde8505a46cbdc3d2f0f2a75f8a55c00e097 Mon Sep 17 00:00:00 2001 From: Andrei Neamtu Date: Tue, 25 Nov 2014 16:37:16 +0200 Subject: [PATCH] Added Team Cardboard Coders --- Teams/CardboardCoders/ABOUT.md | 22 ++++++++++++++++++++++ Teams/CardboardCoders/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/CardboardCoders/ABOUT.md create mode 100644 Teams/CardboardCoders/team.json diff --git a/Teams/CardboardCoders/ABOUT.md b/Teams/CardboardCoders/ABOUT.md new file mode 100644 index 0000000..636f438 --- /dev/null +++ b/Teams/CardboardCoders/ABOUT.md @@ -0,0 +1,22 @@ +Team Cardboard Coders +================ + +We're a team of developers from Bucharest, Romania and we love to code. We're really excited to be a part of this first Global Hackathon and we're sure we'll have a blast. + + +Team Members +=========================== + +| Member | Bio +|:---: |--- +| Andrei ![Andrei](https://pbs.twimg.com/profile_images/1401901846/me_crop_200x200.jpg) |

Web developer. I mostly work on the backend part of applications usually in PHP.

You can get in touch with me on twitter @neamtua.

| +| Khez ![Khez](https://dl.dropboxusercontent.com/u/8039858/khez02.png) |

My skills: Not many, you ?

My job: I am entropy man !

My title: Wall.

+| Vlad ![Vlad](https://pbs.twimg.com/profile_images/479548892145410048/zdErLGTX_200x200.png) | "No, thanks." + + +Project +======= +We haven't decided yet on what we'll work on. We have so many ideas but we will definitely use PHP and JavaScript for it. + +We will update this as soon as we've made up our minds. + diff --git a/Teams/CardboardCoders/team.json b/Teams/CardboardCoders/team.json new file mode 100644 index 0000000..73c1625 --- /dev/null +++ b/Teams/CardboardCoders/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Cardboard Coders", + "members": [ + { + "name": "Andrei Neamtu", + "twitter": "neamtua", + "koding": "neamtua", + "location": "Bucharest, RO", + "lead": true + }, + { + "name": "Khez", + "twitter": "thekhez", + "koding": "khez", + "location": "Bucharest, RO" + }, + { + "name": "Vlad Rusanescu", + "twitter": "VladRusanescu", + "koding": "dazganer", + "location": "Bucharest, RO" + } + ] +} \ No newline at end of file