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 + } + ] +}