From a9d39dff2b9790794858a1418ba3e8e096079624 Mon Sep 17 00:00:00 2001 From: bagustrihatmaja Date: Wed, 26 Nov 2014 23:06:37 +0800 Subject: [PATCH] adding team --- Teams/Plummy/ABOUT.md | 30 ++++++++++++++++++++++++++++++ Teams/Plummy/team.json | 24 ++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 Teams/Plummy/ABOUT.md create mode 100644 Teams/Plummy/team.json diff --git a/Teams/Plummy/ABOUT.md b/Teams/Plummy/ABOUT.md new file mode 100644 index 0000000..3a65818 --- /dev/null +++ b/Teams/Plummy/ABOUT.md @@ -0,0 +1,30 @@ +Welcome to Plummy +================ + +We are the Plummy team, so we are participating. +That's not it, well yeah, we are team in both real world and this koding event. We are doing many projects as a startup currently. All of our team are Indonesian, but one of our team currently living in Melbourne. +We always work remotely and this event is our chance to do some work together and train our work team. + +About your team +=========================== + +| bagus | rizky | bayu +|--- |--- |--- +| ![Bagus](http://plummy.web.id/images/maja.png) | ![Rizky](http://plummy.web.id/images/rizky.png) | ![Bayu](http://plummy.web.id/images/bayu.png) + +Bagus +---------- + +Bagus is mostly interested in database, as a backend engineer Bagus also loves to do some scripting and programming. Mostly, Bagus use PostgreSQL and ruby. + +Rizky +--------- + +Rizky is a full stack web developer, his code won't be smells. + +Bayu +-------- + +Bayu is UI/UX guy, who works mostly with photoshop and other UI tools, he is also our business guy, please talk money with him. + + diff --git a/Teams/Plummy/team.json b/Teams/Plummy/team.json new file mode 100644 index 0000000..19ffb58 --- /dev/null +++ b/Teams/Plummy/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Plummy", + "members": [ + { + "name": "Bagus Trihatmaja", + "twitter": "@bagustrihatmaja", + "koding": "btrihatmaja", + "location": "Denpasar, ID", + "lead": true + }, + { + "name": "Rizky Noor Ichwan", + "twitter": "", + "koding": "spondbob", + "location": "Melbourne, AU" + }, + { + "name": "Bayu Ditaprawira", + "twitter": "", + "koding": "bayultimate", + "location": "Denpasar, ID" + } + ] +}