kohjhjhصثقصثقصثقgdfgdg
Ele57885fddfgdfgfghgقفغفغفقhfg555434536
/
home
/
u542670534
/
domains
/
lakshyaphysiotherapy.org
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html dir="ltr" lang="en"> <!-- Mirrored from html.kodesolution.com/2016/health-zone-html/demo/page-services-style2.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 12 Jul 2024 12:15:59 GMT --> <head> <?php include("top.php"); ?> </head> <body class> <div id="wrapper"> <!-- <div id="preloader"> <div id="spinner"> <img src="images/preloaders/1.gif" alt> </div> <div id="disable-preloader" class="btn btn-default btn-sm">Disable Preloader</div> </div> --> <?php include("partials/header.php"); ?> <div class="main-content"> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-parallax-ratio="0.7" data-bg-img="images/bg/bg1.jpg"> <div class="container pt-150 pb-150"> <div class="section-content "> <div class="row"> <div class="col-md-12"> <h3 class="title text-white">Treatments</h3> </div> </div> </div> </div> </section> <section id="classes" data-bg-img="images/pattern/p8.png"> <div class="container"> <div class="row mtli-row-clearfix"> <?php include("admin/config.php"); $sql = "SELECT *, LEFT(`desc`, 150) AS s_desc FROM `treatment`"; $result = mysqli_query($db, $sql); while ($row = mysqli_fetch_assoc($result)) { ?> <div class="col-md-4" style="text-align:justify;"> <div class="bg-white class-item box-hover-effect mb-20 effect1 mb-md-30"> <a href="treatment-details.php?id=<?php echo $row['id'] ?>"> <div class="thumb mb-20"> <img alt="featured project" src="admin/upload/<?php echo $row['image'] ?>" class="img-responsive img-fullwidth" style=" width: 100%; height: 240px;"> </div> </a> <div style="text-align: justify;" class="content text-left p-25 pt-0 flip"> <a href="treatment-details.php?id=<?php echo $row['id'] ?>"> <h4 class="text-uppercase text-theme-colored font-weight-800"> <?php echo $row['name'] ?></h4> </a> <div class="line-bottom mt-10 mb-10"></div> <p ><?php echo $row['s_desc'] ?></p> <a style="color:black" href="treatment-details.php?id=<?php echo $row['id'] ?>" class="btn-read-more btn-sm">Read More</a> </div> </div> </div> <?php } ?> </div> </div> </section> </div> <?php include("partials/footer.php"); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <script src="js/custom.js"></script> </body> </html>