Update projects page

This commit is contained in:
Ariejan de Vroom 2013-04-04 12:31:10 +02:00
parent 05ee7c45ed
commit 285b3b5cf6
2 changed files with 53 additions and 31 deletions

View File

@ -662,7 +662,7 @@ h6 {
}
#middle_content {
padding:55px 0;
padding: 25px 0 55px 0;
margin:0 auto;
position:relative;
}

View File

@ -1,12 +1,17 @@
---
title: Projects
---
.headline
%h2 Ariejan's Projects
.content_wrap.nobg
%section#middle_content
.two_third
:markdown
## Focal
## Open Source Projects
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.
### Focal
Focal is a utility web application that creates sexy and informative burndowns
for you and your team.
@ -19,14 +24,14 @@ title: Projects
* [Github](https://github.com/kabisaict/focal)
## IMDB
### IMDB
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/ariejan/imdb)
## Firefly
### Firefly
At the height of 140 character limited tweets, URL shortners where the hippest
thing around.
@ -37,13 +42,13 @@ title: Projects
* [Website](http://fireflyrb.com)
* [Github](https://github.com/ariejan/firefly)
## PostcodeAPI
### PostcodeAPI
A simple ruby wrapper around the [Postcode API service](http://www.postcodeapi.nu/).
* [Github](https://github.com/ariejan/postcodeapi)
## elfproef
### elfproef
The 11-check is a checksum algorithm used to validate Dutch bank account numbers and
social security numbers.
@ -51,3 +56,20 @@ title: Projects
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.