From e02fb28f8eb962932f04677de5028baf424c713d Mon Sep 17 00:00:00 2001 From: Maxim Kuptsov Date: Thu, 27 Nov 2014 10:29:54 +0300 Subject: [PATCH] Added team information --- Teams/PoplarFluff/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/PoplarFluff/team.json diff --git a/Teams/PoplarFluff/team.json b/Teams/PoplarFluff/team.json new file mode 100644 index 0000000..75cb524 --- /dev/null +++ b/Teams/PoplarFluff/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "PoplarFluff", + "members": [ + { + "name": "Maxim Kuptsov", + "twitter": "pugovok", + "koding": "pugovok", + "location": "Smolensk, RU", + "lead": true + }, + { + "name": "Artem Radchenkov", + "twitter": "", + "koding": "armit", + "location": "Smolensk, RU" + }, + { + "name": "Ilya Kolesnikov", + "twitter": "ilya3d", + "koding": "ilya3d", + "location": "Smolensk, RU", + }, + { + "name": "Dmitriy Savushkin", + "twitter": "", + "koding": "dimasavushkin", + "location": "Smolensk, RU" + } + ] +}