blob: fd78120bfee42c05a53ce88f03a4bbcb0534172d [file] [log] [blame]
<section class="bar background-pentagon no-mb">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="heading text-center">
<h2>Offers</h2>
</div>
<p class="lead">
</p>
<!-- *** TESTIMONIALS CAROUSEL *** -->
<ul class="owl-carousel testimonials same-height-row">
{{ range .Site.Data.offers }}
<li class="item">
<div class="testimonial same-height-always">
<div class="text">
<p>{{ .text | markdownify }}</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i>
</div>
<div class="name-picture">
<img class="" alt="" src="{{ .logo | absURL }}">
<h5>{{ .organisation }}</h5>
<p>{{ .position }}</p>
</div>
</div>
</div>
</li>
{{ end }}
</ul>
<!-- /.owl-carousel -->
<!-- *** TESTIMONIALS CAROUSEL END *** -->
</div>
</div>
</div>
</section>
<!-- /.bar -->