From a2cf1b459b8810198fbb57f84411a29d2e3029f6 Mon Sep 17 00:00:00 2001 From: Nikolay Kushin Date: Wed, 26 Nov 2014 12:01:00 +0100 Subject: [PATCH] hexapus team --- Teams/hexapus/ABOUT.md | 14 ++++++++++++++ Teams/hexapus/team.json | 13 +++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Teams/hexapus/ABOUT.md create mode 100644 Teams/hexapus/team.json diff --git a/Teams/hexapus/ABOUT.md b/Teams/hexapus/ABOUT.md new file mode 100644 index 0000000..08383af --- /dev/null +++ b/Teams/hexapus/ABOUT.md @@ -0,0 +1,14 @@ +*Hexapus* + +It is one-man team (probably temporary). I am a software developer. Passionated about functional programming. Use Java, Scala and JS. + +*What are we going to do?* + +My project is aimed on teaching children to code in form of a game. + +*Why are we participating?* + +Most important reasons of participation in Global Hackathon: +1. Get fun being a part of global movement +2. Present one of pet projects to jury +3. Get hands dirty working with different APIs diff --git a/Teams/hexapus/team.json b/Teams/hexapus/team.json new file mode 100644 index 0000000..e3c50b8 --- /dev/null +++ b/Teams/hexapus/team.json @@ -0,0 +1,13 @@ +{ + "teamName" : "Hexapus", + "members" : + [ + { + "name" : "Nikolay Kushin", + "twitter" : "zikolach", + "koding" : "zikolach", + "location" : "Vienna, AT", + "lead" : true + } + ] +}