ok
Direktori : /home/importfo/public_html/sparshphysio21.in/ |
Current File : /home/importfo/public_html/sparshphysio21.in/gallery.php |
<?php include("admin/config.php");?> <!DOCTYPE html> <html dir="ltr" lang="en"> <!-- Mirrored from kodesolution.com/html/2016/health-zone-html/demo/index-physiotherapy-mp-layout1.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2023 06:32:08 GMT --> <?php include 'top.php' ?> <body class=""> <div id="wrapper"> <!-- preloader --> <?php include 'header.php' ?> <section class="inner-header divider" data-parallax-ratio="0.7" data-bg-img="images/physiotherapy/bg/ab.jpg"> <div class="container pt-100 pb-50"> <!-- Section Content --> <div class="section-content pt"> <div class="row"> <div class="col-md-12"> <h3 class="title text-white">Gallery</h3> </div> </div> </div> </div> </section> <!-- Page Content --> <div class="page-content portfolio-grid"> <!-- Blog Grid --> <!-- Section: Gallery --> <section id="gallery" class="bg-lighter"> <div class="container-fluid pb-0"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="title text-uppercase"> <span class="text-black font-weight-300">Our Clinic Gallery</span></h2> <p class="text-lowercase letter-space-2" style="font-family: 'Open Sans';">For Sparsh Physiotherapy & Spine Clinic's gallery, please visit their official website or social media pages.</p> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div id="grid" class="gallery-isotope grid-4 clearfix"> <?php $sql="SELECT * from cgallery"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item photography"> <div class="thumb"> <img class="img-fullwidth" src="admin/upload/<?php echo $row['app_image'];?>" alt="project"> <div class="overlay-shade"></div> <div class="text-holder text-center"> <h5 class="title">clinic Photos</h5> </div> <div class="icons-holder"> <div class="icons-holder-inner"> <div class="styled-icons icon-sm icon-dark icon-circled icon-theme-colored"> <a data-lightbox="image" href="admin/upload/<?php echo $row['app_image'];?>"><i class="fa fa-plus"></i></a> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <?php }?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div> </section> <!-- Blog Grid End --> </div> <br/> <br/> <!-- Page Content End --> <?php include 'footer.php' ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> </body> <!-- Mirrored from kodesolution.com/html/2016/health-zone-html/demo/index-physiotherapy-mp-layout1.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 18 Aug 2023 06:34:09 GMT --> </html>