Files
Miroca_Server/app/home/templates/home/content/index/testimonials_area.html
Victor Alexandrovich Tsyrenschikov ad71a06dee html
2026-01-03 13:04:10 +05:00

51 lines
2.3 KiB
HTML

{% load static %}
<div class="testimonials-area default-padding bg-dark text-light">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="site-heading text-center">
<h4>What people says</h4>
<h2>Customer <strong>Review</strong></h2>
</div>
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="testimonial-items testimonial-carousel owl-carousel owl-theme">
<!-- Single Item -->
<div class="item">
<div class="col-md-5 thumb">
<img src="{% static 'file/home/img/800x800.png' %}" alt="Thumb">
</div>
<div class="col-md-7 info">
<i class="ti-quote-left"></i>
<h4>Jessica Jones</h4>
<span>Market researcher</span>
<p>
Music leave say doors him. Tore bred form if sigh case as do. Staying he no looking if
do opinion. Sentiments way understood end partiality and his.
</p>
</div>
</div>
<!-- End Single Item -->
<!-- Single Item -->
<div class="item">
<div class="col-md-5 thumb">
<img src="{% static 'file/home/img/800x800.png' %}" alt="Thumb">
</div>
<div class="col-md-7 info">
<i class="ti-quote-left"></i>
<h4>Jessica Jones</h4>
<span>Market researcher</span>
<p>
Music leave say doors him. Tore bred form if sigh case as do. Staying he no looking if
do opinion. Sentiments way understood end partiality and his.
</p>
</div>
</div>
<!-- End Single Item -->
</div>
</div>
</div>
</div>
</div>