From b42be5ba7c72c66a74a116bd1a2e7aa5d09d9982 Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Tue, 25 Nov 2014 16:47:47 -0600 Subject: [PATCH 1/3] 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" + } + ] +} From be07154cd6ad3f94189d54b742487e3fe3d2bec3 Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Tue, 25 Nov 2014 16:52:36 -0600 Subject: [PATCH 2/3] Corrected team description --- Teams/igHumble/ABOUT.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Teams/igHumble/ABOUT.md b/Teams/igHumble/ABOUT.md index a179f5b..5b86d7e 100644 --- a/Teams/igHumble/ABOUT.md +++ b/Teams/igHumble/ABOUT.md @@ -1,12 +1,6 @@ -This is our page +igHumble ================ -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 |--- |--- |--- |--- @@ -17,6 +11,7 @@ After working together in a corporate market research company we've since gone o 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. + +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 experience with data visualisation so you may see something from us there, although we all love to learn so watch this space. From 676e0746451114ea5b5d1806aecfa05389f042af Mon Sep 17 00:00:00 2001 From: Owen Craig Date: Wed, 26 Nov 2014 09:55:16 -0600 Subject: [PATCH 3/3] updated Tony's koding username --- Teams/igHumble/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/igHumble/team.json b/Teams/igHumble/team.json index ef91ac3..65f1d1f 100644 --- a/Teams/igHumble/team.json +++ b/Teams/igHumble/team.json @@ -11,7 +11,7 @@ { "name": "Tony Truong", "twitter": "tonykqt", - "koding": "TBA", + "koding": "tonykqt", "location": "Sydney, AU" }, {