new chiefsoft

This commit is contained in:
CHIEFSOFT\ameye
2024-11-20 05:47:05 -05:00
parent c0d4d82c43
commit be7fb8aafb
16 changed files with 880 additions and 825 deletions
+85
View File
@@ -0,0 +1,85 @@
<!-- 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 -->