From 4b54fb4cac5bacff7620cd7c206f653cfb3bd4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Te=C5=A1i=C4=87?= Date: Wed, 26 Nov 2014 13:27:17 +0100 Subject: [PATCH] Created team file, incoplete --- Teams/SoftLab/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/SoftLab/team.json diff --git a/Teams/SoftLab/team.json b/Teams/SoftLab/team.json new file mode 100644 index 0000000..6c598ad --- /dev/null +++ b/Teams/SoftLab/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "SoftLab", + "members": [ + { + "name": "Ilija Tesic", + "twitter": "itesic", + "koding": "itesic", + "location": "Bratunac, BA", + "lead": true + }, + { + "name": "Igor Golub", + "twitter": "", + "koding": "igolub", + "location": "Pale, BA" + }, + { + "name": "Aleksandar Panic", + "twitter": "alexandarpanic", + "koding": "", + "location": "Teslic, BA", + }, + { + "name": "Milan Samardzic", + "twitter": "StSoky", + "koding": "", + "location": "Sokolac, BA" + }, + { + "name": "Radan Stupar", + "twitter": "radan_stupar", + "koding": "", + "location": "Vlasenica, BA" + } + ] +}