From 1f1c564f43335c35f112bb9b080dc78a399c8d47 Mon Sep 17 00:00:00 2001 From: Deepak Date: Tue, 2 Dec 2014 18:41:56 -0800 Subject: [PATCH 1/5] Add team info --- Teams/constintpressure/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/constintpressure/team.json diff --git a/Teams/constintpressure/team.json b/Teams/constintpressure/team.json new file mode 100644 index 0000000..21bda07 --- /dev/null +++ b/Teams/constintpressure/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "consintpressure", + "members": [ + { + "name": "Deepak Sandhu", + "twitter": "", + "koding": "superchicken", + "location": "Prince George, CA" + }, + { + "name": "Ethan Holmes", + "twitter": "", + "koding": "", + "location": "Venice, US" + }, + { + "name": "Adam Bryant", + "twitter": "", + "koding": "", + "location": "Vancouver, CA", + "lead": true + } + ] +} From 73ffc1d918fddf8ff6d9f445c4ac86b1f4723b1f Mon Sep 17 00:00:00 2001 From: Deepak Date: Tue, 2 Dec 2014 18:43:43 -0800 Subject: [PATCH 2/5] Add about file --- Teams/constintpressure/ABOUT.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Teams/constintpressure/ABOUT.md diff --git a/Teams/constintpressure/ABOUT.md b/Teams/constintpressure/ABOUT.md new file mode 100644 index 0000000..8821584 --- /dev/null +++ b/Teams/constintpressure/ABOUT.md @@ -0,0 +1,6 @@ + +# consintpressure + +## About Us + +- We like to code From 66c6d38a8275caf94951ae655d2aab56c63d3cda Mon Sep 17 00:00:00 2001 From: Deepak Date: Tue, 2 Dec 2014 18:45:43 -0800 Subject: [PATCH 3/5] Correct team lead --- Teams/constintpressure/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/constintpressure/team.json b/Teams/constintpressure/team.json index 21bda07..600b87e 100644 --- a/Teams/constintpressure/team.json +++ b/Teams/constintpressure/team.json @@ -5,7 +5,8 @@ "name": "Deepak Sandhu", "twitter": "", "koding": "superchicken", - "location": "Prince George, CA" + "location": "Prince George, CA", + "lead": true }, { "name": "Ethan Holmes", @@ -17,8 +18,7 @@ "name": "Adam Bryant", "twitter": "", "koding": "", - "location": "Vancouver, CA", - "lead": true + "location": "Vancouver, CA" } ] } From 59dc79bd79122d1d256a2ab56e3be6fdca12674d Mon Sep 17 00:00:00 2001 From: Deepak Date: Tue, 2 Dec 2014 18:48:36 -0800 Subject: [PATCH 4/5] Fix typo --- Teams/constintpressure/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/constintpressure/team.json b/Teams/constintpressure/team.json index 600b87e..528e62d 100644 --- a/Teams/constintpressure/team.json +++ b/Teams/constintpressure/team.json @@ -1,5 +1,5 @@ { - "teamName": "consintpressure", + "teamName": "constintpressure", "members": [ { "name": "Deepak Sandhu", From c4287b233df28ba66202533698237b1752f17fe0 Mon Sep 17 00:00:00 2001 From: Deepak Date: Wed, 3 Dec 2014 01:26:41 -0800 Subject: [PATCH 5/5] Add koding accounts --- Teams/constintpressure/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/constintpressure/team.json b/Teams/constintpressure/team.json index 528e62d..7dc853d 100644 --- a/Teams/constintpressure/team.json +++ b/Teams/constintpressure/team.json @@ -11,13 +11,13 @@ { "name": "Ethan Holmes", "twitter": "", - "koding": "", + "koding": "ethanholmes", "location": "Venice, US" }, { "name": "Adam Bryant", "twitter": "", - "koding": "", + "koding": "adambryant", "location": "Vancouver, CA" } ]