HEX
Server: LiteSpeed
System: Linux premium106.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: cstehnfp (2380)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/cstehnfp/lgos-rdc.com/home_testimonial.php
<!-- Testimonial Start -->
<!--div class="container-fluid py-5">
<div class="container">
<div class="text-center pb-2">
<h6 class="text-primary text-uppercase font-weight-bold"><?php echo$Testimonial; ?></h6>
<h1 class="mb-4"><?php echo$Our_clients_say; ?></h1>
</div>
<div class="owl-carousel testimonial-carousel">
<?php
/*for($x=1;$x<=4;$x++){
echo "<div class='position-relative bg-secondary p-4'>
<i class='fa fa-3x fa-quote-right text-primary position-absolute' style='top: -6px; right: 0;'></i>
<div class='d-flex align-items-center mb-3'>
<img class='img-fluid rounded-circle' src='img/testimonial-1.jpg' style='width: 60px; height: 60px;' alt=''>
<div class='ml-3'>
<h6 class='font-weight-semi-bold m-0'>Client Name</h6>
<small>- Profession</small>
</div>
</div>
<p class='m-0'>Sed ea amet kasd elitr stet, stet rebum et ipsum est duo elitr clita lorem. Dolor ipsum sanct clita</p>
</div>"; }*/
?>
</div>
</div>
</div>
<!-- Testimonial End -->