From b42be5ba7c72c66a74a116bd1a2e7aa5d09d9982 Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Tue, 25 Nov 2014 16:47:47 -0600 Subject: [PATCH] Added initial igHumble --- Teams/igHumble/ABOUT.md | 22 ++++++++++++++++++++++ Teams/igHumble/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/igHumble/ABOUT.md create mode 100644 Teams/igHumble/team.json diff --git a/Teams/igHumble/ABOUT.md b/Teams/igHumble/ABOUT.md new file mode 100644 index 0000000..a179f5b --- /dev/null +++ b/Teams/igHumble/ABOUT.md @@ -0,0 +1,22 @@ +This is our page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| Owen | Tony | Nick +|--- |--- |--- |--- +| ![Owen](https://pbs.twimg.com/profile_images/1682271738/Studio_Session2-043_400_400x400.jpg) | ![Tony](https://pbs.twimg.com/profile_images/444084361286004737/JO0tKAST_400x400.jpeg) | ![Nick](https://pbs.twimg.com/profile_images/1137792120/crazy_eyes_400x400.jpg) + +After working together in a corporate market research company we've since gone our separate ways. This is an opportunity for us to get the team back together, test our skills and hopefully make the world a better place along the way. + + +About your skills and what you are going to do? +======= +We're all full stack C#/.NET developers, although we're most likely going to be using a NodeJS backend. We've a fair amount of ecperience with data visualisation so you may see something from us there, although we all love to learn so watch this space. + + diff --git a/Teams/igHumble/team.json b/Teams/igHumble/team.json new file mode 100644 index 0000000..ef91ac3 --- /dev/null +++ b/Teams/igHumble/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "igHumble", + "members": [ + { + "name": "Owen Craig", + "twitter": "owencraig", + "koding": "owencraig", + "location": "Chicago, US", + "lead": true + }, + { + "name": "Tony Truong", + "twitter": "tonykqt", + "koding": "TBA", + "location": "Sydney, AU" + }, + { + "name": "Nick Macdonald", + "twitter": "the_lyrish", + "koding": "nickmacd", + "location": "Sydney, AU" + } + ] +}