diff --git a/Teams/BlackCat/ABOUT.md b/Teams/BlackCat/ABOUT.md new file mode 100644 index 0000000..889aa87 --- /dev/null +++ b/Teams/BlackCat/ABOUT.md @@ -0,0 +1,19 @@ +BlackCat +=========================== + +Hello! We are team from [Kaluga](https://en.wikipedia.org/wiki/Kaluga) . + +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) | + +We are team of two doing telecommute work for more than 8 years. We thought it would be nice to sharpen our skills and do something good. +Learning something new is cool, teaching others in the process is even cooler. + +About our project. +=========================== + +We're going to use JS and Python. Additional details will be posted later. diff --git a/Teams/BlackCat/team.json b/Teams/BlackCat/team.json new file mode 100644 index 0000000..5208144 --- /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": "sent-hil", + "location": "Kaluga, RU" + } + ] +}