Server IP : 103.53.40.154 / Your IP : 18.117.105.215 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/pilingdrillingservices.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Clients | Verma Borewell</title> <meta name="description" content="Clients | Verma Borewell"> <!-- .....top links..... --> <?php include 'toplink.php'?> </head> <style> .card{ box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; margin-bottom:10px; background-color: #fff; border-radius: 10px; } .card-body{ padding:20px; width:100% !mportant; height:auto; } .card-body img{ border-radius: 10px; } h3,p{ margin: 0px 0px 0px!important; } </style> <?php include 'header.php'?> <!--.....hem....--> <section style="height:150px;width:100%;background-image:url("im")" class="hem img-fluid"> <div class="container"> <div class="row"> <div style="padding-top:50px" class="col text-center "> <a href="<?php echo $wspath?>" class=""> Home </a> <h4 style="color:white">Our Clients</h4> </div> </div> </div> </section> <div class="section section-services section-pad"> <h1 style="color:#ED4B41" class="text-center ">Our Clients</h1> <div class="container"> <!-- Feature Row --> <div class="row"> <?php include_once 'config.php'; $sql1 = "SELECT * FROM `tb_clients`"; $run1 = mysqli_query($db,$sql1); while($data1 = mysqli_fetch_assoc($run1)){ ?> <div class="col-md-3"> <div class="card" > <div class="card-body "> <img src="image/<?php echo $data1['image'] ?>" class="card-img-top" alt="Verma Borewell"> <h3 class="card-title" style="text-align:center;"><?php echo $data1['name'] ?></h3> <p class="card-text" style="text-align:justify;"><?php echo $data1['desc'] ?></p> </div> </div> </div> <!--xdcfvgbhn--> <!-- <div class="col-md-3 card shadow p-3 mb-5 bg-body rounded"> --> <!--<div class=" card " style="width: 18rem;">--> <!-- <img src="image/<?php echo $data1['image'] ?>" class="card-img-top" alt="...">--> <!-- <div class="card-body">--> <!-- <h5 class="card-title"style="text-align:center;"><?php echo $data1['name'] ?></h5>--> <!-- <p class="card-text"style="text-align:justify;"><?php echo $data1['desc'] ?></p>--> <!-- </div>--> <!-- </div>--> <!-- </div>--> <?php } ?> </div> <!-- Feture Row #end --> </div> <ul> </ul> </div> <!-- End Section --> <?php include 'area.php'?> <?php include 'footer.php'?>