Files
ChiefSoft2022/app/Views/main/homeparts/brands.php
T
CHIEFSOFT\ameye be7fb8aafb new chiefsoft
2024-11-20 05:47:05 -05:00

86 lines
2.8 KiB
PHP

<!-- BRANDS-1
============================================= -->
<div id="brands-1" class="py-100 brands-section">
<div class="container">
<!-- BRANDS TITLE -->
<div class="row justify-content-center">
<div class="col-md-10 col-lg-9">
<div class="brands-title mb-50">
<h5 class="s-20 w-700">Trusted and used by over 3,400 companies</h5>
</div>
</div>
</div>
<!-- BRANDS CAROUSEL -->
<div class="row">
<div class="col text-center">
<div class="owl-carousel brands-carousel-6">
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-1.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-2.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-3.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-4.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-5.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-6.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-7.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-8.png" alt="brand-logo"></a>
</div>
<!-- BRAND LOGO IMAGE -->
<div class="brand-logo">
<a href="#"><img class="img-fluid" src="/chiefsoft/images/brand-9.png" alt="brand-logo"></a>
</div>
</div>
</div>
</div> <!-- END BRANDS CAROUSEL -->
</div> <!-- End container -->
</div> <!-- END BRANDS-1 -->