From 2f5115be3811feab565bb1d17dcdc050653e18ff Mon Sep 17 00:00:00 2001 From: wildmercury Date: Wed, 26 Nov 2014 11:31:46 +0200 Subject: [PATCH 1/3] Created new team --- Teams/Team-Wild/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Team-Wild/team.json diff --git a/Teams/Team-Wild/team.json b/Teams/Team-Wild/team.json new file mode 100644 index 0000000..83e7675 --- /dev/null +++ b/Teams/Team-Wild/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Team Wild", + "members": [ + { + "name": "Tim Masson", + "twitter": "@timmasson", + "koding": "Wild Mercury", + "location": "Harare, ZW" + } + ] +} From 844107b6146d2d3f16715f35aba8f6b85b23d212 Mon Sep 17 00:00:00 2001 From: wildmercury Date: Wed, 26 Nov 2014 11:37:38 +0200 Subject: [PATCH 2/3] Create ABOUT.md --- Teams/Team-Wild/ABOUT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/Team-Wild/ABOUT.md diff --git a/Teams/Team-Wild/ABOUT.md b/Teams/Team-Wild/ABOUT.md new file mode 100644 index 0000000..c0b71ae --- /dev/null +++ b/Teams/Team-Wild/ABOUT.md @@ -0,0 +1,11 @@ +# Team Wild + +I'm Tim, hoping to build a team to do great things with mapping for a community project. Interested? Get in touch with me @koding username wildmercury + +## Languages etc I expect to use in this project: + + - JS + - PHP + - Google API + - Python + From e512f35e4170f049190dcd28b3cc8772c7d16320 Mon Sep 17 00:00:00 2001 From: wildmercury Date: Wed, 26 Nov 2014 11:39:10 +0200 Subject: [PATCH 3/3] Update team.json --- Teams/Team-Wild/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Team-Wild/team.json b/Teams/Team-Wild/team.json index 83e7675..0bb8983 100644 --- a/Teams/Team-Wild/team.json +++ b/Teams/Team-Wild/team.json @@ -4,7 +4,7 @@ { "name": "Tim Masson", "twitter": "@timmasson", - "koding": "Wild Mercury", + "koding": "wildmercury", "location": "Harare, ZW" } ]