You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
412 B
17 lines
412 B
1 year ago
|
<div id="features">
|
||
|
<div class="row">
|
||
|
<div class="small-12 medium-9 small-centered columns">
|
||
|
{{#each features}}
|
||
|
<section class="row feature">
|
||
|
<div class="medium-4 small-12 columns">
|
||
|
<img src="{{../assets}}/img/{{image}}" alt="">
|
||
|
</div>
|
||
|
<div class="medium-8 small-12 columns">
|
||
|
<h2>{{title}}</h2>
|
||
|
<p>{{subtitle}}</p>
|
||
|
</div>
|
||
|
</section>
|
||
|
{{/each}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|