diff --git a/Teams/BlackCat/ABOUT.md b/Teams/BlackCat/ABOUT.md new file mode 100644 index 0000000..4ba23fa --- /dev/null +++ b/Teams/BlackCat/ABOUT.md @@ -0,0 +1,23 @@ +BlackCat +=========================== + +Hello! We are BlackCat team from [Kaluga](https://en.wikipedia.org/wiki/Kaluga), Russia. + +About us. +=========================== + +| radev | fetis26 +|--- |--- +| ![Igor Ivanov](https://pbs.twimg.com/profile_images/378800000210518379/178411e4ea3c95909f150bc94dd8dfcd.jpeg) | ![Sergey Fetiskin](https://img-fotki.yandex.ru/get/16185/1770335.0/0_9d055_fc1e6be1_-2-M.jpg) | + +Our team consists of 2 developers. We're working in web industry for more than 8 years, mostly remotely for our US partners. Our main goal is to get fun, test some new techologies and to sharpen our skills in new kind of tasks. +It would be great to learn something new and see other guys thoughts on the same theme as ours. + +About our project. +=========================== + +Our project will be connected to software learning theme, but we aren't ready to uncover more details. We're going to use JavaScript and Python and probably one of the partner's APIs + +-- +BlackCat Team, +Meoow diff --git a/Teams/BlackCat/team.json b/Teams/BlackCat/team.json new file mode 100644 index 0000000..0f7c4d0 --- /dev/null +++ b/Teams/BlackCat/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "BlackCat", + "members": [ + { + "name": "Igor Ivanov", + "twitter": "igor_ivanov", + "koding": "radev83", + "location": "Kaluga, RU", + "lead": true + }, + { + "name": "Sergey Fetiskin", + "twitter": "fetis26", + "koding": "fetis26", + "location": "Kaluga, RU" + } + ] +}