Server IP : 103.53.40.154 / Your IP : 3.141.201.95 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/activesports.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once "admin/config.php";?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Grass Sports & Wood Court Services Provider in Delhi</title> <meta name="description" content="Are you looking for the best solutions service for your grass sports? We're India's favorite independent wood court solutions provide."> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!-- breadcrumb area --> <div class="breadcrumb-area breadcrumb-padding bg-img" style="background-image:url(<?php echo $wspath?>assets/images/bg/bg-3.jpg)"> <div class="container"> <div class="breadcrumb-content text-center"> <h2>Services</h2> <ul> <li><a href="<?php echo $wspath?>">Home</a></li> <li><i class="fa fa-angle-right"></i></li> <li>Services</li> </ul> </div> </div> </div> <style> .sall{ margin: auto; display: block; } </style> <!-- Services area --> <div class="section section-padding pt-5"> <div class="container"> <div class="section-title text-center mb-lg-9 mb-md-7 mb-5"> <h2 class="title">Our <span>Services</span></h2> <!--<p>To provide better quality of life by designing the eco-friendly structure, with aesthetic sence.</p>--> </div> <div class="row row-cols-lg-4 row-cols-md-4 row-cols-sm-2 row-cols-1 "> <?php $sql = "SELECT * FROM `tbl_services`"; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ ?> <div class="col-md-6 sall"> <!-- <a href="service-detail.php"> --> <div class="service text-center mb-2" style="border:2px solid #21618C;"> <img height="250px" src="<?php echo $wspath?>admin/images/<?php echo $data['img1'];?>" alt="banner"> <div class="service-content-wrap"> <div class="service-content"> <!-- <div class="service-icon"> <i class="dlicon design_compass"></i> </div> --> <a href="<?php echo $wspath?>service-detail<?php echo $data['url_link']?>.html"><h3 class="title"><?php echo $data['property_name']?></h3> <!--<a href="<?php echo $wspath?>service-detail.php?id=<?php echo $data['sr_id']?>"><h3 class="title"><?php echo $data['property_name']?></h3>--> <p></p> </a> </div> </div> </div> <!-- </a> --> </div> <?php } ?> </div> </div> </div> <?php include 'index-projects.php';?> <?php include 'footer.php';?>