From 285b3b5cf6250aca9d4daa530d1863f967460442 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 4 Apr 2013 12:31:10 +0200 Subject: [PATCH] Update projects page --- content/css/_willbridge.scss | 2 +- content/projects.haml | 82 +++++++++++++++++++++++------------- 2 files changed, 53 insertions(+), 31 deletions(-) diff --git a/content/css/_willbridge.scss b/content/css/_willbridge.scss index e7fc68d..41ab9d9 100644 --- a/content/css/_willbridge.scss +++ b/content/css/_willbridge.scss @@ -662,7 +662,7 @@ h6 { } #middle_content { - padding:55px 0; + padding: 25px 0 55px 0; margin:0 auto; position:relative; } diff --git a/content/projects.haml b/content/projects.haml index 81a9a4c..0e66721 100644 --- a/content/projects.haml +++ b/content/projects.haml @@ -1,53 +1,75 @@ --- title: Projects --- -.headline - %h2 Ariejan's Projects .content_wrap.nobg %section#middle_content - :markdown - ## Focal + .two_third + :markdown + ## Open Source Projects - Focal is a utility web application that creates sexy and informative burndowns - for you and your team. + This is an incomplete list of projects I've been working on in the recent pasts. + There are several projects that I've worked on, but long since abandoned because + they became obsolete and were superseded by other alternatives. - Hooked up to the Pivotal Tracker API, Focal will gather information about the - current iteration on a daily basis and provide you and the team with valuable - progress information. + ### Focal - _Focal is developed by Kabisa._ + Focal is a utility web application that creates sexy and informative burndowns + for you and your team. - * [Github](https://github.com/kabisaict/focal) + Hooked up to the Pivotal Tracker API, Focal will gather information about the + current iteration on a daily basis and provide you and the team with valuable + progress information. - ## IMDB + _Focal is developed by Kabisa._ - The IMDB gem allows you to programatically access IMDB. Although IMDB does not - officially expose an API you are able to look at what's on their public pages. + * [Github](https://github.com/kabisaict/focal) - * [Github](https://github.com/ariejan/imdb) + ### IMDB - ## Firefly + The IMDB gem allows you to programatically access IMDB. Although IMDB does not + officially expose an API you are able to look at what's on their public pages. - At the height of 140 character limited tweets, URL shortners where the hippest - thing around. + * [Github](https://github.com/ariejan/imdb) - Firefly provides you with a personal url shortner. It can be easily deployed to - Heroku and it has proven to be able to handle millions of shortened URLs. + ### Firefly - * [Website](http://fireflyrb.com) - * [Github](https://github.com/ariejan/firefly) + At the height of 140 character limited tweets, URL shortners where the hippest + thing around. - ## PostcodeAPI + Firefly provides you with a personal url shortner. It can be easily deployed to + Heroku and it has proven to be able to handle millions of shortened URLs. - A simple ruby wrapper around the [Postcode API service](http://www.postcodeapi.nu/). + * [Website](http://fireflyrb.com) + * [Github](https://github.com/ariejan/firefly) - * [Github](https://github.com/ariejan/postcodeapi) + ### PostcodeAPI - ## elfproef + A simple ruby wrapper around the [Postcode API service](http://www.postcodeapi.nu/). - The 11-check is a checksum algorithm used to validate Dutch bank account numbers and - social security numbers. + * [Github](https://github.com/ariejan/postcodeapi) - This gem allows you to add validations to your Rails models for these kind of fields. + ### elfproef - * [Github](https://github.com/sytzeloor/elfproef) + The 11-check is a checksum algorithm used to validate Dutch bank account numbers and + social security numbers. + + This gem allows you to add validations to your Rails models for these kind of fields. + + * [Github](https://github.com/sytzeloor/elfproef) + + .one-third.last + :markdown + ## Open Source contributions + + Besides doing my own projects, I've also contributed to a wide variety of open + source projects. Mostly to scratch my own itch with that project. + + * Rails + * Gitlab + * rails-i18n + * elfproef + * rubber + * capistrano-resque + + Check out my [github profile page](https://github.com/ariejan) for other projects + and specifics. \ No newline at end of file