From 05076c839b4de95f43f26168f5dde48d02565e8c Mon Sep 17 00:00:00 2001 From: Qile Wang Date: Tue, 2 Dec 2014 21:39:28 -0500 Subject: [PATCH] Added team information. --- Teams/OurBrilliance/Team.json | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/OurBrilliance/Team.json diff --git a/Teams/OurBrilliance/Team.json b/Teams/OurBrilliance/Team.json new file mode 100644 index 0000000..4843bb6 --- /dev/null +++ b/Teams/OurBrilliance/Team.json @@ -0,0 +1,36 @@ +{ + "teamName": "OurBrilliance", + "members": [ + { + "name": "Qile Wang", + "twitter": "QileWang", + "koding": "qilew", + "location": "Toronto, CA", + "lead": true + }, + { + "name": "Akash Patel", + "twitter": "senor_patel", + "koding": "apt2", + "location": "Toronto, CA" + }, + { + "name": "Arsalan Andany", + "twitter": "_ANDANY_", + "koding": "andany", + "location": "Toronto, CA" + }, + { + "name": "Fiza Mehta", + "twitter": "lefeeza", + "koding": "lefeeza", + "location": "Toronto, CA" + }, + { + "name": "Mona Shamte", + "twitter": "mona_shamte", + "koding": "monashamte", + "location": "Toronto, CA" + } + ] +}