Last active
July 29, 2019 09:49
Landing page template - https://www.shopify.com/partners/blog/landing-page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="page-width"> | |
<header class="section-header text-center"> | |
<h1 class="section-header__title h2">{{ page.title }}</h1> | |
</header> | |
<div class="grid"> | |
<div class="grid__item medium-up--four-fifths medium-up--push-one-tenth"> | |
<div class="rte"> | |
{{ page.content }} | |
{% section 'fall-featured-collection' %} | |
{% section 'landing-page-newsletter' %} | |
{% section 'fall-call-to-action'%} | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment