mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Add SVG logos.
This commit is contained in:
parent
b272153bb8
commit
a079c05e11
4
Gemfile
4
Gemfile
@ -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
|
||||
|
||||
|
||||
10
Gemfile.lock
10
Gemfile.lock
@ -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!
|
||||
|
||||
10
app/assets/images/admin/logo.svg
Normal file
10
app/assets/images/admin/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
10
app/assets/images/title.svg
Normal file
10
app/assets/images/title.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
@ -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
|
||||
|
||||
|
||||
@ -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 %>
|
||||
|
||||
1447
db/data.yml
1447
db/data.yml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user