diff --git a/app/views/home/_producer-register.html.haml b/app/views/home/_producer-register.html.haml index dd92974705..62845bd9ea 100644 --- a/app/views/home/_producer-register.html.haml +++ b/app/views/home/_producer-register.html.haml @@ -2,9 +2,10 @@ .row .small-12.columns.text-center - %h2 Aussie Producers + %h2 + = t :producers %h5 Want to join the Open Food Network? - %br + %br %a.neutral-btn.turquoise{href: "/register"} Register now %i.ofn-i_007-caret-right diff --git a/app/views/shared/_footer.html.haml b/app/views/shared/_footer.html.haml index 3791bd130d..a4c47239ac 100644 --- a/app/views/shared/_footer.html.haml +++ b/app/views/shared/_footer.html.haml @@ -30,28 +30,29 @@ %a{href: "/groups"} Groups .small-12.medium-2.columns.text-left %h4 Producers - %p Australian producers are now welcome to join the Open Food Network. + %p + = t :footer_producers %p %a{href: "/register"} Register now .small-12.medium-3.columns.text-left %h4 About us - %p OFN is a network of independent online food stores that connect farmers and food hubs with individuals and local businesses. It gives farmers and food hubs an easier and fairer way to distribute their food. + %p OFN is a network of independent online food stores that connect farmers and food hubs with individuals and local businesses. It gives farmers and food hubs an easier and fairer way to distribute their food. .row.landing-page-row - .small-12.columns.text-center.pad-top + .small-12.columns.text-center.pad-top %hr %h5.pad-top %a{title: 'Open Food Network', href:'http://www.openfoodnetwork.org', target: '_blank' } openfoodnetwork.org %br © Copyright 2014 Open Food Foundation %p - %small + %small %a{href:"https://creativecommons.org/licenses/by-sa/3.0/", target: "_blank" } Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) %p - %small + %small %a{href:"/Terms-of-service.pdf", target: "_blank" } Site terms & conditions | %a{href:"https://github.com/openfoodfoundation/openfoodnetwork", target: "_blank" } Open Source & developer info on GitHub // To be added when Guy's pretty landing page is up: - //| + //| //%a{href:'' } Developers diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 71186a0a52..becbebd80e 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -19,3 +19,5 @@ en-GB: welcome_to: 'Welcome to ' search_by_name: Search by name... + producers: UK Producers + footer_producers: UK producers are now welcome to join Open Food Network UK. diff --git a/config/locales/en.yml b/config/locales/en.yml index e1aadad6b8..3ce90292ba 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -15,3 +15,5 @@ en: confirmation_not_sent: "Could not send a confirmation email." home: "OFN" search_by_name: Search by name or suburb... + producers: Aussie Producers + footer_producers: Australian producers are now welcome to join the Open Food Network.