From ec4cc4992349281db47156e8e825af5f072c44bf Mon Sep 17 00:00:00 2001 From: Frederik Creemers Date: Sun, 23 Nov 2014 11:07:40 +0100 Subject: [PATCH 1/4] created team.json --- Teams/bigblind/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Teams/bigblind/team.json diff --git a/Teams/bigblind/team.json b/Teams/bigblind/team.json new file mode 100644 index 0000000..a07b4cd --- /dev/null +++ b/Teams/bigblind/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "bigblind", + "members": [ + { + "name": "Frederik Creemers", + "twitter": "frederik1991", + "koding": "bigblind", + "location": "Helchteren, Belgium", + "lead": true + } + ] +} From 743fb8d84b42c7db5a34fb8549c25674ebb6171c Mon Sep 17 00:00:00 2001 From: Frederik Creemers Date: Tue, 25 Nov 2014 18:13:37 +0100 Subject: [PATCH 2/4] Create ABOUT.md --- Teams/bigblind/ABOUT.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Teams/bigblind/ABOUT.md diff --git a/Teams/bigblind/ABOUT.md b/Teams/bigblind/ABOUT.md new file mode 100644 index 0000000..24bfee7 --- /dev/null +++ b/Teams/bigblind/ABOUT.md @@ -0,0 +1,31 @@ +This is our page +================ + + +About your team +=========================== + +| Frederik Creemers +|--- +| ![bigblind](gravatar.com/avatar/5e4575fdaacc879dc2199490417d170a) + +Koding's instructions for writing ABOUT.md tell you to make it emotional and impressive. I find it more important to make it honest. I'm Frederik Creemers, a Belgian web geek. I'm visually impaired. My optic nerves never fully developed, so glasses don't help. +Because of my impairment, I've always needed the help of technology. In high school, at a point where I was supposed to be doing homework, I started toying around in powerpoint. I found out a feature that allowed you to go to a different slide when the mouse hovered +over a certain element of the current slide. This gave me the great idea to create mouse mazes, where you had to get your cursor from start to finish without touchhing a wall. This got me more interested in how games were created, and so I downloaded GameMaker, a tool by YoYoGames, +that allows you to create games without programming. It does include a language called GML (game maker language), which was my introduction to programming. At school, we learned how to make a website, which introdduced me to the wonders of the web as a platform, and that's what got me to where I currently am. + +The reason I'm entering this hackathon, is because I sometimes need a little push to release something. I've got a lot of projects in my 'dev' directory that are hafway there to being something I could release to the world. I'm hoping that this hackathon will push me to create something that I can be proud of. + + +About your skills and what you are going to do? +======= +I'm creating an app that allows people without any coding experience to create their own web application. +Some of the things I'll probably use: + + - blockly + - github's api + - Google App Engine + - Any other APi I can build in in time that can enhance the applications that users build. + +I might change my mind, and build applications using firebase instead of App Engine. + From 5ddd537df46a6710547cdc3a437e9fae3a9c3cbb Mon Sep 17 00:00:00 2001 From: Frederik Creemers Date: Tue, 25 Nov 2014 18:16:05 +0100 Subject: [PATCH 3/4] Update ABOUT.md's image url. --- Teams/bigblind/ABOUT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/bigblind/ABOUT.md b/Teams/bigblind/ABOUT.md index 24bfee7..3df84c9 100644 --- a/Teams/bigblind/ABOUT.md +++ b/Teams/bigblind/ABOUT.md @@ -7,7 +7,7 @@ About your team | Frederik Creemers |--- -| ![bigblind](gravatar.com/avatar/5e4575fdaacc879dc2199490417d170a) +| ![bigblind](http://gravatar.com/avatar/5e4575fdaacc879dc2199490417d170a) Koding's instructions for writing ABOUT.md tell you to make it emotional and impressive. I find it more important to make it honest. I'm Frederik Creemers, a Belgian web geek. I'm visually impaired. My optic nerves never fully developed, so glasses don't help. Because of my impairment, I've always needed the help of technology. In high school, at a point where I was supposed to be doing homework, I started toying around in powerpoint. I found out a feature that allowed you to go to a different slide when the mouse hovered From 72e4965da218dbc43e4d6990939f69bf8ed6b734 Mon Sep 17 00:00:00 2001 From: Frederik Creemers Date: Tue, 25 Nov 2014 21:23:23 +0100 Subject: [PATCH 4/4] Changed location format. --- Teams/bigblind/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/bigblind/team.json b/Teams/bigblind/team.json index a07b4cd..33fc1a7 100644 --- a/Teams/bigblind/team.json +++ b/Teams/bigblind/team.json @@ -5,7 +5,7 @@ "name": "Frederik Creemers", "twitter": "frederik1991", "koding": "bigblind", - "location": "Helchteren, Belgium", + "location": "Helchteren, BE", "lead": true } ]