mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
22 lines
558 B
Plaintext
22 lines
558 B
Plaintext
#tagline
|
|
.row
|
|
.small-12.text-center.columns
|
|
%h1= image_tag "ofn_logo_beta.png", title: "Open Food Network (beta)"
|
|
%h2 An open marketplace that makes it easy to find, buy, sell and move sustainable local food.
|
|
|
|
%ofn-modal{title: "Learn more", "ng-cloak" => true}
|
|
= render partial: "modals/learn_more"
|
|
|
|
.ng-cloak
|
|
= render partial: "home/hubs"
|
|
|
|
/ = render partial: "home/map"
|
|
|
|
/ = render partial: "home/producers"
|
|
|
|
/ = render partial: "home/groups"
|
|
|
|
= render partial: "home/beta"
|
|
|
|
= render partial: "shared/footer"
|