From e3da3867e9d3f377bb3bc686fefd0d49c4461085 Mon Sep 17 00:00:00 2001 From: dudds6699 Date: Fri, 28 Nov 2014 00:01:21 +0000 Subject: [PATCH] Starting my teams page --- Teams/SmallRockIsFundamental/ABOUT.MD | 7 +++++++ Teams/SmallRockIsFundamental/team.json | 18 ++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Teams/SmallRockIsFundamental/ABOUT.MD create mode 100644 Teams/SmallRockIsFundamental/team.json diff --git a/Teams/SmallRockIsFundamental/ABOUT.MD b/Teams/SmallRockIsFundamental/ABOUT.MD new file mode 100644 index 0000000..92745a6 --- /dev/null +++ b/Teams/SmallRockIsFundamental/ABOUT.MD @@ -0,0 +1,7 @@ +Team Small Rock is Fundamental +=============================== + +We are a small crew of developers, located in SSM, Canada. + +About what we will attempt to do +================================= \ No newline at end of file diff --git a/Teams/SmallRockIsFundamental/team.json b/Teams/SmallRockIsFundamental/team.json new file mode 100644 index 0000000..76059ad --- /dev/null +++ b/Teams/SmallRockIsFundamental/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Small Rock is Fundamental", + "members": [ + { + "name": "Chris Bodley", + "twitter": "@dudds6699", + "koding": "dudds6699", + "location": "SSM, CA", + "lead": true + }, + { + "name": "Full Name", + "twitter": "twitter acct no @", + "koding": "koding username", + "location": "city, 2 digit country code" + } + ] +} \ No newline at end of file