From 3b0084025a944dc942ba2fa2f47301558b9f48e1 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 5 Aug 2016 15:02:44 +1000 Subject: [PATCH] Add copy for home page learn and connect panes --- app/views/home/_connect.html.haml | 8 +++++--- app/views/home/_learn.html.haml | 8 +++++--- config/locales/en.yml | 6 ++++++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/app/views/home/_connect.html.haml b/app/views/home/_connect.html.haml index f101139e31..6afcb1ae96 100644 --- a/app/views/home/_connect.html.haml +++ b/app/views/home/_connect.html.haml @@ -1,5 +1,7 @@ #connect.pane .row - .small-12.columns.text-center - %a{name: "connect"} - %h2 TODO: Connect + .small-12.medium-6.medium-offset-3.columns.text-center + %h2= t :label_connect + %p.text-normal= t :connect_body + %a.button.transparent{href: "https://openfoodnetwork.org/au/connect/"} + = t :connect_cta diff --git a/app/views/home/_learn.html.haml b/app/views/home/_learn.html.haml index f9a8a52e01..f6d3061e20 100644 --- a/app/views/home/_learn.html.haml +++ b/app/views/home/_learn.html.haml @@ -1,5 +1,7 @@ #learn.pane .row - .small-12.columns.text-center - %a{name: "learn"} - %h2 TODO: Learn + .small-12.medium-6.medium-offset-3.columns.text-center + %h2= t :label_learn + %p.text-normal= t :learn_body + %a.button.transparent{href: "https://openfoodnetwork.org/au/learn/"} + = t :learn_cta diff --git a/config/locales/en.yml b/config/locales/en.yml index 3006806546..7f1dee7b38 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -336,6 +336,12 @@ en: brandstory_part5_strong: "We call it Open Food Network." brandstory_part6: "We all love food. Now we can love our food system too." + learn_body: "Explore models, stories and resources to support you to develop your fair food business or organisation. Find training, events and other opportunities to learn from peers." + learn_cta: "Get Inspired" + + connect_body: "Search our full directories of producers, hubs and groups to find fair food traders near you. List your business or organisation on the OFN so buyers can find you. Join the community to get advice and solve problems together." + connect_cta: "Go Exploring" + system_headline: "Shopping - here's how it works." system_step1: "1. Search" system_step1_text: "Search our diverse, independent shops for seasonal local food. Search by neighbourhood and food category, or whether you prefer delivery or pickup."