From d0e980753950b59f58102ffd8a4f1430dd03b72f Mon Sep 17 00:00:00 2001 From: indr4winata Date: Sun, 30 Nov 2014 16:59:42 +0700 Subject: [PATCH 1/2] Create ABOUT.md --- Teams/Thinker/ABOUT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/Thinker/ABOUT.md diff --git a/Teams/Thinker/ABOUT.md b/Teams/Thinker/ABOUT.md new file mode 100644 index 0000000..1081465 --- /dev/null +++ b/Teams/Thinker/ABOUT.md @@ -0,0 +1,15 @@ +# AceTeam + +We are a bunch of programmers in Indonesia, with different background and age. +We would make something that is useful and creative to change the current old behaviour. + +## About Us + +- Indra Winata: back-end web developer, that always want to make perfect, creative, interesting applications. Focus on core process of the application +- Martono: back-end web developer, but in this team, focus on digital assets acquisition and modification, and content creation for demo usage +- Jeffrey: back-end web developer focus on complex algorithm +- Thomas Rico: front-end web developer, focus on designing UI, UX, and animation + +## Skills + +Everything related to web development. We specialize in web-based application and web-based creative campaign. From abdd34fb0e77fe3426117352e491b7bbc2dcdda2 Mon Sep 17 00:00:00 2001 From: indr4winata Date: Sun, 30 Nov 2014 17:01:05 +0700 Subject: [PATCH 2/2] Create team.json --- Teams/Thinker/team.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Teams/Thinker/team.json diff --git a/Teams/Thinker/team.json b/Teams/Thinker/team.json new file mode 100644 index 0000000..671fa1a --- /dev/null +++ b/Teams/Thinker/team.json @@ -0,0 +1,30 @@ +{ +"teamName": "Thinker", +"members": [ +{ +"name": "Indra Winata", +"twitter": "indr4_winata", +"koding": "indr4winata", +"location": "Jakarta, ID", +"lead": true +}, +{ +"name": "Martono", +"twitter": "voltz_pro", +"koding": "voltz", +"location": "Jakarta, ID" +}, +{ +"name": "Jeffrey", +"twitter": "pieceofsky", +"koding": "jeffreywijaya", +"location": "Jakarta, ID" +}, +{ +"name": "Thomas Rico", +"twitter": "_thom_ass_", +"koding": "thomasrico", +"location": "Bekasi, ID" +} +] +}