Skip to content

Commit

Permalink
Fixing Github banner & adding page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Brewster committed May 7, 2012
1 parent 0fd8cf5 commit e2945aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.haml
Expand Up @@ -6,11 +6,11 @@
%script{:src=>"/ga.js"}
%script{:src=>"/main.js"}
%meta{:name=>"description", :content=>"Graphic design"}

%title Dan Brewster
%body
%a#title{:href=>"mailto:dnbrwstr@gmail.com"} Dan Brewster
%a#forkLink{:href=>"https://github.com/dnbrwstr/DanielBrewster.com"}
%img{:src=>"https://a248.e.akamai.net/assets.github.com/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67", :alt=>"Fork me on GitHub"}
%img{:src=>"https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png", :alt=>"Fork me on GitHub"}
#wrapper
- @images.each do |image|
%img{:src=>"/images/" + image}

0 comments on commit e2945aa

Please sign in to comment.