From d122b479ef8a333c055bd812457286eb6dd1abe8 Mon Sep 17 00:00:00 2001 From: luka454 Date: Wed, 26 Nov 2014 18:51:50 +0100 Subject: [PATCH 01/64] Created team.json --- Teams/Galaktikosi/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Galaktikosi/team.json diff --git a/Teams/Galaktikosi/team.json b/Teams/Galaktikosi/team.json new file mode 100644 index 0000000..ef0289e --- /dev/null +++ b/Teams/Galaktikosi/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Galaktikosi", + "members": [ + { + "name": "Sumejja Porca", + "twitter": "Sumejja93", + "koding": "sumejja", + "location": "Sarajevo, BA", + "lead": true + }, + { + "name": "Elma Gazetic", + "twitter": "galaktikosi_14", + "koding": "memi", + "location": "Sarajevo, BA" + }, + { + "name": "Vildan Tursic", + "twitter": "VildanTursic", + "koding": "vildantursic93", + "location": "Sarajevo, BA" + }, + { + "name": "Ahmed Duheric", + "twitter": "ahmedduheric", + "koding": "ahmedduheric", + "location": "Sarajevo, BA" + }, + { + "name": "Luka Pejovic", + "twitter": "DirektorMilan", + "koding": "Luka454", + "location": "Sarajevo, BA" + } + ] +} From 9cc8ce6b49392ed4cff9a34b57d34ec641eeb219 Mon Sep 17 00:00:00 2001 From: silbo Date: Wed, 26 Nov 2014 21:01:32 +0100 Subject: [PATCH 02/64] Create hobosinthebox.md --- Teams/hobosinthebox/hobosinthebox.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/hobosinthebox/hobosinthebox.md diff --git a/Teams/hobosinthebox/hobosinthebox.md b/Teams/hobosinthebox/hobosinthebox.md new file mode 100644 index 0000000..5144543 --- /dev/null +++ b/Teams/hobosinthebox/hobosinthebox.md @@ -0,0 +1,21 @@ +hobosinthebox +============= +We are hobosinthebox, the most awesome hobos in a box. + +team +==== +| silbo | dono | morris | +|--- |--- |---| +| ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | + +story +===== +We were all wondering around and got stuck in the box and want to get out. + +our skillz +========== +First class web ninjas. + +idea +==== +Best game evar. From 571dae6e14645e0c794664df8a3f722b10228fb7 Mon Sep 17 00:00:00 2001 From: silbo Date: Wed, 26 Nov 2014 21:06:02 +0100 Subject: [PATCH 03/64] Create team.js --- Teams/hobosinthebox/team.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Teams/hobosinthebox/team.js diff --git a/Teams/hobosinthebox/team.js b/Teams/hobosinthebox/team.js new file mode 100644 index 0000000..357416f --- /dev/null +++ b/Teams/hobosinthebox/team.js @@ -0,0 +1,25 @@ +{ + "teamName": "hobosinthebox", + "members": [ + { + "name": "silbo", + "twitter": "", + "koding": "silbo", + "location": "Kiel, DE", + "lead": true + }, + { + "name": "dono", + "twitter": "", + "koding": "", + "location": "Kiel, DE" + }, + { + "name": "morris", + "twitter": "", + "koding": "", + "location": "Berlin, DE", + "lead": true + } + ] +} From 6110be80ffbb70b4ba3fb3940ad571604e20f9c5 Mon Sep 17 00:00:00 2001 From: silbo Date: Wed, 26 Nov 2014 21:06:40 +0100 Subject: [PATCH 04/64] Delete hobosinthebox.md --- Teams/hobosinthebox/hobosinthebox.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Teams/hobosinthebox/hobosinthebox.md diff --git a/Teams/hobosinthebox/hobosinthebox.md b/Teams/hobosinthebox/hobosinthebox.md deleted file mode 100644 index 5144543..0000000 --- a/Teams/hobosinthebox/hobosinthebox.md +++ /dev/null @@ -1,21 +0,0 @@ -hobosinthebox -============= -We are hobosinthebox, the most awesome hobos in a box. - -team -==== -| silbo | dono | morris | -|--- |--- |---| -| ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | - -story -===== -We were all wondering around and got stuck in the box and want to get out. - -our skillz -========== -First class web ninjas. - -idea -==== -Best game evar. From c7aae2a596b49bae1bf8cc46d305ae9654ccd066 Mon Sep 17 00:00:00 2001 From: silbo Date: Wed, 26 Nov 2014 21:06:53 +0100 Subject: [PATCH 05/64] Create ABOUT.md --- Teams/hobosinthebox/ABOUT.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Teams/hobosinthebox/ABOUT.md diff --git a/Teams/hobosinthebox/ABOUT.md b/Teams/hobosinthebox/ABOUT.md new file mode 100644 index 0000000..5144543 --- /dev/null +++ b/Teams/hobosinthebox/ABOUT.md @@ -0,0 +1,21 @@ +hobosinthebox +============= +We are hobosinthebox, the most awesome hobos in a box. + +team +==== +| silbo | dono | morris | +|--- |--- |---| +| ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | + +story +===== +We were all wondering around and got stuck in the box and want to get out. + +our skillz +========== +First class web ninjas. + +idea +==== +Best game evar. From 6fe51d9bde8088f3c21e311f5857c294788885b8 Mon Sep 17 00:00:00 2001 From: silbo Date: Wed, 26 Nov 2014 22:41:07 +0100 Subject: [PATCH 06/64] Update ABOUT.md --- Teams/hobosinthebox/ABOUT.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Teams/hobosinthebox/ABOUT.md b/Teams/hobosinthebox/ABOUT.md index 5144543..4520677 100644 --- a/Teams/hobosinthebox/ABOUT.md +++ b/Teams/hobosinthebox/ABOUT.md @@ -2,8 +2,8 @@ hobosinthebox ============= We are hobosinthebox, the most awesome hobos in a box. -team -==== +teamzor +======= | silbo | dono | morris | |--- |--- |---| | ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | @@ -12,10 +12,10 @@ story ===== We were all wondering around and got stuck in the box and want to get out. -our skillz -========== +our skillzers +============= First class web ninjas. -idea -==== +ideaz +===== Best game evar. From 95638011fa3d9ad1f7b5b28aaef574eb27f42e07 Mon Sep 17 00:00:00 2001 From: silbo Date: Wed, 26 Nov 2014 23:01:36 +0100 Subject: [PATCH 07/64] Update team.js --- Teams/hobosinthebox/team.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/hobosinthebox/team.js b/Teams/hobosinthebox/team.js index 357416f..cceeec3 100644 --- a/Teams/hobosinthebox/team.js +++ b/Teams/hobosinthebox/team.js @@ -18,8 +18,7 @@ "name": "morris", "twitter": "", "koding": "", - "location": "Berlin, DE", - "lead": true + "location": "Berlin, DE" } ] } From 48225827f6f8b5d7623e72cd0915e69a953dcd9c Mon Sep 17 00:00:00 2001 From: Hugo do Carmo Date: Sat, 29 Nov 2014 11:19:10 -0200 Subject: [PATCH 08/64] [team] Team info starting the repo with team info files; --- Teams/Nibbles At Work/ABOUT.md | 27 +++++++++++++++++++++++++ Teams/Nibbles At Work/team.json | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 Teams/Nibbles At Work/ABOUT.md create mode 100644 Teams/Nibbles At Work/team.json diff --git a/Teams/Nibbles At Work/ABOUT.md b/Teams/Nibbles At Work/ABOUT.md new file mode 100644 index 0000000..f39cbad --- /dev/null +++ b/Teams/Nibbles At Work/ABOUT.md @@ -0,0 +1,27 @@ +Nibbles At Work +================ + +About Nibbles +============= + +|~~Nibble Position~~|User|Description| +|:---------------:|:---------------:|:---------------:| +|Leader|spelzinho|Game enthusiast| +|:---------------:|:---------------:|:---------------:| +|Developer|-|-| +|:---------------:|:---------------:|:---------------:| +|Developer|-|-| +|:---------------:|:---------------:|:---------------:| +|Developer|-|-| +|:---------------:|:---------------:|:---------------:| +|Developer|-|-| + + +Expertise +========= + + +The Project +=========== + + diff --git a/Teams/Nibbles At Work/team.json b/Teams/Nibbles At Work/team.json new file mode 100644 index 0000000..6567726 --- /dev/null +++ b/Teams/Nibbles At Work/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Nibbles At Work", + "members": [ + { + "name": "Hugo do Carmo", + "twitter": "august_hugh", + "koding": "spelcaster", + "location": "Brasília, BR", + "lead": true + }, + { + "name": "Luan Santana", + "twitter": "LuanComputacao", + "koding": "-", + "location": "Coritiba, BR" + }, + { + "name": "José Rios", + "twitter": "-", + "koding": "-", + "location": "Brasília, DF" + }, + { + "name": "Henrique Gouveia", + "twitter": "-", + "koding": "-", + "location": "Brasília, DF" + }, + { + "name": "Júlia Caroline", + "twitter": "SoundsLikeJulia", + "koding": "-", + "location": "Ituiutaba, MG" + } + ] +} From afd653bfc7bf608375e09dfabd2a7db786b712b9 Mon Sep 17 00:00:00 2001 From: Hugo do Carmo Date: Sat, 29 Nov 2014 11:19:10 -0200 Subject: [PATCH 09/64] [team] Team info starting the repo with team info files; --- Teams/Nibbles At Work/ABOUT.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Teams/Nibbles At Work/ABOUT.md b/Teams/Nibbles At Work/ABOUT.md index f39cbad..52a08cf 100644 --- a/Teams/Nibbles At Work/ABOUT.md +++ b/Teams/Nibbles At Work/ABOUT.md @@ -4,17 +4,13 @@ Nibbles At Work About Nibbles ============= -|~~Nibble Position~~|User|Description| +|Nibble Position|User|Description| |:---------------:|:---------------:|:---------------:| |Leader|spelzinho|Game enthusiast| -|:---------------:|:---------------:|:---------------:| -|Developer|-|-| -|:---------------:|:---------------:|:---------------:| -|Developer|-|-| -|:---------------:|:---------------:|:---------------:| -|Developer|-|-| -|:---------------:|:---------------:|:---------------:| -|Developer|-|-| +|Developer|luancomputacao|-| +|Developer|joserios|-| +|Developer|hgouveia|-| +|Developer|juliadazoo|| Expertise From ddcf8a0fc59efec1d2c52d8db577419b0c49bfcc Mon Sep 17 00:00:00 2001 From: Viktor Kislovskij Date: Mon, 1 Dec 2014 16:02:16 +0100 Subject: [PATCH 10/64] Leo Burnett Team Creation --- Teams/Leo Burnett Germany | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Leo Burnett Germany diff --git a/Teams/Leo Burnett Germany b/Teams/Leo Burnett Germany new file mode 100644 index 0000000..7d366ea --- /dev/null +++ b/Teams/Leo Burnett Germany @@ -0,0 +1,36 @@ +{ + "teamName": "Leo Burnett Germany", + "members": [ + { + "name": "Ufuk Avci", + "twitter": "iphuk4", + "koding": "", + "location": "Frankfurt am Main, DE" + }, + { + "name": "Viktor Kislovskij", + "twitter": "kislovskij", + "koding": "kislovskij", + "location": "Frankfurt am Main, DE", + "lead": true + }, + { + "name": "Helge Knieß", + "twitter": "hellohelge", + "koding": "600", + "location": "Frankfurt am Main, DE" + }, + { + "name": "Philipp Trübiger", + "twitter": "truebiger", + "koding": "truebi", + "location": "Frankfurt am Main, DE" + }, + { + "name": "Alexander Wagner", + "twitter": "", + "koding": "", + "location": "Frankfurt am Main, DE" + } + ] +} From 371df051b28c5ed0398b45a52c54aaec875eaaf6 Mon Sep 17 00:00:00 2001 From: Viktor Kislovskij Date: Mon, 1 Dec 2014 16:02:52 +0100 Subject: [PATCH 11/64] Rename Teams/Leo Burnett Germany to Teams/Leo-Burnett-Germany/team.json --- Teams/{Leo Burnett Germany => Leo-Burnett-Germany/team.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/{Leo Burnett Germany => Leo-Burnett-Germany/team.json} (100%) diff --git a/Teams/Leo Burnett Germany b/Teams/Leo-Burnett-Germany/team.json similarity index 100% rename from Teams/Leo Burnett Germany rename to Teams/Leo-Burnett-Germany/team.json From 863e5fd01335ac6ad902c10c9105066b010b9982 Mon Sep 17 00:00:00 2001 From: Viktor Kislovskij Date: Mon, 1 Dec 2014 16:12:29 +0100 Subject: [PATCH 12/64] Update team.json --- Teams/Leo-Burnett-Germany/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Leo-Burnett-Germany/team.json b/Teams/Leo-Burnett-Germany/team.json index 7d366ea..f92167f 100644 --- a/Teams/Leo-Burnett-Germany/team.json +++ b/Teams/Leo-Burnett-Germany/team.json @@ -15,7 +15,7 @@ "lead": true }, { - "name": "Helge Knieß", + "name": "Helge Kniess", "twitter": "hellohelge", "koding": "600", "location": "Frankfurt am Main, DE" From 4b46ccf170923fbdf9220fe7cb1ad72161c0d96b Mon Sep 17 00:00:00 2001 From: David Cheung Date: Tue, 2 Dec 2014 00:25:16 +0800 Subject: [PATCH 13/64] Added team information --- Teams/chubao/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/chubao/team.json diff --git a/Teams/chubao/team.json b/Teams/chubao/team.json new file mode 100644 index 0000000..35d0e50 --- /dev/null +++ b/Teams/chubao/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "chubao", + "members": [ + { + "name": "David Cheung", + "twitter": "david_ckc, + "koding": "davidckc", + "location": "Hong Kong, HK", + "lead": true + } + ] +} From 5214ac53f8860bdda2739ce642ae8c1d57013e6d Mon Sep 17 00:00:00 2001 From: David Cheung Date: Tue, 2 Dec 2014 00:30:20 +0800 Subject: [PATCH 14/64] Added an about file --- Teams/chubao/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/chubao/ABOUT.md diff --git a/Teams/chubao/ABOUT.md b/Teams/chubao/ABOUT.md new file mode 100644 index 0000000..265fb08 --- /dev/null +++ b/Teams/chubao/ABOUT.md @@ -0,0 +1,19 @@ +This is our page +================ + +We are the chubao team. + + +About your team +=========================== + +| kccheung | +|--- | +| ![David Cheung](https://avatars2.githubusercontent.com/u/1140487?v=3&s=96) | + +I am a developer from Hong Kong. + + +About your skills and what you are going to do? +======= +TBD From 4c82a9413730da1abcca3d9852abc6075a04876f Mon Sep 17 00:00:00 2001 From: silbo Date: Mon, 1 Dec 2014 17:30:39 +0100 Subject: [PATCH 15/64] Update team.js --- Teams/hobosinthebox/team.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Teams/hobosinthebox/team.js b/Teams/hobosinthebox/team.js index cceeec3..a889c5c 100644 --- a/Teams/hobosinthebox/team.js +++ b/Teams/hobosinthebox/team.js @@ -17,6 +17,18 @@ { "name": "morris", "twitter": "", + "koding": "morriswinkler", + "location": "Berlin, DE" + }, + { + "name": "chris", + "twitter": "", + "koding": "", + "location": "Berlin, DE" + }, + { + "name": "joan", + "twitter": "", "koding": "", "location": "Berlin, DE" } From adc35fec4435a828b612aaa0418200bb836c5312 Mon Sep 17 00:00:00 2001 From: Tony Lee Date: Tue, 2 Dec 2014 00:58:11 +0800 Subject: [PATCH 16/64] updated ABOUT.md --- Teams/chubao/ABOUT.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Teams/chubao/ABOUT.md b/Teams/chubao/ABOUT.md index 265fb08..31908aa 100644 --- a/Teams/chubao/ABOUT.md +++ b/Teams/chubao/ABOUT.md @@ -1,7 +1,7 @@ This is our page ================ -We are the chubao team. +We are the ChuBao team. About your team @@ -13,7 +13,14 @@ About your team I am a developer from Hong Kong. +| hktonylee | +|--- | +| ![Tony Lee](https://koding.com/hktonylee) | + +iProgrammer. Programming with [](http://upload.wikimedia.org/wikipedia/zh-yue/a/ab/Apple-logo.png) is my life. About your skills and what you are going to do? ======= -TBD + +We are crazy in making new stuff. + From 469006ee3449aad5a2399247ebc63b55e1d64695 Mon Sep 17 00:00:00 2001 From: Tony Lee Date: Tue, 2 Dec 2014 01:00:54 +0800 Subject: [PATCH 17/64] update image --- Teams/chubao/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/chubao/ABOUT.md b/Teams/chubao/ABOUT.md index 31908aa..45f5a83 100644 --- a/Teams/chubao/ABOUT.md +++ b/Teams/chubao/ABOUT.md @@ -17,7 +17,7 @@ I am a developer from Hong Kong. |--- | | ![Tony Lee](https://koding.com/hktonylee) | -iProgrammer. Programming with [](http://upload.wikimedia.org/wikipedia/zh-yue/a/ab/Apple-logo.png) is my life. +iProgrammer. Programming with [](http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/1200px-Apple_logo_black.svg.png) is my life. About your skills and what you are going to do? ======= From 0d1ae5690cf220b97602a179bfbb7cf1d3c73904 Mon Sep 17 00:00:00 2001 From: Viktor Kislovskij Date: Mon, 1 Dec 2014 22:47:57 +0100 Subject: [PATCH 18/64] Create README.md --- Teams/Leo-Burnett-Germany/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Teams/Leo-Burnett-Germany/README.md diff --git a/Teams/Leo-Burnett-Germany/README.md b/Teams/Leo-Burnett-Germany/README.md new file mode 100644 index 0000000..8407e2c --- /dev/null +++ b/Teams/Leo-Burnett-Germany/README.md @@ -0,0 +1,2 @@ +Leo Burnett Germany +=================== From dabd44dfa6ba0e862bdf090e9abf53adb22323be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rios?= Date: Mon, 1 Dec 2014 23:26:00 -0200 Subject: [PATCH 19/64] Updating 'joseriosneto' description --- Teams/Nibbles At Work/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Nibbles At Work/ABOUT.md b/Teams/Nibbles At Work/ABOUT.md index 52a08cf..681db44 100644 --- a/Teams/Nibbles At Work/ABOUT.md +++ b/Teams/Nibbles At Work/ABOUT.md @@ -8,7 +8,7 @@ About Nibbles |:---------------:|:---------------:|:---------------:| |Leader|spelzinho|Game enthusiast| |Developer|luancomputacao|-| -|Developer|joserios|-| +|Developer|joseriosneto|Really like coding and self improvement| |Developer|hgouveia|-| |Developer|juliadazoo|| From 8991007b8eb7eee1a9cedd9d421588d9fb87863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rios?= Date: Mon, 1 Dec 2014 23:37:18 -0200 Subject: [PATCH 20/64] Updating 'joseriosneto' info --- Teams/Nibbles At Work/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Nibbles At Work/team.json b/Teams/Nibbles At Work/team.json index 6567726..9b7f241 100644 --- a/Teams/Nibbles At Work/team.json +++ b/Teams/Nibbles At Work/team.json @@ -16,8 +16,8 @@ }, { "name": "José Rios", - "twitter": "-", - "koding": "-", + "twitter": "joseriosneto", + "koding": "joseriosneto", "location": "Brasília, DF" }, { From ab771b52f021d78669da7b06674425db9f64aacd Mon Sep 17 00:00:00 2001 From: Pedro Date: Tue, 2 Dec 2014 08:09:31 -0200 Subject: [PATCH 21/64] Fix location info --- Teams/FlyingTarrasque/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/FlyingTarrasque/team.json b/Teams/FlyingTarrasque/team.json index f56c25d..b8e14fa 100644 --- a/Teams/FlyingTarrasque/team.json +++ b/Teams/FlyingTarrasque/team.json @@ -5,13 +5,13 @@ "name": "Pedro Henrique", "twitter": "notHereBaby", "koding": "pedrohenriquerls", - "location": "Goiânia, GO" + "location": "Goiânia, BR" }, { "name": "Henrique Hirako", "twitter": "heriquehirako", "koding": "japoneiz", - "location": "Goiânia, GO" + "location": "Goiânia, BR" } ] } From fca896905a94ae6b1296563f826dc5ffc76228c7 Mon Sep 17 00:00:00 2001 From: Viktor Kislovskij Date: Tue, 2 Dec 2014 11:35:40 +0100 Subject: [PATCH 22/64] Update team.json --- Teams/Leo-Burnett-Germany/team.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/Leo-Burnett-Germany/team.json b/Teams/Leo-Burnett-Germany/team.json index f92167f..3f6dfac 100644 --- a/Teams/Leo-Burnett-Germany/team.json +++ b/Teams/Leo-Burnett-Germany/team.json @@ -28,8 +28,7 @@ }, { "name": "Alexander Wagner", - "twitter": "", - "koding": "", + "koding": "AlexWagner", "location": "Frankfurt am Main, DE" } ] From b07e33f43e16943e530b25205bb19d8199d8874a Mon Sep 17 00:00:00 2001 From: Anuj Mehta Date: Tue, 2 Dec 2014 16:14:58 +0530 Subject: [PATCH 23/64] Adding team.json --- Teams/The-Abstracted-Spiders/team.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Teams/The-Abstracted-Spiders/team.json diff --git a/Teams/The-Abstracted-Spiders/team.json b/Teams/The-Abstracted-Spiders/team.json new file mode 100644 index 0000000..6f46a42 --- /dev/null +++ b/Teams/The-Abstracted-Spiders/team.json @@ -0,0 +1,22 @@ +{ + "teamName": "The Abstracted Spiders", + "members": [ + { + "name": "Dipen Patel", + "twitter": "@27dipen", + "koding": "dipen27", + "location": "Mumbai, IN" + }, + { + "name": "Parth Mehta", + "twitter": "@parthrmehta", + "koding": "parth1234", + "location": "Mumbai, IN" + }, + { + "name": "Anuj Mehta", + "twitter": "@anuj.nm", + "koding": "anujnm", + "location": "Mumbai, IN" + } + } From 4db1413f77929d1260c75a491357ac3988e2b56d Mon Sep 17 00:00:00 2001 From: Anuj Mehta Date: Tue, 2 Dec 2014 16:15:30 +0530 Subject: [PATCH 24/64] Adding about.md --- Teams/The-Abstracted-Spiders/about.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/The-Abstracted-Spiders/about.md diff --git a/Teams/The-Abstracted-Spiders/about.md b/Teams/The-Abstracted-Spiders/about.md new file mode 100644 index 0000000..0124022 --- /dev/null +++ b/Teams/The-Abstracted-Spiders/about.md @@ -0,0 +1,12 @@ +About the Team: +--------------- + +Our three member team consists of game development champion Dipen, web and backend guru Parth and jack of all trades Anuj. + +What's unique about this team is that each member prefers a different language than the rest of the team members. Dipen prefers C#, Parth prefers JS and Anuj prefers Python. While we'll probably end up spending countless hours arguing the benefits of different languages and frameworks, we do have one saving grace. All three of us speak three of same spoken languages- English, Gujarati and Hindi. At least we'll be able to carry out the argument without having to resort to non-verbal tactics :P. + + +What we're going to build: +-------------------------- + +Of the themes mentioned in the contest rules, one theme that resonated between all three of us is the idea of introducing software development to beginners through games. We all feel like software development would have been much more exciting if our first few tutorials had been related to game development. We believe that this would have fueled our curiosity and given us enough intrinsic motivation to go ahead and experiment with the language, the product and the environment. We hope that we can create such a product during this hackathon, and possibly even continue building it past the prototype stage and into production. From 6841e4a07b907e61e5e7d11ec01eb3b2be90d296 Mon Sep 17 00:00:00 2001 From: Usse Date: Tue, 2 Dec 2014 11:10:37 +0000 Subject: [PATCH 25/64] ghebula team --- Teams/ghebula/ABOUT.md | 17 +++++++++++++++++ Teams/ghebula/team.json | 11 +++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Teams/ghebula/ABOUT.md create mode 100644 Teams/ghebula/team.json diff --git a/Teams/ghebula/ABOUT.md b/Teams/ghebula/ABOUT.md new file mode 100644 index 0000000..904fa3c --- /dev/null +++ b/Teams/ghebula/ABOUT.md @@ -0,0 +1,17 @@ +ghebula +================ + +About your team +=========================== + +| Andrea | +|--- | +| ![Andrea](https://avatars2.githubusercontent.com/u/784560?v=3&s=150) | + +I am an highly ambitious, results driven, passionate, Frontend & UI Developer with a broad technical skills and a mobile first mindset. I work closely with business owners, designers and backend developers, using HTML, CSS, Javascript, etc. to turn static designs into crisp, clean, interactive and database driven websites. + + +About your skills and what you are going to do? +======= + +I'm going to use Node.js, Angular and Bootstrap diff --git a/Teams/ghebula/team.json b/Teams/ghebula/team.json new file mode 100644 index 0000000..2c2db97 --- /dev/null +++ b/Teams/ghebula/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "ghebula", + "members": [ + { + "name": "Andrea Usseglio Gaudi", + "twitter": "@Andrea_Usseglio", + "koding": "usse", + "location": "London, UK" + } + ] +} From c761b843ea11bc2f57c93ba9d6dca6e50cf9e3b0 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:24:41 +0100 Subject: [PATCH 26/64] Update team.js --- Teams/hobosinthebox/team.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Teams/hobosinthebox/team.js b/Teams/hobosinthebox/team.js index a889c5c..c57d768 100644 --- a/Teams/hobosinthebox/team.js +++ b/Teams/hobosinthebox/team.js @@ -19,18 +19,6 @@ "twitter": "", "koding": "morriswinkler", "location": "Berlin, DE" - }, - { - "name": "chris", - "twitter": "", - "koding": "", - "location": "Berlin, DE" - }, - { - "name": "joan", - "twitter": "", - "koding": "", - "location": "Berlin, DE" } ] } From 2b28f815b06c581abb2a1b7f37d81d714dad7fce Mon Sep 17 00:00:00 2001 From: philmortz05 Date: Tue, 2 Dec 2014 20:30:16 +0800 Subject: [PATCH 27/64] Create team.json --- Teams/DIVISION/team.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/DIVISION/team.json diff --git a/Teams/DIVISION/team.json b/Teams/DIVISION/team.json new file mode 100644 index 0000000..0cdb08b --- /dev/null +++ b/Teams/DIVISION/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "DIVISION", + "members": [ + { + "name": "Philip Rego Morato", + "twitter": "philmortz05", + "koding": "shadowwalker05", + "location": "Davao, PH" + } + ] +} From bd52957e2f23b8f7c6f94e45c30e94ddf5e6a89d Mon Sep 17 00:00:00 2001 From: asimov42 Date: Tue, 2 Dec 2014 20:31:01 +0800 Subject: [PATCH 28/64] join the team --- Teams/chubao/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/chubao/team.json b/Teams/chubao/team.json index 35d0e50..c8a191b 100644 --- a/Teams/chubao/team.json +++ b/Teams/chubao/team.json @@ -7,6 +7,12 @@ "koding": "davidckc", "location": "Hong Kong, HK", "lead": true + }, + { + "name": "Keith Chan", + "twitter": "kwokeith1989", + "koding": "kwokeith1989", + "location": "Hong Kong, HK" } ] } From 876f97770a5ad4d173871e216e335f9b6739521f Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 13:31:16 +0100 Subject: [PATCH 29/64] ABOUT.md created Team members descriptions --- Teams/Galaktikosi/ABOUT.md | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Teams/Galaktikosi/ABOUT.md diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md new file mode 100644 index 0000000..6443da8 --- /dev/null +++ b/Teams/Galaktikosi/ABOUT.md @@ -0,0 +1,46 @@ +#About Galaktikosi + +##We represent you our crew members: + +###1. Sumejja Porča + +-title : the Commanding officer + +"I am a very passionate person. I get excited over small things. And coding is my huge passion. +I love the world of numbers, where creativity and imagination can do whatever we want. I just +command the directions.. and the code.. It gets in right place. All of us can do this. You just have to know +the secret in imagination. ;) + +The tools that help me express my ideas: +.NET +C#, C++, C, Python, HTML5, Javascript, Matlab, VHDL +ASP .NET MVC 5, Web API, Entity Framework, Google Map Web API, CSS +Photoshop, Blender + +I love doing magic with my team. We go off the Earth very often together and this time stars are our destination." + +###2. Vildan Tursić + +-title : Science Officer + +(we shall tell you more about this crew member when he is ready) + +###3. Luka Pejović + +-title : First Officer + +(we shall tell you more about this crew member when he is ready) + +###4. Elma Gazetić + +-title : Chief Medical Officer + +"I am very friendly and nice. I love my team and I always take good care of them. You know how unhealthy it is to code +without sleeping... or eating. But what I do like is to travel with them and discover new things in world of IT. I love +web technologies, .NET, C#, C, C++, HTML... I love to code. And I love cats and puppies, also." + +###5. Ahmed Đuherić + +-title : Helmsman + +(we shall tell you more about this crew member when he is ready) From 51124119d0ba8094ce1d50fb088a2e09fc61c22b Mon Sep 17 00:00:00 2001 From: asimov42 Date: Tue, 2 Dec 2014 20:35:27 +0800 Subject: [PATCH 30/64] edit about --- Teams/chubao/ABOUT.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/chubao/ABOUT.md b/Teams/chubao/ABOUT.md index 45f5a83..8cabe27 100644 --- a/Teams/chubao/ABOUT.md +++ b/Teams/chubao/ABOUT.md @@ -19,6 +19,12 @@ I am a developer from Hong Kong. iProgrammer. Programming with [](http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Apple_logo_black.svg/1200px-Apple_logo_black.svg.png) is my life. +| kwokeith1989 | +|--- | +| ![Keith Chan](https://koding.com/kwokeith1989) | + +Eval and Apply. + About your skills and what you are going to do? ======= From 113217646ce60eb4b1295630a65ddb52b6c432bd Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:36:46 +0100 Subject: [PATCH 31/64] Update ABOUT.md --- Teams/hobosinthebox/ABOUT.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/Teams/hobosinthebox/ABOUT.md b/Teams/hobosinthebox/ABOUT.md index 4520677..8904cec 100644 --- a/Teams/hobosinthebox/ABOUT.md +++ b/Teams/hobosinthebox/ABOUT.md @@ -1,21 +1,26 @@ -hobosinthebox -============= -We are hobosinthebox, the most awesome hobos in a box. +ninjasinthebox +============== +We are ninjasinthebox, the most awesome ninjas in a box. teamzor ======= -| silbo | dono | morris | +| silbo
roboninja | dono
webninja | morris
3Dninja | |--- |--- |---| | ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | story ===== -We were all wondering around and got stuck in the box and want to get out. +We were all on a secret ninja mission and got stuck in a box and want to get out. -our skillzers -============= -First class web ninjas. +our ninja skillz +================ +###silbo +Silbo is a first class roboninja. +###dono +Dono is a first class webninja. +###morris +Morris is a first class 3Dninja. -ideaz -===== -Best game evar. +mizzion +======= +The most awesome ninja mission evar completed! From 14f3cd3227b5cc14e7a48dae689f71eacb098723 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:38:39 +0100 Subject: [PATCH 32/64] Create ABOUT.md --- Teams/ninjasinthebox/ABOUT.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Teams/ninjasinthebox/ABOUT.md diff --git a/Teams/ninjasinthebox/ABOUT.md b/Teams/ninjasinthebox/ABOUT.md new file mode 100644 index 0000000..8904cec --- /dev/null +++ b/Teams/ninjasinthebox/ABOUT.md @@ -0,0 +1,26 @@ +ninjasinthebox +============== +We are ninjasinthebox, the most awesome ninjas in a box. + +teamzor +======= +| silbo
roboninja | dono
webninja | morris
3Dninja | +|--- |--- |---| +| ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | + +story +===== +We were all on a secret ninja mission and got stuck in a box and want to get out. + +our ninja skillz +================ +###silbo +Silbo is a first class roboninja. +###dono +Dono is a first class webninja. +###morris +Morris is a first class 3Dninja. + +mizzion +======= +The most awesome ninja mission evar completed! From de7de8b7b3b16f4e5c09b147bb43f56bc92e3762 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:38:59 +0100 Subject: [PATCH 33/64] Create team.js --- Teams/ninjasinthebox/team.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/ninjasinthebox/team.js diff --git a/Teams/ninjasinthebox/team.js b/Teams/ninjasinthebox/team.js new file mode 100644 index 0000000..c57d768 --- /dev/null +++ b/Teams/ninjasinthebox/team.js @@ -0,0 +1,24 @@ +{ + "teamName": "hobosinthebox", + "members": [ + { + "name": "silbo", + "twitter": "", + "koding": "silbo", + "location": "Kiel, DE", + "lead": true + }, + { + "name": "dono", + "twitter": "", + "koding": "", + "location": "Kiel, DE" + }, + { + "name": "morris", + "twitter": "", + "koding": "morriswinkler", + "location": "Berlin, DE" + } + ] +} From 05efde1c35988936452e59358167efe43c217bab Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:39:19 +0100 Subject: [PATCH 34/64] Delete team.js --- Teams/hobosinthebox/team.js | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Teams/hobosinthebox/team.js diff --git a/Teams/hobosinthebox/team.js b/Teams/hobosinthebox/team.js deleted file mode 100644 index c57d768..0000000 --- a/Teams/hobosinthebox/team.js +++ /dev/null @@ -1,24 +0,0 @@ -{ - "teamName": "hobosinthebox", - "members": [ - { - "name": "silbo", - "twitter": "", - "koding": "silbo", - "location": "Kiel, DE", - "lead": true - }, - { - "name": "dono", - "twitter": "", - "koding": "", - "location": "Kiel, DE" - }, - { - "name": "morris", - "twitter": "", - "koding": "morriswinkler", - "location": "Berlin, DE" - } - ] -} From 96fd1509e4476f3c2e84b9dc8140ae713ca3bf03 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:39:29 +0100 Subject: [PATCH 35/64] Delete ABOUT.md --- Teams/hobosinthebox/ABOUT.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Teams/hobosinthebox/ABOUT.md diff --git a/Teams/hobosinthebox/ABOUT.md b/Teams/hobosinthebox/ABOUT.md deleted file mode 100644 index 8904cec..0000000 --- a/Teams/hobosinthebox/ABOUT.md +++ /dev/null @@ -1,26 +0,0 @@ -ninjasinthebox -============== -We are ninjasinthebox, the most awesome ninjas in a box. - -teamzor -======= -| silbo
roboninja | dono
webninja | morris
3Dninja | -|--- |--- |---| -| ![silbo](https://avatars1.githubusercontent.com/u/802834?v=3&s=160) | ![dono](https://avatars1.githubusercontent.com/u/4045902?v=3&s=160) | morris | - -story -===== -We were all on a secret ninja mission and got stuck in a box and want to get out. - -our ninja skillz -================ -###silbo -Silbo is a first class roboninja. -###dono -Dono is a first class webninja. -###morris -Morris is a first class 3Dninja. - -mizzion -======= -The most awesome ninja mission evar completed! From 722ce9732f1ef335ebcc4570455d23e1011a1e42 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:44:20 +0100 Subject: [PATCH 36/64] Update ABOUT.md --- Teams/ninjasinthebox/ABOUT.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Teams/ninjasinthebox/ABOUT.md b/Teams/ninjasinthebox/ABOUT.md index 8904cec..d37387a 100644 --- a/Teams/ninjasinthebox/ABOUT.md +++ b/Teams/ninjasinthebox/ABOUT.md @@ -14,12 +14,9 @@ We were all on a secret ninja mission and got stuck in a box and want to get out our ninja skillz ================ -###silbo -Silbo is a first class roboninja. -###dono -Dono is a first class webninja. -###morris -Morris is a first class 3Dninja. +silbo is a first class roboninja.
+dono is a first class webninja.
+morris is a first class 3Dninja.
mizzion ======= From 555feba753580f86d59a6c82f1aa4dc4a2ce6983 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 13:46:48 +0100 Subject: [PATCH 37/64] Update team.js --- Teams/ninjasinthebox/team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ninjasinthebox/team.js b/Teams/ninjasinthebox/team.js index c57d768..fbf4b3c 100644 --- a/Teams/ninjasinthebox/team.js +++ b/Teams/ninjasinthebox/team.js @@ -1,5 +1,5 @@ { - "teamName": "hobosinthebox", + "teamName": "ninjasinthebox", "members": [ { "name": "silbo", From 9d5e9b6d107b8b4ae9b0f85f7b984cf9291994f2 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 14:03:04 +0100 Subject: [PATCH 38/64] Update team.js --- Teams/ninjasinthebox/team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ninjasinthebox/team.js b/Teams/ninjasinthebox/team.js index fbf4b3c..9b85553 100644 --- a/Teams/ninjasinthebox/team.js +++ b/Teams/ninjasinthebox/team.js @@ -11,7 +11,7 @@ { "name": "dono", "twitter": "", - "koding": "", + "koding": "gdprabowo", "location": "Kiel, DE" }, { From e0fac47db0203c8c9c088f4ec23411568d619d7b Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 14:03:51 +0100 Subject: [PATCH 39/64] ABOUT.md updated Images added --- Teams/Galaktikosi/ABOUT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index 6443da8..18cdf22 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -6,6 +6,8 @@ -title : the Commanding officer +![](https://cloud.githubusercontent.com/assets/7198919/5262854/bb68edfe-7a2a-11e4-9ddc-f1ab84d7f899.jpg) + "I am a very passionate person. I get excited over small things. And coding is my huge passion. I love the world of numbers, where creativity and imagination can do whatever we want. I just command the directions.. and the code.. It gets in right place. All of us can do this. You just have to know @@ -23,18 +25,24 @@ I love doing magic with my team. We go off the Earth very often together and thi -title : Science Officer +![](https://cloud.githubusercontent.com/assets/7198919/5262879/fc4fb744-7a2a-11e4-916e-819a7594f64b.jpg) + (we shall tell you more about this crew member when he is ready) ###3. Luka Pejović -title : First Officer +![](https://cloud.githubusercontent.com/assets/7198919/5262872/e01ec2ae-7a2a-11e4-9b9f-bed0e27d114c.jpg) + (we shall tell you more about this crew member when he is ready) ###4. Elma Gazetić -title : Chief Medical Officer +![](https://cloud.githubusercontent.com/assets/7198919/5262900/46ba6df6-7a2b-11e4-853e-85c8eeda79da.jpg) + "I am very friendly and nice. I love my team and I always take good care of them. You know how unhealthy it is to code without sleeping... or eating. But what I do like is to travel with them and discover new things in world of IT. I love web technologies, .NET, C#, C, C++, HTML... I love to code. And I love cats and puppies, also." @@ -43,4 +51,6 @@ web technologies, .NET, C#, C, C++, HTML... I love to code. And I love cats and -title : Helmsman +![](https://cloud.githubusercontent.com/assets/7198919/5262888/2821e78e-7a2b-11e4-9b94-ad6581f472b3.jpg) + (we shall tell you more about this crew member when he is ready) From 5b664737ad06e518d68cf0971148f4b23505fddd Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 14:06:34 +0100 Subject: [PATCH 40/64] updated ABOUT.md --- Teams/Galaktikosi/ABOUT.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index 18cdf22..e5cc988 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -14,9 +14,9 @@ command the directions.. and the code.. It gets in right place. All of us can do the secret in imagination. ;) The tools that help me express my ideas: -.NET -C#, C++, C, Python, HTML5, Javascript, Matlab, VHDL -ASP .NET MVC 5, Web API, Entity Framework, Google Map Web API, CSS +.NET, +C#, C++, C, Python, HTML5, Javascript, Matlab, VHDL, +ASP .NET MVC 5, Web API, Entity Framework, Google Map Web API, CSS, Photoshop, Blender I love doing magic with my team. We go off the Earth very often together and this time stars are our destination." From 873cbc424ea8e1c7fae70843ffebad89fe049497 Mon Sep 17 00:00:00 2001 From: Leonardo Alkmim Date: Tue, 2 Dec 2014 13:22:08 +0000 Subject: [PATCH 41/64] team.json and ABOUT.md created --- Teams/Maracana/ABOUT.md | 28 ++++++++++++++++++++++++++++ Teams/Maracana/team.json | 18 ++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Teams/Maracana/ABOUT.md create mode 100644 Teams/Maracana/team.json diff --git a/Teams/Maracana/ABOUT.md b/Teams/Maracana/ABOUT.md new file mode 100644 index 0000000..996a3e0 --- /dev/null +++ b/Teams/Maracana/ABOUT.md @@ -0,0 +1,28 @@ +This is our page +================ + +We are Team Maracanã, in honor to the home of brazilian football teams from Rio de Janeiro. + + +About your team +=========================== + +| lalkmim | coutinhop +|--- |--- +| No picture | No picture + +Tell us who you are, why you did you decide to join? + +We are work colleagues, heard about hackathon and decided to join. + +We're both first timers on hackathons and our goal is to see how far we can go. + + +About your skills and what you are going to do? +======= + +lalkmim: been a web developer for 8 years, strong background on Java and JS + +coutinhop: not so experienced programmer with background mostly in UNIX and C + +Our goal is to develop a game that can be an entry point to anyone into the programmin world. \ No newline at end of file diff --git a/Teams/Maracana/team.json b/Teams/Maracana/team.json new file mode 100644 index 0000000..07c77fd --- /dev/null +++ b/Teams/Maracana/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Team Maracanã", + "members": [ + { + "name": "Leonardo Alkmim", + "twitter": "lpalkmim", + "koding": "lalkmim", + "location": "Rio de Janeiro, BR", + "lead": true + }, + { + "name": "Pedro Coutinho", + "twitter": "coutinhop", + "koding": "coutinhop", + "location": "Rio de Janeiro, BR" + } + ] +} \ No newline at end of file From ac459c95f2ebd290e49df0a2ab84f5f9fe4843e1 Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 14:24:12 +0100 Subject: [PATCH 42/64] Update ABOUT.md --- Teams/Galaktikosi/ABOUT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index e5cc988..876b376 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -15,9 +15,8 @@ the secret in imagination. ;) The tools that help me express my ideas: .NET, -C#, C++, C, Python, HTML5, Javascript, Matlab, VHDL, -ASP .NET MVC 5, Web API, Entity Framework, Google Map Web API, CSS, -Photoshop, Blender +C#, C++, C, Python, Javascript, HTML5, +ASP .NET MVC 5, Web API, Entity Framework, Google Map Web API, CSS.. I love doing magic with my team. We go off the Earth very often together and this time stars are our destination." From 8471cf3163ddc2487bcbe89d5384f2c1fa1d540e Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 14:26:28 +0100 Subject: [PATCH 43/64] Update ABOUT.md --- Teams/ninjasinthebox/ABOUT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/ninjasinthebox/ABOUT.md b/Teams/ninjasinthebox/ABOUT.md index d37387a..8c9ece4 100644 --- a/Teams/ninjasinthebox/ABOUT.md +++ b/Teams/ninjasinthebox/ABOUT.md @@ -1,5 +1,6 @@ ninjasinthebox ============== +![logo](https://twitter.com/ninjasinthebox) We are ninjasinthebox, the most awesome ninjas in a box. teamzor From 468f62f708f6731c433a69cd01a4e1f8a0c8d93d Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 14:30:01 +0100 Subject: [PATCH 44/64] Update ABOUT.md --- Teams/ninjasinthebox/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ninjasinthebox/ABOUT.md b/Teams/ninjasinthebox/ABOUT.md index 8c9ece4..0b0f1a7 100644 --- a/Teams/ninjasinthebox/ABOUT.md +++ b/Teams/ninjasinthebox/ABOUT.md @@ -1,6 +1,6 @@ ninjasinthebox ============== -![logo](https://twitter.com/ninjasinthebox) +![logo](https://pbs.twimg.com/profile_images/539771378212167682/zqWyZteS.png)
We are ninjasinthebox, the most awesome ninjas in a box. teamzor From 24baffcb5ecc26dfd9e8dbcc3a5d5384f37e4f62 Mon Sep 17 00:00:00 2001 From: silbo Date: Tue, 2 Dec 2014 14:30:33 +0100 Subject: [PATCH 45/64] Update ABOUT.md --- Teams/ninjasinthebox/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/ninjasinthebox/ABOUT.md b/Teams/ninjasinthebox/ABOUT.md index 0b0f1a7..75ffd6c 100644 --- a/Teams/ninjasinthebox/ABOUT.md +++ b/Teams/ninjasinthebox/ABOUT.md @@ -1,7 +1,7 @@ ninjasinthebox ============== -![logo](https://pbs.twimg.com/profile_images/539771378212167682/zqWyZteS.png)
-We are ninjasinthebox, the most awesome ninjas in a box. +We are ninjasinthebox, the most awesome ninjas in a box.
+![logo](https://pbs.twimg.com/profile_images/539771378212167682/zqWyZteS.png) teamzor ======= From 059c7ab2577bea5dd50fd7e3cc955a4efd25bd7c Mon Sep 17 00:00:00 2001 From: Philip Rego Morato Date: Tue, 2 Dec 2014 21:39:19 +0800 Subject: [PATCH 46/64] Create ABOUT.md --- Teams/DIVISION/ABOUT.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Teams/DIVISION/ABOUT.md diff --git a/Teams/DIVISION/ABOUT.md b/Teams/DIVISION/ABOUT.md new file mode 100644 index 0000000..21d9fd5 --- /dev/null +++ b/Teams/DIVISION/ABOUT.md @@ -0,0 +1,7 @@ +#Welcome to DIVISION +Imagination and Creativity can change the World! + +##About me +I'm Philip Rego Morato, 18 years old, from Davao City, Philippines. I'm just a newbie and I want to learn more by participating in this Global Hackathon. I know that the chance of me winning this competition is very low, but still I am determined to code with my best. + +I took computer classes during my High School years. Through edX, I was able to study Computer Science 50, an online course by Harvard. Now I'm able to program with C and the basics of HTML, JavaScript and CSS. I have no plans yet but I will make sure that I will have before the Hackathon starts. From 41a645e4aaa687ad4820e12ba1d87c7bb5d4dfdf Mon Sep 17 00:00:00 2001 From: Hugo Augusto Freitas do Carmo Date: Tue, 2 Dec 2014 11:52:45 -0200 Subject: [PATCH 47/64] [info] Team information Added information for Luan; Removed information for Henrique and Julia; --- Teams/Nibbles At Work/team.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Teams/Nibbles At Work/team.json b/Teams/Nibbles At Work/team.json index 9b7f241..5713e78 100644 --- a/Teams/Nibbles At Work/team.json +++ b/Teams/Nibbles At Work/team.json @@ -11,7 +11,7 @@ { "name": "Luan Santana", "twitter": "LuanComputacao", - "koding": "-", + "koding": "luancomputacao", "location": "Coritiba, BR" }, { @@ -19,18 +19,6 @@ "twitter": "joseriosneto", "koding": "joseriosneto", "location": "Brasília, DF" - }, - { - "name": "Henrique Gouveia", - "twitter": "-", - "koding": "-", - "location": "Brasília, DF" - }, - { - "name": "Júlia Caroline", - "twitter": "SoundsLikeJulia", - "koding": "-", - "location": "Ituiutaba, MG" } ] } From bc4541225a447e24fa99330cd463665e1dc8677b Mon Sep 17 00:00:00 2001 From: Hugo Augusto Freitas do Carmo Date: Tue, 2 Dec 2014 11:53:50 -0200 Subject: [PATCH 48/64] [info] About team New information about the team, team members and project; --- Teams/Nibbles At Work/ABOUT.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Teams/Nibbles At Work/ABOUT.md b/Teams/Nibbles At Work/ABOUT.md index 681db44..0c94ae1 100644 --- a/Teams/Nibbles At Work/ABOUT.md +++ b/Teams/Nibbles At Work/ABOUT.md @@ -1,23 +1,22 @@ Nibbles At Work ================ +The name "Nibbles At Work" came from the mixture of the name of the band "Men At Work" and a unit of information used in computing measurements, "Nibbles" which consists in a group of 4 bits. + About Nibbles ============= -|Nibble Position|User|Description| -|:---------------:|:---------------:|:---------------:| -|Leader|spelzinho|Game enthusiast| -|Developer|luancomputacao|-| -|Developer|joseriosneto|Really like coding and self improvement| -|Developer|hgouveia|-| -|Developer|juliadazoo|| - - -Expertise -========= +|Nibble Position|User|Description|Leader Speech|Expertise| +|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:| +|Leader|spelzinho|Game enthusiast and technology lover :3|i am their leader and to victory we ride!|Backend and Lite Frontend Developer| +|Developer|luancomputacao|Avatar fanboy >:D|although he will never control air, or any other element, sorry bro|Backend and Frontend Developer| +|Developer|joseriosneto|Really like coding and self improvement|Oh damn, he is so lazy, but we will put Beatles to keep him fired up :D|Backend Developer| The Project =========== +We are discussing about that, either way we wont say a word until the promissed day, sorry... + +Bring the thunder! From 8adf94310e297ed4fd2c03f0ec1b6f6897c13c5c Mon Sep 17 00:00:00 2001 From: prajogotio Date: Tue, 2 Dec 2014 21:55:43 +0800 Subject: [PATCH 49/64] addition of member and particulars --- Teams/pqrstu/ABOUT.md | 10 ++++++++++ Teams/pqrstu/team.json | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/Teams/pqrstu/ABOUT.md b/Teams/pqrstu/ABOUT.md index fe5642e..8fc4b5a 100644 --- a/Teams/pqrstu/ABOUT.md +++ b/Teams/pqrstu/ABOUT.md @@ -25,3 +25,13 @@ Thank you for taking your time to read this page. Regards, Prajogo Tio + +###UPDATE: Another Member! + +###Knock, knock, who's there? +He is Andhieka Putra, an enthusiastic Year 2 Computer Science undergraduate from National University of Singapore. Github: [github.com/andhieka](https://github.com/andhieka) + +We have been friends since eternity. + +We will be working together to bring out the best of our abilities :D + diff --git a/Teams/pqrstu/team.json b/Teams/pqrstu/team.json index d74b27c..fce1474 100644 --- a/Teams/pqrstu/team.json +++ b/Teams/pqrstu/team.json @@ -5,6 +5,11 @@ "name": "Prajogo Tio", "koding": "prajogo", "location": "Singapore, SG" + }, + { + "name": "Andhieka Putra", + "koding": "andhieka", + "location": "Singapore, SG", } ] } From 04bd9deb02a26ae56e275692d3f08adbc42c7c62 Mon Sep 17 00:00:00 2001 From: Hugo Augusto Freitas do Carmo Date: Tue, 2 Dec 2014 11:56:51 -0200 Subject: [PATCH 50/64] [info] Update info Grammar correction for Luan descriptions; --- Teams/Nibbles At Work/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Nibbles At Work/ABOUT.md b/Teams/Nibbles At Work/ABOUT.md index 0c94ae1..ced6679 100644 --- a/Teams/Nibbles At Work/ABOUT.md +++ b/Teams/Nibbles At Work/ABOUT.md @@ -9,7 +9,7 @@ About Nibbles |Nibble Position|User|Description|Leader Speech|Expertise| |:---------------:|:---------------:|:---------------:|:---------------:|:---------------:| |Leader|spelzinho|Game enthusiast and technology lover :3|i am their leader and to victory we ride!|Backend and Lite Frontend Developer| -|Developer|luancomputacao|Avatar fanboy >:D|although he will never control air, or any other element, sorry bro|Backend and Frontend Developer| +|Developer|luancomputacao|Avatar fanboy >:D|he will never control air, or any other element, sorry bro|Backend and Frontend Developer| |Developer|joseriosneto|Really like coding and self improvement|Oh damn, he is so lazy, but we will put Beatles to keep him fired up :D|Backend Developer| From 94ffee5fb4ce8e6e79a602b80505b14e09ca66a8 Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 15:29:49 +0100 Subject: [PATCH 51/64] Update ABOUT.md --- Teams/Galaktikosi/ABOUT.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index 876b376..10e0079 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -34,7 +34,11 @@ I love doing magic with my team. We go off the Earth very often together and thi ![](https://cloud.githubusercontent.com/assets/7198919/5262872/e01ec2ae-7a2a-11e4-9b9f-bed0e27d114c.jpg) -(we shall tell you more about this crew member when he is ready) +"Running through the Space is joyful experience, stars are so peaceful and lively at the same time, and you can always run into something unexpected. Why am I the First Officer? Co-working with captain and the crew makes me see things from a different perspective and makes me capable to make things work. When I'm on the Earth I live at Sarajevo where I go to college. + +What do I know? C#, C++, .NET, ASP.NET MVC5, Entity Framework, Java, Javascript, HTML, ... + +And most of all, I like object oriented design because it lets me be creative, makes me use my knowledge and helps me in solving plenty of new tricky problems. Beside OOD, things that attract me are algorithm design and teamwork too." ###4. Elma Gazetić From ef106fbd41ddc6ac11dbba902a5f7e35af501538 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Tue, 2 Dec 2014 22:34:10 +0800 Subject: [PATCH 52/64] Added tonylee to team.json --- Teams/chubao/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/chubao/team.json b/Teams/chubao/team.json index c8a191b..e4c523b 100644 --- a/Teams/chubao/team.json +++ b/Teams/chubao/team.json @@ -13,6 +13,12 @@ "twitter": "kwokeith1989", "koding": "kwokeith1989", "location": "Hong Kong, HK" + }, + { + "name": "Tony Lee", + "twitter": "hktonylee", + "koding": "hktonylee", + "location": "Hong Kong, HK" } ] } From 24b0623b7a8df58ac5e0e5f6c1f25375386cb947 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Tue, 2 Dec 2014 22:35:06 +0800 Subject: [PATCH 53/64] Oops, missed a double quote --- Teams/chubao/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/chubao/team.json b/Teams/chubao/team.json index e4c523b..90e5456 100644 --- a/Teams/chubao/team.json +++ b/Teams/chubao/team.json @@ -3,7 +3,7 @@ "members": [ { "name": "David Cheung", - "twitter": "david_ckc, + "twitter": "david_ckc", "koding": "davidckc", "location": "Hong Kong, HK", "lead": true From 5c0e43f1fdc20db0507bd8b30adf8d012ccf1902 Mon Sep 17 00:00:00 2001 From: David Cheung Date: Tue, 2 Dec 2014 22:48:05 +0800 Subject: [PATCH 54/64] Add more info to ABOUT.md --- Teams/chubao/ABOUT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Teams/chubao/ABOUT.md b/Teams/chubao/ABOUT.md index 8cabe27..65b78c1 100644 --- a/Teams/chubao/ABOUT.md +++ b/Teams/chubao/ABOUT.md @@ -1,7 +1,7 @@ This is our page ================ -We are the ChuBao team. +We are the ChuBao team from Hong Kong. Chu Bao is named after David's blood parrot cichlid which died recently. About your team @@ -11,7 +11,7 @@ About your team |--- | | ![David Cheung](https://avatars2.githubusercontent.com/u/1140487?v=3&s=96) | -I am a developer from Hong Kong. +I am a developer from Hong Kong who love fish keeping. Eager to self-improve through the world's first virtual hackathon. I am learning Django recently. | hktonylee | |--- | @@ -29,4 +29,3 @@ About your skills and what you are going to do? ======= We are crazy in making new stuff. - From ce8c983f129ffcf39708e1234aa875116f643dea Mon Sep 17 00:00:00 2001 From: Mustafa Aldemir Date: Tue, 2 Dec 2014 17:05:18 +0200 Subject: [PATCH 55/64] Delete ABOUT.md --- Teams/UbubatFiyatlari/ABOUT.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Teams/UbubatFiyatlari/ABOUT.md diff --git a/Teams/UbubatFiyatlari/ABOUT.md b/Teams/UbubatFiyatlari/ABOUT.md deleted file mode 100644 index fb095b1..0000000 --- a/Teams/UbubatFiyatlari/ABOUT.md +++ /dev/null @@ -1,12 +0,0 @@ -# Team UbubatFiyatlari - - -## About Us -- Mustafa -- Behzat -- Firat - -## Languages we love -- C -- C++ -- PHP From 3aad8083a6292e67d283641af7ef80e4d30e706b Mon Sep 17 00:00:00 2001 From: Mustafa Aldemir Date: Tue, 2 Dec 2014 17:05:33 +0200 Subject: [PATCH 56/64] Delete team.json --- Teams/UbubatFiyatlari/team.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Teams/UbubatFiyatlari/team.json diff --git a/Teams/UbubatFiyatlari/team.json b/Teams/UbubatFiyatlari/team.json deleted file mode 100644 index 27d9414..0000000 --- a/Teams/UbubatFiyatlari/team.json +++ /dev/null @@ -1,24 +0,0 @@ -{ -"teamName": "Team Koders", -"members": [ -{ -"name": "Mustafa Aldemir", -"twitter": "mstfldmr", -"koding": "mstfldmr", -"location": "Istanbul, TR", -"lead": true -}, -{ -"name": "Behzat Erte", -"twitter": "behzaterte", -"koding": "berte", -"location": "Istanbul, TR" -}, -{ -"name": "Firat Sagun", -"twitter": "firatsagun", -"koding": "firatsagun", -"location": "Istanbul, TR" -} -] -} From ea23671d12e1f08de6cfa007de08d604062b1562 Mon Sep 17 00:00:00 2001 From: Mustafa Aldemir Date: Tue, 2 Dec 2014 17:07:31 +0200 Subject: [PATCH 57/64] Create ABOUT.md --- Teams/0xDEADBEEF/ABOUT.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/0xDEADBEEF/ABOUT.md diff --git a/Teams/0xDEADBEEF/ABOUT.md b/Teams/0xDEADBEEF/ABOUT.md new file mode 100644 index 0000000..7efc8d1 --- /dev/null +++ b/Teams/0xDEADBEEF/ABOUT.md @@ -0,0 +1,12 @@ +Team 0xDEADBEEF +About Us + + Mustafa + Behzat + Firat + +Languages we love + + C + C++ + PHP From 44dc56425dfa76a281d9854e09f2e1ddbcb26c3a Mon Sep 17 00:00:00 2001 From: Mustafa Aldemir Date: Tue, 2 Dec 2014 17:08:21 +0200 Subject: [PATCH 58/64] Create team.json --- Teams/0xDEADBEEF/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/0xDEADBEEF/team.json diff --git a/Teams/0xDEADBEEF/team.json b/Teams/0xDEADBEEF/team.json new file mode 100644 index 0000000..77d227f --- /dev/null +++ b/Teams/0xDEADBEEF/team.json @@ -0,0 +1,24 @@ +{ +"teamName": "0xDEADBEEF", +"members": [ +{ +"name": "Mustafa Aldemir", +"twitter": "mstfldmr", +"koding": "mstfldmr", +"location": "Istanbul, TR", +"lead": true +}, +{ +"name": "Behzat Erte", +"twitter": "behzaterte", +"koding": "berte", +"location": "Istanbul, TR" +}, +{ +"name": "Firat Sagun", +"twitter": "fsagun", +"koding": "fsagun", +"location": "Istanbul, TR" +} +] +} From d739c5f6d2bf2a70c5725f388bda24ca89502dd5 Mon Sep 17 00:00:00 2001 From: kedark3 Date: Tue, 2 Dec 2014 20:39:08 +0530 Subject: [PATCH 59/64] Entered Team Details --- Teams/TeamReadit/team.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/TeamReadit/team.json diff --git a/Teams/TeamReadit/team.json b/Teams/TeamReadit/team.json new file mode 100644 index 0000000..df7140b --- /dev/null +++ b/Teams/TeamReadit/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Team Readit", + "members": [ + { + "name": "Kedar Kulkarni", + "twitter": "@kedar_kulkarni1", + "koding": "kedark3", + "location": "Pune, IN" + }, + { + "name": "Tejas Sathe", + "twitter": "@sathetejas", + "koding": "agentk1729", + "location": "Pune, IN" + }, + { + "name": "Karan Sharma", + "twitter": "N/A", + "koding": "karan1276", + "location": "Pune, IN" + } + ] +} From 721edf813221122f82840f10a43ce5443f2618ac Mon Sep 17 00:00:00 2001 From: kedark3 Date: Tue, 2 Dec 2014 20:44:02 +0530 Subject: [PATCH 60/64] First commit for details of us. --- Teams/TeamReadit/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/TeamReadit/ABOUT.md diff --git a/Teams/TeamReadit/ABOUT.md b/Teams/TeamReadit/ABOUT.md new file mode 100644 index 0000000..55c16ca --- /dev/null +++ b/Teams/TeamReadit/ABOUT.md @@ -0,0 +1,18 @@ + + +# Team Readit + +##About US + +- Kedar:My name is Kedar, and I'm mostly into Web Development. +- Tejas: I'm Tejas, I do Django. +- Karan: Hey, This is Karan, I'm still exploring the various technologies. + +###Languages we Love: + +- Python +- HTML +- CSS +- JavaScript +- jQuery +- Django Framework!! From 978fe5bb8c97b1f2ed8e08cdffa88fc19ecd029d Mon Sep 17 00:00:00 2001 From: mavidser Date: Tue, 2 Dec 2014 20:54:21 +0530 Subject: [PATCH 61/64] added yash raj --- Teams/Dingoes ate my baby/ABOUT.md | 10 +++++----- Teams/Dingoes ate my baby/team.json | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Teams/Dingoes ate my baby/ABOUT.md b/Teams/Dingoes ate my baby/ABOUT.md index cf47c4d..bb725d6 100644 --- a/Teams/Dingoes ate my baby/ABOUT.md +++ b/Teams/Dingoes ate my baby/ABOUT.md @@ -1,11 +1,11 @@ -About me + About me =========================== -| Sid -|--- -| ![Sid](https://avatars2.githubusercontent.com/u/4343949?v=3&s=460) +| Sid | Yash Raj +|---|--- +| ![Sid](http://i.imgur.com/oGs2qCU.jpg) | ![Yash Raj](http://i.imgur.com/VKv9l87.jpg) -I like tinker with the web. There isn't much to say. I like to code, and build new stuff. +Pythonic Duo. We build cool things for the web. Skills ======= diff --git a/Teams/Dingoes ate my baby/team.json b/Teams/Dingoes ate my baby/team.json index de2928e..b27955c 100644 --- a/Teams/Dingoes ate my baby/team.json +++ b/Teams/Dingoes ate my baby/team.json @@ -6,6 +6,12 @@ "twitter": "mavidser", "koding": "mavidser", "location": "Kanpur, IN" + }, + { + "name": "Yash Raj Singh", + "twitter": "iamyashrajsingh", + "koding": "yashrajsingh", + "location": "Bareilly, IN" } ] } From bedaa43b09715becd79687ce68b635cdbc45b56e Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 16:59:47 +0100 Subject: [PATCH 62/64] Update ABOUT.md --- Teams/Galaktikosi/ABOUT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index 10e0079..daac34e 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -4,7 +4,7 @@ ###1. Sumejja Porča --title : the Commanding officer +*title : the Commanding officer* ![](https://cloud.githubusercontent.com/assets/7198919/5262854/bb68edfe-7a2a-11e4-9ddc-f1ab84d7f899.jpg) @@ -22,7 +22,7 @@ I love doing magic with my team. We go off the Earth very often together and thi ###2. Vildan Tursić --title : Science Officer +*title : Science Officer* ![](https://cloud.githubusercontent.com/assets/7198919/5262879/fc4fb744-7a2a-11e4-916e-819a7594f64b.jpg) @@ -30,7 +30,7 @@ I love doing magic with my team. We go off the Earth very often together and thi ###3. Luka Pejović --title : First Officer +*title : First Officer* ![](https://cloud.githubusercontent.com/assets/7198919/5262872/e01ec2ae-7a2a-11e4-9b9f-bed0e27d114c.jpg) @@ -42,7 +42,7 @@ And most of all, I like object oriented design because it lets me be creative, m ###4. Elma Gazetić --title : Chief Medical Officer +*title : Chief Medical Officer* ![](https://cloud.githubusercontent.com/assets/7198919/5262900/46ba6df6-7a2b-11e4-853e-85c8eeda79da.jpg) @@ -52,7 +52,7 @@ web technologies, .NET, C#, C, C++, HTML... I love to code. And I love cats and ###5. Ahmed Đuherić --title : Helmsman +*title : Helmsman* ![](https://cloud.githubusercontent.com/assets/7198919/5262888/2821e78e-7a2b-11e4-9b94-ad6581f472b3.jpg) From 1bbcd29fa91e17dc13b9ae82521c6d79de1b443c Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 17:01:30 +0100 Subject: [PATCH 63/64] Update ABOUT.md --- Teams/Galaktikosi/ABOUT.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index daac34e..d2fad14 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -4,7 +4,7 @@ ###1. Sumejja Porča -*title : the Commanding officer* +***title : the Commanding officer*** ![](https://cloud.githubusercontent.com/assets/7198919/5262854/bb68edfe-7a2a-11e4-9ddc-f1ab84d7f899.jpg) @@ -22,7 +22,7 @@ I love doing magic with my team. We go off the Earth very often together and thi ###2. Vildan Tursić -*title : Science Officer* +***title : Science Officer*** ![](https://cloud.githubusercontent.com/assets/7198919/5262879/fc4fb744-7a2a-11e4-916e-819a7594f64b.jpg) @@ -30,7 +30,7 @@ I love doing magic with my team. We go off the Earth very often together and thi ###3. Luka Pejović -*title : First Officer* +***title : First Officer*** ![](https://cloud.githubusercontent.com/assets/7198919/5262872/e01ec2ae-7a2a-11e4-9b9f-bed0e27d114c.jpg) @@ -42,7 +42,7 @@ And most of all, I like object oriented design because it lets me be creative, m ###4. Elma Gazetić -*title : Chief Medical Officer* +***title : Chief Medical Officer*** ![](https://cloud.githubusercontent.com/assets/7198919/5262900/46ba6df6-7a2b-11e4-853e-85c8eeda79da.jpg) @@ -52,7 +52,7 @@ web technologies, .NET, C#, C, C++, HTML... I love to code. And I love cats and ###5. Ahmed Đuherić -*title : Helmsman* +***title : Helmsman*** ![](https://cloud.githubusercontent.com/assets/7198919/5262888/2821e78e-7a2b-11e4-9b94-ad6581f472b3.jpg) From c07b5e5921be35e54cb3ff9e621425454c02d80f Mon Sep 17 00:00:00 2001 From: luka454 Date: Tue, 2 Dec 2014 17:54:02 +0100 Subject: [PATCH 64/64] Update ABOUT.md --- Teams/Galaktikosi/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Galaktikosi/ABOUT.md b/Teams/Galaktikosi/ABOUT.md index d2fad14..f3b506d 100644 --- a/Teams/Galaktikosi/ABOUT.md +++ b/Teams/Galaktikosi/ABOUT.md @@ -4,7 +4,7 @@ ###1. Sumejja Porča -***title : the Commanding officer*** +***title : Commanding Officer*** ![](https://cloud.githubusercontent.com/assets/7198919/5262854/bb68edfe-7a2a-11e4-9ddc-f1ab84d7f899.jpg)