This file contains hidden or 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 id="textsection"> | |
<div class="simpletext"> | |
<h1> {{ section.settings.text-box }} </h1> | |
<h3> {{ section.settings.text }} </h3> | |
</div> | |
</div> | |
{% schema %} | |
{ |
This file contains hidden or 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 id="section-cta"> | |
<div class="container"> | |
<h3> {{ section.settings.text-box }} </h3> | |
<a href="{{ section.settings.link }}" class="btn btn--cta">{{ section.settings.linktext }}</a> | |
</div> | |
</div> | |
{% schema %} | |
{ | |
"name": "Call to action", | |
"settings": [ |
This file contains hidden or 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
{% schema %} | |
{ | |
"name": "Section name", | |
"settings": [] | |
} | |
{% endschema %} | |
{% stylesheet %} | |
{% endstylesheet %} |
This file contains hidden or 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
<hr> | |
<div id="section-cta"> | |
<div class="section-header text-center"> | |
<h3> {{ section.settings.text-box }} </h3> | |
</div> | |
{% for block in section.blocks %} | |
<div class="btn" id="call-to-action"> | |
<a href="{{ block.settings.link }}" class="btn">{{ block.settings.linktext }}</a> |
This file contains hidden or 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
$spacing-limit: 4; |
OlderNewer