From a85d495ff613c9ae3d8c5ab7c4bdc4eb9614d173 Mon Sep 17 00:00:00 2001 From: Martin Sudolsky Date: Thu, 27 Nov 2014 21:23:37 +0100 Subject: [PATCH] added our team - Sudolsky Brothers --- Teams/SudolskyBrothers/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/SudolskyBrothers/team.json | 18 ++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Teams/SudolskyBrothers/ABOUT.md create mode 100644 Teams/SudolskyBrothers/team.json diff --git a/Teams/SudolskyBrothers/ABOUT.md b/Teams/SudolskyBrothers/ABOUT.md new file mode 100644 index 0000000..f451dcf --- /dev/null +++ b/Teams/SudolskyBrothers/ABOUT.md @@ -0,0 +1,25 @@ +# Sudolsky Brothers + +As it is apparent from the name of our team, we are brothers programming together - we have participated in various projects +ranging from small games for mobile devices to big information systems. We love challenges and we are happy to be a part of the Hackathon. + + +# About the team + +* Martin - a programmer who has a passion for web development and all around it. Programming is more like a hobby for him. +His favourite programming languages are Javascript, PHP and Python. + +![Martin](https://avatars3.githubusercontent.com/u/1812855?v=3&s=200 "Martin") + + +* Michal - a skilled developer in C/C++, Java, Javascript, PHP, OpenCL and RenderScript. He likes computer graphics, +neural networks, genetic algorithms and parallel computation. + +![Michal](https://graph.facebook.com/sudolsky/picture?width=200&height=200 "Michal") + + +# What we are going to do + +All the given themes are really interesting and it is rather hard to pick one. As we like games and web development very much, +we want to stay within this direction. We would like to use Nginx, Nodejs, Javascript, HTML5 and some awesome API to realize our project. +Our goal is to create something creative and helpful. \ No newline at end of file diff --git a/Teams/SudolskyBrothers/team.json b/Teams/SudolskyBrothers/team.json new file mode 100644 index 0000000..9e1c330 --- /dev/null +++ b/Teams/SudolskyBrothers/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Sudolsky Brothers", + "members": [ + { + "name": "Martin Sudolsky", + "twitter": "MartinSudolsky", + "koding": "martinsuly", + "location": "Banska Bystrica, SK", + "lead": true + }, + { + "name": "Michal Sudolsky", + "twitter": "sudolskym", + "koding": "sudolskym", + "location": "Banska Bystrica, SK" + } + ] +} \ No newline at end of file