diff --git a/Teams/TheHDOne/ABOUT.md b/Teams/TheHDOne/ABOUT.md new file mode 100644 index 0000000..e7e040f --- /dev/null +++ b/Teams/TheHDOne/ABOUT.md @@ -0,0 +1,17 @@ +The HD One +================ +Hello world! My name is Pavel, and I'm the only member of the team. It's my first hackathon and I hope it will be fun. + +A little bit about me +=========================== +I'm software engineer from Kharkiv, Ukraine. Decision to participate in Koding Hackathon was a spontaneous, but I think it's a very good chance for me to verify my experience in out of the ordinary situation. + +![bashmach | The HD One](https://avatars3.githubusercontent.com/u/333910?v=3&s=256) + + +About your skills and what you are going to do? +=========================== + +At the moment I'm not totally sure about theme of my project, but most likely it would be something that is related with realtime data streaming. + +Planning to use Node.js as a main platform. \ No newline at end of file diff --git a/Teams/TheHDOne/team.json b/Teams/TheHDOne/team.json new file mode 100644 index 0000000..b2ccbd8 --- /dev/null +++ b/Teams/TheHDOne/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "The HD One", + "members": [ + { + "name": "Pavel Machekhin", + "twitter": "bashmach", + "koding": "bashmach", + "location": "Kharkiv, UA", + "lead": true + } + ] +}