Add new logo, designed by @kmacedo

This commit is contained in:
Erik Michaels-Ober 2011-10-10 07:41:12 -07:00
parent a4be01ecbe
commit 65feb23199
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -1,6 +1,6 @@
#sidebar #sidebar
%h1 %h1
= t("titles.main", :thing => t("defaults.thing").titleize) = image_tag "logos/adopt-a-hydrant.png", :alt => t("titles.main", :thing => t("defaults.thing").titleize), :title => t("titles.main", :thing => t("defaults.thing").titleize)
%p#tagline %p#tagline
= t("defaults.tagline") = t("defaults.tagline")
= form_for :address, :html => {:id => "address_form"} do |f| = form_for :address, :html => {:id => "address_form"} do |f|