diff --git a/Teams/SmallRockIsFundamental/ABOUT.MD b/Teams/SmallRockIsFundamental/ABOUT.MD new file mode 100644 index 0000000..ea6dc06 --- /dev/null +++ b/Teams/SmallRockIsFundamental/ABOUT.MD @@ -0,0 +1,11 @@ +Team Small Rock is Fundamental +=============================== + +We are a small crew of developers, located in SSM, Canada. + +My other team members will update soon + +What our team will do +================================= + +Create some sort of application to fill one of the themes diff --git a/Teams/SmallRockIsFundamental/team.json b/Teams/SmallRockIsFundamental/team.json new file mode 100644 index 0000000..430f831 --- /dev/null +++ b/Teams/SmallRockIsFundamental/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Small Rock is Fundamental", + "members": [ + { + "name": "Chris Bodley", + "twitter": "@dudds6699", + "koding": "dudds6699", + "location": "SSM, CA", + "lead": true + }, + { + "name": "Mel Bodley", + "twitter": "@mellyboredom", + "koding": "lovelyboredom", + "location": "SSM, CA" + }, + { + "name": "Chris McBride", + "twitter": "@Cenecia", + "koding": "Cenecia", + "location": "Sault Ste. Marie, CA" + } + ] +}