From 2e5eb2c0ff63566cc7f9f1683e7bae80a138243f Mon Sep 17 00:00:00 2001 From: George Mickleburgh Date: Mon, 24 Nov 2014 10:56:14 +0000 Subject: [PATCH] Adding Team profile --- Teams/Earthly/ABOUT.md | 21 +++++++++++++++++++++ Teams/Earthly/team.json | 12 ++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Teams/Earthly/ABOUT.md create mode 100644 Teams/Earthly/team.json diff --git a/Teams/Earthly/ABOUT.md b/Teams/Earthly/ABOUT.md new file mode 100644 index 0000000..b22b6ed --- /dev/null +++ b/Teams/Earthly/ABOUT.md @@ -0,0 +1,21 @@ +Earthly +==== + +A single person team looking to make a big impact. + +Skills +------ +Programming languages (that may be used): + - Javascript + - Node.js + - HTML/CSS + - Sass + +Project +------- + +The goal of my project is to prove that age is not a factor with +development, even on a global level. + +I will probably be tackling issues #1 or #5, however I have not +fully decided yet. I want my project to be able to make a difference. diff --git a/Teams/Earthly/team.json b/Teams/Earthly/team.json new file mode 100644 index 0000000..0dfa27d --- /dev/null +++ b/Teams/Earthly/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Earthly", + "members": [ + { + "name": "George Mickleburgh", + "koding": "gmickleburgh", + "github": "georgemickleburgh", + "location": "Cambridge, UK", + "lead": true + } + ] +}