From f18785f3af0961d3d400dd10fe7f8e2be97ccd86 Mon Sep 17 00:00:00 2001 From: Jim Armstrong Date: Wed, 26 Nov 2014 20:42:48 -0500 Subject: [PATCH] Add team information --- Teams/41NorthStudios/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/41NorthStudios/team.json diff --git a/Teams/41NorthStudios/team.json b/Teams/41NorthStudios/team.json new file mode 100644 index 0000000..6da0746 --- /dev/null +++ b/Teams/41NorthStudios/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "41 North Studios", + "members": [ + { + "name": "Jim Armstrong", + "twitter": "JimArmstrong41N", + "koding": "41northstudios", + "location": "Norwalk, US", + "lead": true + } + ] +}