From 04c83255f0ec58176fa11d01cd7b37a0bffdd41d Mon Sep 17 00:00:00 2001 From: Vladimir Ignatev Date: Wed, 26 Nov 2014 22:54:23 +0400 Subject: [PATCH] initial OrangeVerse --- Teams/OrangeVerse/ABOUT.md | 30 ++++++++++++++++++++++++++++++ Teams/OrangeVerse/team.json | 18 ++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 Teams/OrangeVerse/ABOUT.md create mode 100644 Teams/OrangeVerse/team.json diff --git a/Teams/OrangeVerse/ABOUT.md b/Teams/OrangeVerse/ABOUT.md new file mode 100644 index 0000000..9ed46c8 --- /dev/null +++ b/Teams/OrangeVerse/ABOUT.md @@ -0,0 +1,30 @@ +OrangeVerse +================ +We are OrangeVerse! We are Black Swan, Strange Fog, Gods of Random, DIY Software Geniuses. + +About our skills and plans? +======= +All of us use the following technologies: + +1. Python/Django/Flask +2. JavaScript (NodeJS at backend) and AngularJS, BackboneJS, jQuery etc. on client-side +3. HTML5 (and WebGL too) + + +We plan to rock with HTML5 on global Earth problems or/and educational gaming. + +About the team +=========================== +Our team composed from two tech guys (http://twitter.com/v_ignatyev and http://twitter.com/rmartynov), passionate to build and hack. We are from web-app development background. + +I'm Vladimir, a freelancer at oDesk, software developer, entrepreneur and dog breeder (seriously!). Personally I would like to thank Koding and theirs team to give developers from over the world an opportunity for collaboration and communication. +I'm happy to see NGINX as partners of this event. + +Our team is completely virtual and remote. I met Rodion via Twitter few days ago and have never seen him before. He is great and I love to read his code, that's why we hack together at *OrangeVerse*. + +'OrangeVerse' is the random name created using https://vast-cove-6783.herokuapp.com/ - Koding Global Hackathon Team Name Generator, which I created a few days before to create name for the team. :-) + +The team's **goal** for this competition is to *build great thing* in the hackathon, *show what the random can do*. It's Taleb's Black Swan. In Random We Trust. + +Sincerely yours, +Vladimir and Rodion. :p \ No newline at end of file diff --git a/Teams/OrangeVerse/team.json b/Teams/OrangeVerse/team.json new file mode 100644 index 0000000..7695351 --- /dev/null +++ b/Teams/OrangeVerse/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "OrangeVerse", + "members":[ + { + "name": "Vladimir Ignatev", + "twitter": "v_ignatyev", + "koding": "p0zt3r", + "location": "Samara, RU", + "lead": true + }, + { + "name": "Rodion Martynov", + "twitter": "rmartynov", + "koding": "martynovr", + "location": "Moscow, RU" + } + ] +} \ No newline at end of file