From 83c665d3930e67341974d71f47cbde1634f4bc21 Mon Sep 17 00:00:00 2001 From: bosung90 Date: Wed, 26 Nov 2014 17:28:21 -0800 Subject: [PATCH 1/6] Create team.json --- Teams/MasterMinds/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/MasterMinds/team.json diff --git a/Teams/MasterMinds/team.json b/Teams/MasterMinds/team.json new file mode 100644 index 0000000..e6f6a13 --- /dev/null +++ b/Teams/MasterMinds/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "MasterMinds", + "members": [ + { + "name": "Eric Kim", + "twitter": "bosung90", + "koding": "bosung90", + "location": "Vancouver, CA" + "lead": true + }, + { + "name": "Gerry Cao", + "twitter": "", + "koding": "", + "location": "Calgary, CA" + }, + { + "name": "Irene Fung", + "twitter": "", + "koding": "", + "location": "Vancouver, CA", + } + ] +} From e7806a161a9ae51199398f3c4a10c96d4d6314e0 Mon Sep 17 00:00:00 2001 From: bosung90 Date: Wed, 26 Nov 2014 17:32:10 -0800 Subject: [PATCH 2/6] Added an about file --- Teams/MasterMinds/ABOUT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/MasterMinds/ABOUT.md diff --git a/Teams/MasterMinds/ABOUT.md b/Teams/MasterMinds/ABOUT.md new file mode 100644 index 0000000..9e8e88e --- /dev/null +++ b/Teams/MasterMinds/ABOUT.md @@ -0,0 +1,17 @@ + +# Team MasterMinds + +We are Eric, Gerry, and Irene. We are all from UBC and love creating awesome and innovative things. + +## About Us + +- Eric: My name is Eric, +- Gerry: +- Irene: + +## Languages we love + +- Java +- C# +- PHP +- MySQL From 393726df57b4fb6829d81c481f64bbee8a77b6ac Mon Sep 17 00:00:00 2001 From: bosung90 Date: Fri, 28 Nov 2014 17:09:30 -0800 Subject: [PATCH 3/6] Update team.json --- Teams/MasterMinds/team.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Teams/MasterMinds/team.json b/Teams/MasterMinds/team.json index e6f6a13..dce2a1f 100644 --- a/Teams/MasterMinds/team.json +++ b/Teams/MasterMinds/team.json @@ -13,12 +13,6 @@ "twitter": "", "koding": "", "location": "Calgary, CA" - }, - { - "name": "Irene Fung", - "twitter": "", - "koding": "", - "location": "Vancouver, CA", } ] } From 0ce56fe5a75a4efb94851be0bfff48b4194e02d6 Mon Sep 17 00:00:00 2001 From: bosung90 Date: Fri, 28 Nov 2014 17:10:06 -0800 Subject: [PATCH 4/6] Update ABOUT.md --- Teams/MasterMinds/ABOUT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Teams/MasterMinds/ABOUT.md b/Teams/MasterMinds/ABOUT.md index 9e8e88e..cdc1f7c 100644 --- a/Teams/MasterMinds/ABOUT.md +++ b/Teams/MasterMinds/ABOUT.md @@ -7,7 +7,6 @@ We are Eric, Gerry, and Irene. We are all from UBC and love creating awesome and - Eric: My name is Eric, - Gerry: -- Irene: ## Languages we love From 24a8ad67ca854b19bc6a554b5e0e38c001e336fb Mon Sep 17 00:00:00 2001 From: bosung90 Date: Mon, 1 Dec 2014 17:14:58 -0800 Subject: [PATCH 5/6] Update team.json --- Teams/MasterMinds/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/MasterMinds/team.json b/Teams/MasterMinds/team.json index dce2a1f..e512462 100644 --- a/Teams/MasterMinds/team.json +++ b/Teams/MasterMinds/team.json @@ -11,7 +11,7 @@ { "name": "Gerry Cao", "twitter": "", - "koding": "", + "koding": "gerrycao", "location": "Calgary, CA" } ] From e72c332c2fe48eb2ff3ee7600c2e5190088aab13 Mon Sep 17 00:00:00 2001 From: bosung90 Date: Mon, 1 Dec 2014 17:32:44 -0800 Subject: [PATCH 6/6] Update team.json --- Teams/MasterMinds/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/MasterMinds/team.json b/Teams/MasterMinds/team.json index e512462..2b07a7f 100644 --- a/Teams/MasterMinds/team.json +++ b/Teams/MasterMinds/team.json @@ -5,7 +5,7 @@ "name": "Eric Kim", "twitter": "bosung90", "koding": "bosung90", - "location": "Vancouver, CA" + "location": "Vancouver, CA", "lead": true }, {