From 4c71e77748a1eadb721bfb71fecc14aef0c3dd28 Mon Sep 17 00:00:00 2001 From: James Tookey Date: Wed, 3 Dec 2014 08:59:46 +0000 Subject: [PATCH] Initial commit for Team Tookey --- Teams/TeamTookey/ABOUT.md | 20 ++++++++++++++++++++ Teams/TeamTookey/team.json | 11 +++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Teams/TeamTookey/ABOUT.md create mode 100644 Teams/TeamTookey/team.json diff --git a/Teams/TeamTookey/ABOUT.md b/Teams/TeamTookey/ABOUT.md new file mode 100644 index 0000000..4ea732e --- /dev/null +++ b/Teams/TeamTookey/ABOUT.md @@ -0,0 +1,20 @@ +This is my page +================ + +A single person team + + +About my team +=========================== + +My name is James Tookey and I'm based in Cheltenham, UK. + +Having never participated in a hackathon before, I thought it was about time to give it a go! + + +About my skills and what I am going to do? +======= +I'm a software engineer specialising in PHP, AngularJS and NodeJS. + +I'm going to be creating something mobile based using AngularJS. + diff --git a/Teams/TeamTookey/team.json b/Teams/TeamTookey/team.json new file mode 100644 index 0000000..e538d8d --- /dev/null +++ b/Teams/TeamTookey/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Tookey", + "members": [ + { + "name": "James Tookey", + "twitter": "@jamestooks", + "koding": "jamestookey", + "location": "Cheltenham, GB" + } + ] +} \ No newline at end of file