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;
}
p {
padding: 0 10px;
.sidebar p {
padding: 0 20px;
}
a.btn {
@ -223,8 +223,23 @@ fieldset {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.sidebar #logos img {
margin: 10px 5px;
.sidebar #logos #col1 {
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 {

View File

@ -12,10 +12,15 @@
- else
= render :partial => "sidebar/combo_form"
#logos
%a{:href => "http://codeforamerica.org/"}
= image_tag "logos/cfa.png", :alt => t("sponsors.cfa"), :title => t("sponsors.cfa")
%a{:href => "http://bostonbuilt.org/"}
= image_tag "logos/boston.png", :alt => t("sponsors.city"), :title => t("sponsors.city")
#col1
%a{:href => "http://codeforamerica.org/"}
= image_tag "logos/cfa.png", :alt => t("sponsors.cfa"), :title => t("sponsors.cfa")
%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
%p
%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}!"
tos: "Nutzungsbedingungen"
sponsors:
built: "Erbaut in Boston"
cfa: "Code für Amerika"
city: "City of Boston"

View File

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

View File

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

View File

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

View File

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