From 839e79464cc6c4b320eaa05c604763f252853e53 Mon Sep 17 00:00:00 2001 From: Balday Date: Sun, 30 Nov 2014 21:51:20 +0100 Subject: [PATCH] Added team information --- Teams/ProgGods/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/ProgGods/team.json diff --git a/Teams/ProgGods/team.json b/Teams/ProgGods/team.json new file mode 100644 index 0000000..f54f397 --- /dev/null +++ b/Teams/ProgGods/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "ProgGods", + "members": [ + { + "name": "Máté Nagy", + "twitter": "Dexcrow", + "koding": "dexcrow", + "location": "Vác, HU" + }, + { + "name": "Vilmos Takács", + "twitter": "tvili999", + "koding": "tvili99", + "location": "Püspökhatvan, HU" + }, + { + "name": "Barnabás Pataki", + "twitter": "BarnabasVac", + "koding": "balday", + "location": "Vác, HU", + "lead": true + } + ] +}