From 7963a6d004298d14c59284fb3e1b008234ec8996 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Mon, 25 Mar 2013 10:48:20 +0100 Subject: [PATCH] Update projects with IMDB --- content/projects.haml | 7 +++++++ layouts/default.haml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/content/projects.haml b/content/projects.haml index 99d0bef..9c4e737 100644 --- a/content/projects.haml +++ b/content/projects.haml @@ -19,6 +19,13 @@ title: Projects * [Github](https://github.com/kabisaict/focal) + ## IMDB (Rubygem) + + 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 At the height of 140 character limited tweets, URL shortners where the hippest diff --git a/layouts/default.haml b/layouts/default.haml index 77bb618..e5d007d 100644 --- a/layouts/default.haml +++ b/layouts/default.haml @@ -63,12 +63,12 @@ %li %a{:href => "/projects#focal"} %span Focal - %li - %a{:href => "/projects#firefly"} - %span Firefly %li %a{:href => "/projects#imdb"} %span IMDB Rubygem + %li + %a{:href => "/projects#firefly"} + %span Firefly %li %a{:href => "/craftsmanship"} %span{:style => "border-color:#ffeb79;"} Craftsmanship