From cd34aedbb90462e4dd7b2d0d1716cbc51c5ccffb Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 7 Nov 2014 08:48:24 +1100 Subject: [PATCH] New partial for producer register pricing table --- app/views/home/_producer-register.html.haml | 72 +++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 app/views/home/_producer-register.html.haml diff --git a/app/views/home/_producer-register.html.haml b/app/views/home/_producer-register.html.haml new file mode 100644 index 0000000000..59270cee6e --- /dev/null +++ b/app/views/home/_producer-register.html.haml @@ -0,0 +1,72 @@ +#producers.pane + + .row + .small-12.columns.text-center + %h2 Aussie Producers + %h5 Want to join the Open Food Network? + %br + / %a.neutral-btn.turquoise{href: "/register"} + / Register now + / %i.ofn-i_007-caret-right + .row + .small-12.medium-4.columns.text-center + %ul.pricing-table + %li.title Profile + %li.price Always free + %li.description Help people find and contact you on OFN + %li.bullet-item + %i.ofn-i_019-map-pin + Pin on OFN Map + %li.bullet-item + %i.ofn-i_044-facebook + Share your contact and social info + %li.cta-button + %a.neutral-btn.turquoise{:href => "/register"} Register now + + .small-12.medium-4.columns.text-center + %ul.pricing-table + %li.title Supplier + %li.price Always free + %li.description Sell your products through existing OFN shopfronts + %li.bullet-item + %i.ofn-i_019-map-pin + Pin on OFN Map + %li.bullet-item + %i.ofn-i_044-facebook + Share your contact and social info + %li.bullet-item + %i.ofn-i_067-shop + Create and manage products + %li.cta-button + %a.neutral-btn.turquoise{:href => "/register"} Register now + + .small-12.medium-4.columns.text-center + %ul.pricing-table + %li.title Shopfront + %li.price $200 setup fee + %li.description + Sliding monthly fee of $5-$50/month + %li.bullet-item + %i.ofn-i_019-map-pin + Pin on OFN Map + %li.bullet-item + %i.ofn-i_044-facebook + Share your contact and social info + %li.bullet-item + %i.ofn-i_067-shop + Create and manage products + / %li.description Monthly fee is a percentage of your shopfront earnings, minimum $5, capped at $50 + %li.bullet-item + %i.ofn-i_051-check-big + Create and manage order cycles + %li.bullet-item + %i.ofn-i_051-check-big + Sell your products on Shopfront + %li.cta-button + %a.neutral-btn.turquoise{:href => "/register"} Register now + + / %p + / Having a profile is always free! + / %br + / If you want your own OFN Shopfront, pricing scales to match your incoming - capped at $50/month. + + \ No newline at end of file