From 0315e197502358739b48cb937f48fc86c1b6079b Mon Sep 17 00:00:00 2001 From: fedotxxl Date: Wed, 3 Dec 2014 15:03:42 +0400 Subject: [PATCH] Added team information --- Teams/bearsAndVodka/team.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/bearsAndVodka/team.json diff --git a/Teams/bearsAndVodka/team.json b/Teams/bearsAndVodka/team.json new file mode 100644 index 0000000..3776d35 --- /dev/null +++ b/Teams/bearsAndVodka/team.json @@ -0,0 +1,16 @@ +{ + "teamName": "bearsAndVodka", + "members": [ + { + "name": "Fedor Belov", + "twitter": "belov_fa", + "koding": "fbelov", + "location": "Moscow, RU" + }, + { + "name": "Andrey Bloschetsov", + "koding": "bura2", + "location": "Moscow, RU" + } + ] +}