From e81daddf530cd7b10c5987473a64f35e7ac65d8e Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Wed, 26 Nov 2014 18:00:44 +0700 Subject: [PATCH 1/5] Add DaAkuMahApa team --- Teams/DaAkuMahApa/ABOUT.md | 22 ++++++++++++++++++++++ Teams/DaAkuMahApa/team.json | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Teams/DaAkuMahApa/ABOUT.md create mode 100644 Teams/DaAkuMahApa/team.json diff --git a/Teams/DaAkuMahApa/ABOUT.md b/Teams/DaAkuMahApa/ABOUT.md new file mode 100644 index 0000000..e65f715 --- /dev/null +++ b/Teams/DaAkuMahApa/ABOUT.md @@ -0,0 +1,22 @@ +DaAkuMahApa +================ + +We are located in Bandung Indonesia. We're not professional coders. But love to code. + +Our team +=========================== + +| diorahman | irfannurhakim +|--- |--- |--- |--- +| ![Dhi](https://pbs.twimg.com/profile_images/485484703458140160/Tn4WZndf_400x400.jpeg) | ![Irfan](https://pbs.twimg.com/profile_images/508212506066550786/SyImIRFJ_400x400.jpeg) | + +Dhi is a baker at http://rockybars.com, while Irfan is a university student. We're motivated to get involved to push the limit of ourselves, that we can give something to the *universe*! + +Dhi loves to code in c++, and also javascript (who doesn't love javascript?), especially on top of nodejs. +Irfan very good in php, html5, css and also javascript. He loves to play with frontend thingy. + +What you are going to do? +======= +We're interested in exploring theme number 1 or 3. We will try to combine the available APIs to deliver suitable app to answer the given problems. + + diff --git a/Teams/DaAkuMahApa/team.json b/Teams/DaAkuMahApa/team.json new file mode 100644 index 0000000..383ee3a --- /dev/null +++ b/Teams/DaAkuMahApa/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Dhi Aurrahman", + "twitter": "diorahman", + "koding": "diorahman", + "location": "Bandung, US" + }, + { + "name": "Irfan A Nurhakim", + "twitter": "irfannurhakim", + "koding": "irfannurhakim", + "location": "Bandung, Indonesia" + } + ] +} From d87989c70be1403d9bb0fd0d26c38d8584a83485 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Wed, 26 Nov 2014 18:09:55 +0700 Subject: [PATCH 2/5] update about team --- Teams/DaAkuMahApa/ABOUT.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Teams/DaAkuMahApa/ABOUT.md b/Teams/DaAkuMahApa/ABOUT.md index e65f715..594ca82 100644 --- a/Teams/DaAkuMahApa/ABOUT.md +++ b/Teams/DaAkuMahApa/ABOUT.md @@ -1,22 +1,23 @@ DaAkuMahApa ================ -We are located in Bandung Indonesia. We're not professional coders. But love to code. +We are located in [Bandung](https://www.google.com/maps/d/viewer?msa=0&mid=zD0D0WIRzaPM.kvaBDqAutL3Y) Indonesia. We're not professional coders. But we love to code. Our team =========================== | diorahman | irfannurhakim |--- |--- |--- |--- -| ![Dhi](https://pbs.twimg.com/profile_images/485484703458140160/Tn4WZndf_400x400.jpeg) | ![Irfan](https://pbs.twimg.com/profile_images/508212506066550786/SyImIRFJ_400x400.jpeg) | +| ![Dhi](https://pbs.twimg.com/profile_images/485484703458140160/Tn4WZndf_200x200.jpeg) | ![Irfan](https://pbs.twimg.com/profile_images/508212506066550786/SyImIRFJ_200x200.jpeg) | Dhi is a baker at http://rockybars.com, while Irfan is a university student. We're motivated to get involved to push the limit of ourselves, that we can give something to the *universe*! -Dhi loves to code in c++, and also javascript (who doesn't love javascript?), especially on top of nodejs. -Irfan very good in php, html5, css and also javascript. He loves to play with frontend thingy. +Dhi loves to code in **c++**, and also **javascript** (who doesn't love javascript?), especially on top of **nodejs**. Dhi has managed to have some [npm modules](https://www.npmjs.org/~diorahman). + +Irfan very good in **php**, **html5**, **css** and also **javascript**. He loves to play with frontend thingy. What you are going to do? ======= -We're interested in exploring theme number 1 or 3. We will try to combine the available APIs to deliver suitable app to answer the given problems. +We're interested in exploring theme number 1 or 3. We will try to combine the available APIs with our capabilities to deliver suitable app to answer the narrated problems. From 86a91d56739db7ce13d3e6d04b03a38783c81590 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Wed, 26 Nov 2014 18:16:41 +0700 Subject: [PATCH 3/5] Update country code --- Teams/DaAkuMahApa/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/DaAkuMahApa/team.json b/Teams/DaAkuMahApa/team.json index 383ee3a..603a093 100644 --- a/Teams/DaAkuMahApa/team.json +++ b/Teams/DaAkuMahApa/team.json @@ -5,13 +5,13 @@ "name": "Dhi Aurrahman", "twitter": "diorahman", "koding": "diorahman", - "location": "Bandung, US" + "location": "Bandung, ID" }, { "name": "Irfan A Nurhakim", "twitter": "irfannurhakim", "koding": "irfannurhakim", - "location": "Bandung, Indonesia" + "location": "Bandung, ID" } ] } From c4cac49fe1da3d4e0c24bd900505824829067ce0 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Wed, 26 Nov 2014 18:17:56 +0700 Subject: [PATCH 4/5] Update team name in team.json --- Teams/DaAkuMahApa/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/DaAkuMahApa/team.json b/Teams/DaAkuMahApa/team.json index 603a093..24c70f1 100644 --- a/Teams/DaAkuMahApa/team.json +++ b/Teams/DaAkuMahApa/team.json @@ -1,5 +1,5 @@ { - "teamName": "Team Koders", + "teamName": "DaAkuMahApa", "members": [ { "name": "Dhi Aurrahman", From 64d02fec426952b7338b171f9c33a94c5f2452f9 Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Wed, 26 Nov 2014 18:24:16 +0700 Subject: [PATCH 5/5] Update team.json to indicate diorahman as lead --- Teams/DaAkuMahApa/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/DaAkuMahApa/team.json b/Teams/DaAkuMahApa/team.json index 24c70f1..9233fbd 100644 --- a/Teams/DaAkuMahApa/team.json +++ b/Teams/DaAkuMahApa/team.json @@ -5,7 +5,8 @@ "name": "Dhi Aurrahman", "twitter": "diorahman", "koding": "diorahman", - "location": "Bandung, ID" + "location": "Bandung, ID", + "lead": true }, { "name": "Irfan A Nurhakim",