mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add producer case studies
This commit is contained in:
BIN
app/assets/images/case-studies/jindivick.jpg
Normal file
BIN
app/assets/images/case-studies/jindivick.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
app/assets/images/case-studies/jonai.png
Normal file
BIN
app/assets/images/case-studies/jonai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
app/assets/images/case-studies/longley.png
Normal file
BIN
app/assets/images/case-studies/longley.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
app/assets/images/case-studies/wandiful.png
Normal file
BIN
app/assets/images/case-studies/wandiful.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
6
app/views/producers/_case_study.html.haml
Normal file
6
app/views/producers/_case_study.html.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
.case-study
|
||||
%img.case-study-img{src: img_src, width: "100", height: "100", title: title}
|
||||
%h4= title
|
||||
%p.text-small= description
|
||||
%a{href: link, target: "_blank"}
|
||||
%strong More
|
||||
@@ -89,34 +89,14 @@
|
||||
%br
|
||||
.row
|
||||
.small-12.medium-6.columns
|
||||
.case-study
|
||||
%img.case-study-img{src: "/assets/case-studies/bfc_logo_square.png", width: "100", height: "100", title: "Bondi Food Collective"}
|
||||
%h4 Case study title goes here
|
||||
%p.text-small Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rhoncus, nunc sed sollicitudin egestas, elit metus maximus nunc, non efficitur nunc massa vitae est.
|
||||
%a{href: "http://www.google.com", target: "_blank"}
|
||||
%strong More
|
||||
= render 'case_study', img_src: "/assets/case-studies/jonai.png", title: "Jonai Farms", description: "An ethical pork and beef “Community Supported Agriculture” farm that delivers to a range of hubs in Melbourne and central Victoria every month.", link: "http://www.jonaifarms.com.au"
|
||||
.small-12.medium-6.columns
|
||||
.case-study
|
||||
%img.case-study-img{src: "/assets/case-studies/bfc_logo_square.png", width: "100", height: "100", title: "Bondi Food Collective"}
|
||||
%h4 Case study
|
||||
%p.text-small Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rhoncus, nunc sed sollicitudin egestas, elit metus maximus nunc, non efficitur nunc massa vitae est.
|
||||
%a{href: "http://www.google.com", target: "_blank"}
|
||||
%strong More
|
||||
= render 'case_study', img_src: "/assets/case-studies/wandiful.png", title: "Wandiful Produce", description: "Biodynamically grown in NE Victoria, hazelnuts and chestnuts and associated products (bliss balls - yum!) shipped to your door.", link: "https://openfoodnetwork.org.au/wandiful-produce/shop"
|
||||
.row
|
||||
.small-12.medium-6.columns
|
||||
.case-study
|
||||
%img.case-study-img{src: "/assets/case-studies/bfc_logo_square.png", width: "100", height: "100", title: "Bondi Food Collective"}
|
||||
%h4 Another case study
|
||||
%p.text-small Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rhoncus, nunc sed sollicitudin egestas, elit metus maximus nunc, non efficitur nunc massa vitae est.
|
||||
%a{href: "http://www.google.com", target: "_blank"}
|
||||
%strong More
|
||||
= render 'case_study', img_src: "/assets/case-studies/longley.png", title: "Longley Organic Farm", description: "has an OFN profile. Near Hobart, this farm provides berries and vegetables for local food cooperatives and small shops and through its roadside stall. ", link: "https://openfoodnetwork.org.au/longley-organic-farm/shop"
|
||||
.small-12.medium-6.columns
|
||||
.case-study
|
||||
%img.case-study-img{src: "/assets/case-studies/bfc_logo_square.png", width: "100", height: "100", title: "Bondi Food Collective"}
|
||||
%h4 A long name for case study
|
||||
%p.text-small Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rhoncus, nunc sed sollicitudin egestas, elit metus maximus nunc, non efficitur nunc massa vitae est.
|
||||
%a{href: "http://www.google.com", target: "_blank"}
|
||||
%strong More
|
||||
= render 'case_study', img_src: "/assets/case-studies/jindivick.jpg", title: "Jindivick Hydroponics", description: "Selling through farmers markets and the SE Food Hub, they grow an ever increasing range of vegetables including tomatoes, cucumbers and beans.", link: "https://openfoodnetwork.org.au/producers#/#jindivick-hydroponics"
|
||||
|
||||
|
||||
.pane#cta
|
||||
|
||||
Reference in New Issue
Block a user