From 18e33532c16e9c7e90fd52eeec6f3db9c00e0f77 Mon Sep 17 00:00:00 2001 From: Anton Bahurinsky Date: Wed, 26 Nov 2014 18:00:29 +0200 Subject: [PATCH] Added team information --- Teams/Antonio/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/Antonio/team.json diff --git a/Teams/Antonio/team.json b/Teams/Antonio/team.json new file mode 100644 index 0000000..73aecbc --- /dev/null +++ b/Teams/Antonio/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Antonio", + "members": [ + { + "name": "Anton Bahurinsky", + "twitter": "AntonioSanya16", + "koding": "antonio16", + "location": "Kyiv, UA", + "lead": true + } + ] +}