diff --git a/app/assets/images/logos/brewing-a-better-forest-210.png b/app/assets/images/logos/brewing-a-better-forest-210.png new file mode 100644 index 00000000..44f7061c Binary files /dev/null and b/app/assets/images/logos/brewing-a-better-forest-210.png differ diff --git a/app/assets/images/logos/brewing-a-better-forest.png b/app/assets/images/logos/brewing-a-better-forest.png new file mode 100644 index 00000000..eebdf738 Binary files /dev/null and b/app/assets/images/logos/brewing-a-better-forest.png differ diff --git a/app/views/main/index.html.haml b/app/views/main/index.html.haml index cceb11e3..8a9f1a96 100644 --- a/app/views/main/index.html.haml +++ b/app/views/main/index.html.haml @@ -15,6 +15,9 @@ %a{:href => "http://www.minneapolisparks.org/"} = image_tag "logos/minneapolis-parks.png", :alt => t("sponsors.board"), :title => t("sponsors.board") %br + %a{:href => "http://www.brewingabetterforest.com/"} + = image_tag "logos/brewing-a-better-forest-210.png", :alt => t("sponsors.brewing_a_better_forest"), :title => t("sponsors.brewing_a_better_forest") + %br %a{:href => "http://codeforamerica.org/"} = image_tag "logos/cfa.png", :alt => t("sponsors.cfa"), :title => t("sponsors.cfa") %br diff --git a/config/locales/en.yml b/config/locales/en.yml index c37c6e68..227b5fac 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -118,5 +118,6 @@ en: tos: "Terms of Service" sponsors: board: "Minneapolis Park & Recreation Board" + brewing_a_better_forest: "Brewing A Better Forest" cfa: "Code for America" otc: "Open Twin Cities"