add theme
This commit is contained in:
15
wp/wp-content/themes/medicalalert/tpl/cta_buttons.tpl
Normal file
15
wp/wp-content/themes/medicalalert/tpl/cta_buttons.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- CTA Buttons BEGIN -->
|
||||
<section class="cta-buttons-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
{{#each buttons}}
|
||||
<div class="col-auto">
|
||||
<div class="cta-button">
|
||||
<a class="button--primary" href="{{button.url}}">{{button.title}}</a>
|
||||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- CTA Buttons END -->
|
||||
Reference in New Issue
Block a user