From ad86cd6b9884793052c670712b02745d415c3ae2 Mon Sep 17 00:00:00 2001 From: bluecloudy Date: Sat, 29 Nov 2014 00:55:01 +0700 Subject: [PATCH 1/5] Create team.json --- Teams/RedCloudy/team.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/RedCloudy/team.json diff --git a/Teams/RedCloudy/team.json b/Teams/RedCloudy/team.json new file mode 100644 index 0000000..ee51656 --- /dev/null +++ b/Teams/RedCloudy/team.json @@ -0,0 +1,16 @@ +{ + "teamName": "Team Red Cloudy", + "members": [ + { + "name": "Giang N", + "twitter": "smartexts", + "koding": "giangnguyen", + "location": "Ho Chi Minh, VN" + "lead": true + }, + { + "name": "Hoat D", + "koding": "redone" + } + ] +} From 5ccab92276368bce7559d523d7bb028b002c4fa1 Mon Sep 17 00:00:00 2001 From: bluecloudy Date: Sat, 29 Nov 2014 01:00:04 +0700 Subject: [PATCH 2/5] Create ABOUT.md --- Teams/RedCloudy/ABOUT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/RedCloudy/ABOUT.md diff --git a/Teams/RedCloudy/ABOUT.md b/Teams/RedCloudy/ABOUT.md new file mode 100644 index 0000000..81f07c7 --- /dev/null +++ b/Teams/RedCloudy/ABOUT.md @@ -0,0 +1,10 @@ +# Team Red Cloudy +We are Giang and Hoat from Viet Nam and we will give you awesome app! + +## About Us +- Giang N: +- Hoat D: + +## Languages we love: +- PHP +- Javascript From 835530615d4a4cdcef124618963882f3822cbe24 Mon Sep 17 00:00:00 2001 From: bluecloudy Date: Sat, 29 Nov 2014 16:32:27 +0700 Subject: [PATCH 3/5] Update team.json --- Teams/RedCloudy/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/RedCloudy/team.json b/Teams/RedCloudy/team.json index ee51656..b3864a4 100644 --- a/Teams/RedCloudy/team.json +++ b/Teams/RedCloudy/team.json @@ -5,11 +5,12 @@ "name": "Giang N", "twitter": "smartexts", "koding": "giangnguyen", - "location": "Ho Chi Minh, VN" + "location": "Ho Chi Minh, VN", "lead": true }, { "name": "Hoat D", + "location": "Ho Chi Minh, VN", "koding": "redone" } ] From ae525722bad7d9448328aee95606efce5420c39a Mon Sep 17 00:00:00 2001 From: bluecloudy Date: Mon, 1 Dec 2014 20:29:02 +0700 Subject: [PATCH 4/5] Update team.json --- Teams/RedCloudy/team.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Teams/RedCloudy/team.json b/Teams/RedCloudy/team.json index b3864a4..6f06b13 100644 --- a/Teams/RedCloudy/team.json +++ b/Teams/RedCloudy/team.json @@ -12,6 +12,11 @@ "name": "Hoat D", "location": "Ho Chi Minh, VN", "koding": "redone" + }, + { + "name": "Tham V", + "location": "Ho Chi Minh, VN", + "koding": "meothailand" } ] } From e4a172637aa1625a06cccc4512c7a1a8d2fd5ddf Mon Sep 17 00:00:00 2001 From: bluecloudy Date: Mon, 1 Dec 2014 20:29:46 +0700 Subject: [PATCH 5/5] Update ABOUT.md --- Teams/RedCloudy/ABOUT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/RedCloudy/ABOUT.md b/Teams/RedCloudy/ABOUT.md index 81f07c7..45fe5ff 100644 --- a/Teams/RedCloudy/ABOUT.md +++ b/Teams/RedCloudy/ABOUT.md @@ -1,9 +1,10 @@ # Team Red Cloudy -We are Giang and Hoat from Viet Nam and we will give you awesome app! +We are Giang, Hoat and Tham from Viet Nam and we will give you awesome app! ## About Us - Giang N: - Hoat D: +- Tham V: ## Languages we love: - PHP