Skip to content

Commit

Permalink
Add preliminary logo and favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
huerlisi committed Aug 19, 2010
1 parent f4f2168 commit 9e4ee35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/layouts/application.html.haml
Expand Up @@ -4,6 +4,8 @@
%meta{:charset => 'utf-8'}/
%meta{:content => "Simon Huerlimann <simon.huerlimann@cyt.ch>", :name => "author"}/

%link{:rel => "shortcut icon", :href => image_path('favicon.ico')}/

= stylesheet_link_tag 'compiled/screen.css', :media => 'screen, projection'
= stylesheet_link_tag 'compiled/print.css', :media => 'print'
/[if lt IE 8]
Expand All @@ -16,6 +18,9 @@
%body
#container
#header
#logo{:style => 'margin: 14px; float: left;'}
= image_tag('logo.png')
%h1{:style => 'display: inline; color: #002B3D'} CyBook
#main-menu
%ul
%li
Expand Down
Binary file added public/images/favicon.ico
Binary file not shown.
Binary file added public/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e4ee35

Please sign in to comment.