diff --git a/Teams/enkoded/ABOUT.md b/Teams/enkoded/ABOUT.md new file mode 100644 index 0000000..27f7706 --- /dev/null +++ b/Teams/enkoded/ABOUT.md @@ -0,0 +1,16 @@ +About your team +=========================== + +| sergiy | oleksiy +|--- |--- +| ![Sergiy](https://avatars3.githubusercontent.com/u/925580?v=3&s=460) | ![Oleksiy](https://avatars3.githubusercontent.com/u/2910707?v=3&s=460) + +We are two fathers who want to teach their (and any other, really!) +children to code starting early childhood. + + +About your skills and what you are going to do? +======= + +One of us is a professional Java developer, other is pythonist, but at the +same time we both share love to functional programming. diff --git a/Teams/enkoded/team.json b/Teams/enkoded/team.json new file mode 100644 index 0000000..1e024ac --- /dev/null +++ b/Teams/enkoded/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "enkoded", + "members": [ + { + "name": "Oleksiy Syvokon", + "twitter": "", + "koding": "alexsivokon", + "location": "Kharkiv, UA", + "lead": true + }, + { + "name": "Sergey Podgurskiy", + "twitter": "", + "koding": "wulf", + "location": "Kharkiv, UA" + } + ] +}