1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Add SVG logos.

This commit is contained in:
Dan Barber 2014-03-07 09:11:29 +00:00
parent b272153bb8
commit a079c05e11
7 changed files with 746 additions and 741 deletions

View File

@ -42,8 +42,8 @@ group :development do
gem 'hpricot'
gem 'powder'
gem 'better_errors'
gem "binding_of_caller"
gem 'yaml_db'
gem 'binding_of_caller'
gem 'yaml_db', github: 'jetthoughts/yaml_db', ref: 'fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba'
gem 'letter_opener'
end

View File

@ -1,3 +1,10 @@
GIT
remote: git://github.com/jetthoughts/yaml_db.git
revision: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba
ref: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba
specs:
yaml_db (0.2.3)
GIT
remote: git://github.com/jonleighton/poltergeist.git
revision: 330fe1d01eb9c7e25ba4154bfc7dc84aac58ed29
@ -221,7 +228,6 @@ GEM
will_paginate (3.0.5)
xpath (2.0.0)
nokogiri (~> 1.3)
yaml_db (0.2.3)
PLATFORMS
ruby
@ -260,4 +266,4 @@ DEPENDENCIES
thin
uglifier
will_paginate
yaml_db
yaml_db!

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -2,6 +2,8 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
//= depend_on_asset "admin/logo.svg"
@import "../includes/v_linear_grad"
@import "../includes/round_corners"
@import "../includes/transition"
@ -46,7 +48,7 @@ header
display: inline-block
padding: 1em 1em
text-indent: -1000em
background: url(/assets/admin/logo.png) 1em 0.75em no-repeat
background: asset-url('admin/logo.svg') 1em 0.75em no-repeat
&:hover
background-color: inherit

View File

@ -22,7 +22,7 @@
<div class="sgParent sg-12">
<header class="sg-11">
<%= link_to image_tag('/assets/title.png', :alt => 'Dan Barber Photography', :width => 236), '/' %>
<%= link_to image_tag('/assets/title.svg', :alt => 'Dan Barber Photography', :width => 236), '/' %>
</header>
<%= yield :navigation %>

File diff suppressed because it is too large Load Diff