16 lines
757 B
Smarty
16 lines
757 B
Smarty
<!-- Testimonial BEGIN -->
|
|
<section class="testimonial-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-4 d-flex justify-content-center mb-4">
|
|
<img class="testimonial-img border-color-{{border_color}}" src="{{image.url}}" alt="{{image.alt}}" />
|
|
</div>
|
|
<div class="col-lg-8 my-auto testimonial-inner-content-wrapper">
|
|
<h4 class="text-white mb-4 testimonial-title">{{header}}</h4>
|
|
<div class="testimonial-copy">{{{copy}}}</div>
|
|
<h5 class="text-white mt-4 testimonial-quote-attribution">{{quote_attribution}}</h5>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Testimonial END --> |