From c1aeb1ed47a6146a66a7c3994d08fa9571401576 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Date: Wed, 3 Dec 2014 07:04:09 +0530 Subject: [PATCH] Added team.json --- Teams/Geek-Systems/team.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Geek-Systems/team.json diff --git a/Teams/Geek-Systems/team.json b/Teams/Geek-Systems/team.json new file mode 100644 index 0000000..bfa5cf5 --- /dev/null +++ b/Teams/Geek-Systems/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Geek-Systems", + "members": [ + { + "name": "Harsh Vardhan", + "twitter": "royalharsh95", + "koding": "royalharsh95", + "location": "Jamshedpur, IN" + }, + { + "name": "Jorge Alberto Gomez Lopez", + "twitter": "JorgeGomez44", + "koding": "ghostalgorithm", + "location": "Santa Tecla, SV", + "lead": true + } + ] +}