ok
Direktori : /home/importfo/www/advancedentalcancerhospital.com/ |
Current File : /home/importfo/www/advancedentalcancerhospital.com/services.php |
<?php include("admin/config.php") ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <?php include('top.php'); ?> <style> .para{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } </style> <style> .komal { position: relative; max-width: 800px; margin: 0 auto; } .komal img {vertical-align: middle;} .pratik { position: absolute; bottom: 0; color: #f1f1f1; width: 100%; padding: 20px; } </style> </head> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- Header --> <?php include('header.php');?> <!-- Start main-content --> <div class="main-content"> <section class="inner-header divider parallax layer-overlay overlay-white-8" data-bg-img=""> <!-- <div class="komal"> --> <img src="images/pp.jpg" alt="Notebook" style="width:;"> <div class="pratik"> <center><h4 style="color:black;">Services</h4></center> <ol class="breadcrumb text-center text-black mt-10" style="color:black; font-size: 16px;"> <li ><a href="index.php" style="color:black;">Home</a></li> <li ><a href="#" style="color:black;">Services</a></li> </ol> </div> </section> <!-- Section: Depertments --> <section id="depertments"> <div class="container pb-30"> <div class="section-content"> <div class="row"> <?php $sql="SELECT * FROM `parts`"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-sm-6 col-md-4 mb-30"> <div class="bg-lighter"> <a href="services_detail.php?slug=<?php echo $row['p_id']; ?>"> <img class="img-fullwidth" alt="" src="admin/upload/<?php echo$row['parts_image']; ?>" style="height: 250px; width:100%"></a> <div class="p-20"> <a href="services_detail.php?slug=<?php echo $row['p_id']; ?>"> <h5 class="mt-0" style="text-align:center; color:white" ><?php echo $row['short_desc']; ?></h5></a> </div> </div> </div> <?php } ?> </div> </div> </div> </section> </div> <!-- end main-content --> <?php include('footer.php'); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <script src="js/custom.js"></script> </body> </html>