From 3267403bafd866b4d7826071c3ef258855c3de0c Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 11:37:23 +0200 Subject: [PATCH 1/9] Added team info --- Teams/GP/team.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/GP/team.json diff --git a/Teams/GP/team.json b/Teams/GP/team.json new file mode 100644 index 0000000..a50c2ae --- /dev/null +++ b/Teams/GP/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "GP", + "members": [ + { + "name": "Georgi Marinov", + "twitter": "venom1724", + "koding": "venom1724", + "location": "Varna, BG" + }, + { + "name": "Momchil Vilyanov", + "twitter": "", + "koding": "LazyMomo", + "location": "Varna, BG" + }, + { + "name": "Alexander Krustev", + "twitter": "", + "koding": "", + "location": "Varna, BG" + } + ] +} From 37ab292f7848b26b3ad966d10c0e70ffff9fd559 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 11:58:47 +0200 Subject: [PATCH 2/9] added about --- Teams/GP/ABOUT.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Teams/GP/ABOUT.md diff --git a/Teams/GP/ABOUT.md b/Teams/GP/ABOUT.md new file mode 100644 index 0000000..d3835a3 --- /dev/null +++ b/Teams/GP/ABOUT.md @@ -0,0 +1,19 @@ +This is GP +================ + +We are some highschoolers from Bulgaria who have an idea and spirit, and also we can code. + + +About us +=========================== + +| venom1724 | LazyMomo | perchema | lia +|--- |--- |--- |--- +| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![lia](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | + +Although we are still in highschool, we have experience in programming and developing in many languages and platforms. +This is our first time at event like this, but we are ready and hopefully we can participate. + +Theme: Problems facing our planet, explained using interactive data visualization. We will focus in using an API to gather data about different problematics we're (as humanity) facing in this moment. We're going to try to do so in a simpler manner, so everyone can read clearly what's going on. + +We aim to build an utility that's going to be useful to millions of people every day, it could be used to warn from upcoming danger and even save people's lives. From e911e2aec5fadb136b64e1c29673f9bf114ae8df Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 12:11:55 +0200 Subject: [PATCH 3/9] Update team.json --- Teams/GP/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/GP/team.json b/Teams/GP/team.json index a50c2ae..0591cf0 100644 --- a/Teams/GP/team.json +++ b/Teams/GP/team.json @@ -16,6 +16,12 @@ { "name": "Alexander Krustev", "twitter": "", + "koding": "alaxe", + "location": "Varna, BG" + }, + { + "name": "Lia Shuman", + "twitter": "", "koding": "", "location": "Varna, BG" } From f9c970dc235d5e230799ae6aa9be7136bdf0bd58 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 12:31:40 +0200 Subject: [PATCH 4/9] aa --- Teams/GP/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GP/ABOUT.md b/Teams/GP/ABOUT.md index d3835a3..b50d68c 100644 --- a/Teams/GP/ABOUT.md +++ b/Teams/GP/ABOUT.md @@ -9,7 +9,7 @@ About us | venom1724 | LazyMomo | perchema | lia |--- |--- |--- |--- -| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![lia](https://pbs.twimg.com/profile_images/513260359398871040/z-_436ig.jpeg) | +| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![lia](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | Although we are still in highschool, we have experience in programming and developing in many languages and platforms. This is our first time at event like this, but we are ready and hopefully we can participate. From 5833b9de43b1afe9718513a0da531fa0f0babd21 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 12:32:09 +0200 Subject: [PATCH 5/9] added stuff --- Teams/GP/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GP/team.json b/Teams/GP/team.json index 0591cf0..d46c013 100644 --- a/Teams/GP/team.json +++ b/Teams/GP/team.json @@ -22,7 +22,7 @@ { "name": "Lia Shuman", "twitter": "", - "koding": "", + "koding": "leahshuman", "location": "Varna, BG" } ] From 3fac0f757e563609affda029bf996adfdded15a4 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 12:35:29 +0200 Subject: [PATCH 6/9] Update ABOUT.md --- Teams/GP/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GP/ABOUT.md b/Teams/GP/ABOUT.md index b50d68c..bbac2fc 100644 --- a/Teams/GP/ABOUT.md +++ b/Teams/GP/ABOUT.md @@ -9,7 +9,7 @@ About us | venom1724 | LazyMomo | perchema | lia |--- |--- |--- |--- -| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![lia](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | +| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![liahshuman](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | Although we are still in highschool, we have experience in programming and developing in many languages and platforms. This is our first time at event like this, but we are ready and hopefully we can participate. From fd6684c8a48f5b5198ac5db185f4b492ce56c989 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 12:37:13 +0200 Subject: [PATCH 7/9] yoo asd --- Teams/GP/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GP/ABOUT.md b/Teams/GP/ABOUT.md index bbac2fc..245bd6d 100644 --- a/Teams/GP/ABOUT.md +++ b/Teams/GP/ABOUT.md @@ -7,7 +7,7 @@ We are some highschoolers from Bulgaria who have an idea and spirit, and also we About us =========================== -| venom1724 | LazyMomo | perchema | lia +| venom1724 | LazyMomo | perchema | liahshuman |--- |--- |--- |--- | ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![liahshuman](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | From a44b1b5d35b8fcabc86bc61d62990989e933b626 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 22:17:40 +0200 Subject: [PATCH 8/9] Adddd --- Teams/GP/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GP/ABOUT.md b/Teams/GP/ABOUT.md index 245bd6d..f665fa3 100644 --- a/Teams/GP/ABOUT.md +++ b/Teams/GP/ABOUT.md @@ -9,7 +9,7 @@ About us | venom1724 | LazyMomo | perchema | liahshuman |--- |--- |--- |--- -| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![perchema](https://pbs.twimg.com/profile_images/533920104249954305/8KZPcvIa.jpeg) | ![liahshuman](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | +| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![alaxa](http://venom1724.hit.bg/perchem.jpg) | ![liahshuman](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | Although we are still in highschool, we have experience in programming and developing in many languages and platforms. This is our first time at event like this, but we are ready and hopefully we can participate. From 7ba07f3039678a54417b4b1e3ef24e20eb0e4410 Mon Sep 17 00:00:00 2001 From: ge6 Date: Tue, 2 Dec 2014 22:37:10 +0200 Subject: [PATCH 9/9] sd --- Teams/GP/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/GP/ABOUT.md b/Teams/GP/ABOUT.md index f665fa3..9537106 100644 --- a/Teams/GP/ABOUT.md +++ b/Teams/GP/ABOUT.md @@ -9,7 +9,7 @@ About us | venom1724 | LazyMomo | perchema | liahshuman |--- |--- |--- |--- -| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![alaxa](http://venom1724.hit.bg/perchem.jpg) | ![liahshuman](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | +| ![venom1724](https://venom1724.files.wordpress.com/2014/10/cropped-vxz22-a1.jpg) | ![LazyMomo](https://scontent-b-fra.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/231030_147479521988782_8104189_n.jpg?oh=06a1d66784a8f82be4c95b65e87cc0ec&oe=5502B492) | ![alaxa](http://venom1724.hit.bg/perchem-small.png) | ![liahshuman](https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-xfa1/v/t1.0-9/p480x480/10502076_375164015970491_5067825123313859312_n.jpg?oh=95924bc1b6d9b517a14bedd52717c4a8&oe=550ED08C&__gda__=1428107614_574323dce48c73866f365ee12fbf7eda) | Although we are still in highschool, we have experience in programming and developing in many languages and platforms. This is our first time at event like this, but we are ready and hopefully we can participate.