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 + } + ] +}