From be7192dd41ac920b6f665e149f30c8b5102016ec Mon Sep 17 00:00:00 2001 From: Wilhelm Kirschbaum Date: Tue, 2 Dec 2014 17:28:13 +0200 Subject: [PATCH] add team unboxed --- Teams/Unboxed/ABOUT.md | 15 +++++++++++++++ Teams/Unboxed/team.json | 26 ++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 Teams/Unboxed/ABOUT.md create mode 100644 Teams/Unboxed/team.json diff --git a/Teams/Unboxed/ABOUT.md b/Teams/Unboxed/ABOUT.md new file mode 100644 index 0000000..cc31a38 --- /dev/null +++ b/Teams/Unboxed/ABOUT.md @@ -0,0 +1,15 @@ +Team Unboxed +================ + + + +About your team +=========================== + +| Andrew | Pawel | Wilhelm +|--- |--- |--- |--- +| ![Andrew](https://pbs.twimg.com/profile_images/485482780508553216/20W48VAT_400x400.jpeg) | ![Pawel](https://pbs.twimg.com/profile_images/515549916936937474/hn5aWeim_400x400.jpeg) | ![Wilhelm](https://pbs.twimg.com/profile_images/533366663840669696/i7u9KNnj_400x400.jpeg) | + + +About your skills and what you are going to do? +======= diff --git a/Teams/Unboxed/team.json b/Teams/Unboxed/team.json new file mode 100644 index 0000000..edfa401 --- /dev/null +++ b/Teams/Unboxed/team.json @@ -0,0 +1,26 @@ +{ + "teamName": "Unboxed", + "members": [ + { + "name": "Andrew White", + "twitter": "pixeltrix", + "koding": "pixeltrix", + "location": "London, UK", + "lead": false + }, + { + "name": "Pawel Janiak", + "twitter": "cynicalgrinch", + "koding": "pawel2105", + "location": "Johannesburg, ZA", + "lead": false + }, + { + "name": "Wilhelm Kirschbaum", + "twitter": "wkirschbaum", + "koding": "wkirschbaum", + "location": "Cape Town, ZA", + "lead": true + } + ] +}