Add City of Boston Seal

This commit is contained in:
Erik Michaels-Ober 2012-01-19 19:59:02 -08:00
parent ff04ab8b85
commit 7a02bfab8a
9 changed files with 33 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -72,8 +72,8 @@ form input.search-query {
width: 180px; width: 180px;
} }
p { .sidebar p {
padding: 0 10px; padding: 0 20px;
} }
a.btn { a.btn {
@ -223,8 +223,23 @@ fieldset {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
} }
.sidebar #logos img { .sidebar #logos #col1 {
margin: 10px 5px; float: left;
margin-left: 20px;
}
.sidebar #logos #col1 img {
float: left;
margin-top: 5px;
}
.sidebar #logos #col2 {
float: left;
margin-left: 10px;
}
.sidebar #feedback {
clear: both;
} }
.map-container { .map-container {

View File

@ -12,10 +12,15 @@
- else - else
= render :partial => "sidebar/combo_form" = render :partial => "sidebar/combo_form"
#logos #logos
%a{:href => "http://codeforamerica.org/"} #col1
= image_tag "logos/cfa.png", :alt => t("sponsors.cfa"), :title => t("sponsors.cfa") %a{:href => "http://codeforamerica.org/"}
%a{:href => "http://bostonbuilt.org/"} = image_tag "logos/cfa.png", :alt => t("sponsors.cfa"), :title => t("sponsors.cfa")
= image_tag "logos/boston.png", :alt => t("sponsors.city"), :title => t("sponsors.city") %br
%a{:href => "http://bostonbuilt.org/"}
= image_tag "logos/bostonbuilt.png", :alt => t("sponsors.built"), :title => t("sponsors.built")
#col2
%a{:href => "http://www.cityofboston.gov/"}
= image_tag "logos/boston.png", :alt => t("sponsors.city"), :title => t("sponsors.city")
#feedback #feedback
%p %p
%a{:href => URI.escape("mailto:adoptahydrant@cityofboston.gov?subject=#{t("titles.main", :thing => t("defaults.thing").titleize)} #{t("links.feedback").titleize}")} %a{:href => URI.escape("mailto:adoptahydrant@cityofboston.gov?subject=#{t("titles.main", :thing => t("defaults.thing").titleize)} #{t("links.feedback").titleize}")}

View File

@ -83,5 +83,6 @@ de:
thank_you: "Vielen Dank für die Annahme dieser %{thing}!" thank_you: "Vielen Dank für die Annahme dieser %{thing}!"
tos: "Nutzungsbedingungen" tos: "Nutzungsbedingungen"
sponsors: sponsors:
built: "Erbaut in Boston"
cfa: "Code für Amerika" cfa: "Code für Amerika"
city: "City of Boston" city: "City of Boston"

View File

@ -83,5 +83,6 @@ en:
thank_you: "Thank you for adopting this %{thing}!" thank_you: "Thank you for adopting this %{thing}!"
tos: "Terms of Service" tos: "Terms of Service"
sponsors: sponsors:
built: "Built in Boston"
cfa: "Code for America" cfa: "Code for America"
city: "City of Boston" city: "City of Boston"

View File

@ -83,5 +83,6 @@ es:
thank_you: "Gracias por la adopción de esta %{thing}!" thank_you: "Gracias por la adopción de esta %{thing}!"
tos: "Términos de Servicio" tos: "Términos de Servicio"
sponsors: sponsors:
built: "Construido en Boston"
cfa: "Código de los Estados Unidos" cfa: "Código de los Estados Unidos"
city: "Ciudad de Boston" city: "Ciudad de Boston"

View File

@ -83,5 +83,6 @@ fr:
thank_you: "Merci pour l'adoption de cette %{thing}!" thank_you: "Merci pour l'adoption de cette %{thing}!"
tos: "Conditions d'utilisation" tos: "Conditions d'utilisation"
sponsors: sponsors:
built: "Construit à Boston"
cfa: "Code pour l'Amérique" cfa: "Code pour l'Amérique"
city: "Ville de Boston" city: "Ville de Boston"

View File

@ -83,5 +83,6 @@ pt:
thank_you: "Obrigado por adotar este %{thing}!" thank_you: "Obrigado por adotar este %{thing}!"
tos: "Termos de Serviço" tos: "Termos de Serviço"
sponsors: sponsors:
built: "Construído em Boston"
cfa: "Código para a América" cfa: "Código para a América"
city: "Cidade de Boston" city: "Cidade de Boston"