From eaea5b79592946242b7dd8f1093613cf72babedb Mon Sep 17 00:00:00 2001 From: Gabriel Dumitrescu Date: Wed, 26 Nov 2014 01:37:39 +0000 Subject: [PATCH] Added HackOwls team --- Teams/HackOwls/ABOUT.md | 36 ++++++++++++++++++++++++++++++++++++ Teams/HackOwls/team.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 Teams/HackOwls/ABOUT.md create mode 100644 Teams/HackOwls/team.json diff --git a/Teams/HackOwls/ABOUT.md b/Teams/HackOwls/ABOUT.md new file mode 100644 index 0000000..cbdbe08 --- /dev/null +++ b/Teams/HackOwls/ABOUT.md @@ -0,0 +1,36 @@ +HackOwls +======== +__Why do we want to join the competition?__ + +- To have fun, gain experience, meet new people and form a great team. + +Our Team +======== + +#### Name: Gabriel Dumitrescu +- Reason to participate: Prove that a distributed team can be as productive as a team working in the same room +- Skills: HTML, CSS, JavaScript, AngularJS + + +#### Name: Kleber Virgilio Correia. +- Reason to participate: Firstly, I've never participated in any other hackathon, so, here's my change to give it a try. +Also, which I consider the most import point, the fact that hackathon is global, pleased me! +- Skills: I've been working with WebApps, Market-Places, E-commerces, One-Page-Application, Webservices and API's in the last years, using mainly Ruby and Javascript as the main languages. So, with a these background, I consider myself a full-stack developer, which, I think, will be handy to the team! + +I'd love to use Social APIs, as well as real-time, pub-sub and so on... + + +#### Name: Rajesh Veeranki +- Reason to participate: Learn from others, contribute, fun +- Skills: C++, Javascript, Node.JS, shell scripting. Can contribute as situation demands both front-end and back-end + + +#### Name: Venkateswaran Selvan +- Reason to participate: For fun, experience and a good team +- Skills: Web technologies (html, css, JS, NodeJS, php) and programming skills (c, c++, core-java, android), I can contribute as both front-end as well as backend developer. + + +About your skills and what you are going to do? +=============================================== + +We are interested to work on #5 or #1 theme. \ No newline at end of file diff --git a/Teams/HackOwls/team.json b/Teams/HackOwls/team.json new file mode 100644 index 0000000..2920b60 --- /dev/null +++ b/Teams/HackOwls/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "HackOwls", + "members": [ + { + "name": "Gabriel Dumitrescu", + "twitter": "", + "koding": "gdumitrescu", + "location": "Toronto, CA", + "lead": true + }, + { + "name": "Kleber Virgilio Correia", + "twitter": "", + "koding": "klebervirgilio", + "location": "São Paulo, BR" + }, + { + "name": "Rajesh Veeranki", + "twitter": "", + "koding": "brood", + "location": "Gurgaon, IN" + }, + { + "name": "Venkateswaran Selvan", + "twitter": "", + "koding": "mailmevenkat25", + "location": "Coimbatore, IN" + } + ] +} \ No newline at end of file