Made a start on the team.json file

This commit is contained in:
Daniel Hollands
2014-11-24 10:47:40 +00:00
parent 82fb49f44c
commit 56106364ba
+36
View File
@@ -0,0 +1,36 @@
{
teamName: "Birmingham.IO",
members: [
{
name: "Daniel Hollands",
twitter: "limeblast",
koding: "limeblast",
location: "Birmingham, UK",
lead: true
},
{
name: "Omar Qureshi",
twitter: "omarqureshi",
koding: "",
location: "Birmingham, UK"
},
{
name: "Tajinder Singh",
twitter: "TajinderSD",
koding: "",
location: "Birmingham, UK"
},
{
name: "Will Parker",
twitter: "",
koding: "",
location: "Birmingham, UK"
},
{
name: "",
twitter: "",
koding: "a9261",
location: ""
}
]
}