From a3b26c2ba4fdf41d9f031d50c85992ee67f121e3 Mon Sep 17 00:00:00 2001 From: Alexander V Date: Sun, 30 Nov 2014 22:20:36 +0300 Subject: [PATCH] Added our team Code4Fun --- Teams/Code4Fun/ABOUT.md | 39 +++++++++++++++++++++++++++++++++++++++ Teams/Code4Fun/team.json | 19 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 Teams/Code4Fun/ABOUT.md create mode 100644 Teams/Code4Fun/team.json diff --git a/Teams/Code4Fun/ABOUT.md b/Teams/Code4Fun/ABOUT.md new file mode 100644 index 0000000..fa58189 --- /dev/null +++ b/Teams/Code4Fun/ABOUT.md @@ -0,0 +1,39 @@ +Code4Fun +=========================== + +Hi, We are Code4Fun from [Vologda](https://en.wikipedia.org/wiki/Vologda) and [Sokol](https://en.wikipedia.org/wiki/Sokol,_Vologda_Oblast), Russia. + +About us. +=========================== + +We are the team of two professional full stack developers, passionate about software development, programming and new technologies. + +Our main goal is to have fun, test and learn some new technologies and to sharpen our skills in new kind of tasks, and try to build project that can be useful for other during the hackathon. + +It would be great to learn something new and see other people ideas and thoughts. + + + +About our project. +=========================== + +Our project will be connected to software development learning theme + +Our Skills: +======================= +- C# .NET +- Python +- С/С++ +- Javascript, +- AngularJs, +- experience with different DBMS, +- Redis, +- and more + + + +---------- + +Code4Fun Team, + +Have Fun! diff --git a/Teams/Code4Fun/team.json b/Teams/Code4Fun/team.json new file mode 100644 index 0000000..0f1d52c --- /dev/null +++ b/Teams/Code4Fun/team.json @@ -0,0 +1,19 @@ +{ + "teamName": "Code4Fun", + "members": [ + { + "name": "Alexander Vabishchevich", + "twitter": "alexvab", + "koding": "alexvab", + "location": "Vologda, RU", + "lead": true + }, + { + "name": "Andrey Kuznetsov", + "twitter": "", + "koding": "pmkan", + "location": "Sokol, RU" + } + + ] +} \ No newline at end of file