latest changes
This commit is contained in:
30
tpl/shop-category-slice.tpl
Normal file
30
tpl/shop-category-slice.tpl
Normal file
@@ -0,0 +1,30 @@
|
||||
<section class="category-slice-top">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1>{{{ title }}}</h1>
|
||||
<p>{{ description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="category-slice">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-sm-6 col-md-4 text-center">
|
||||
<img src="{{ thumbnail }}" alt="{{ title }}" />
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-8">
|
||||
<h2>{{ intro_headline }}</h2>
|
||||
{{{ intro_content }}}
|
||||
|
||||
<p class="cta-button small">
|
||||
<a href="#products">Shop Now</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<a name="products"></a>
|
||||
Reference in New Issue
Block a user