Server IP : 103.53.40.154 / Your IP : 18.117.168.71 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/fastelevator.in/../hafinserv.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<style> .text{ font-size:8vh; color:black; } .text span{ color:#0aabbb; } </style> <div class="service2-sec pt-20 pb-20"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="sec-title " style="text-align:center;" > <h2 class="text"> <span>Service's</span> HA Finserv </h2> <p style="color:black;">Explore tailored financial solutions for banking, insurance, and expert GST Services.</p> </div> </div> </div> <div class="row"> <div class="service2-item"> <?php $querydt="SELECT * FROM `tbl_product` LIMIT 8"; $rundt = mysqli_query($db,$querydt) or die("Query Not run"); while($datadt = mysqli_fetch_assoc($rundt)){ ?> <div class="col-md-3 col-sm-6"> <div class="service-inner"> <div class="service-img" style="background-image: url('<?php echo $wspath ?>admin/images/services/<?php echo $datadt['image'] ?>'); background-size: cover; background-position: center center;"> </div> <div class="service-details" style="height:100%"> <h2 style="font-size:18px;"><a href="<?php echo $wspath?>services<?php echo $datadt['slug_link']?>.html"><?php echo $datadt['product_name'] ?></a></h2> <!--<p><?php echo substr($datadt['image'],0,20)?>... <strong><a href="<?php echo $wspath?>service-detail<?php echo $datadt['slug_url']?>.html">Read More</a></strong></p>--> </div> </div> </div> <?php } ?> <div class="followus text-center" style="margin-top: 20px;"> <a href="<?php echo $wspath ?>services.html" id="Vew">View All</a> </div> </div> </div> </div> </div>