From 17451a104fcc779ef68c0ee34258af74b515b512 Mon Sep 17 00:00:00 2001 From: Richard Andres Melo Carrillo Date: Thu, 27 Nov 2014 08:51:45 -0500 Subject: [PATCH] Added team information --- Teams/Sudo/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Sudo/team.json diff --git a/Teams/Sudo/team.json b/Teams/Sudo/team.json new file mode 100644 index 0000000..1583622 --- /dev/null +++ b/Teams/Sudo/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Sudo", + "members": [ + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + }, + { + "name": "Richard Melo", + "twitter": "allucardster", + "koding": "allucardster", + "location": "Cali, CO", + "lead": true + }, + { + "name": "Victor Gonzales", + "twitter": "vichugof", + "koding": "vichugof", + "location": "Cali, CO" + }, + { + "name": "Ricardo Valencia", + "twitter": "", + "koding": "", + "location": "Cali, CO" + }, + { + "name": "Jhon Javier Cardona", + "twitter": "", + "koding": "", + "location": "Cali, CO" + } + ] +}