Server IP : 103.53.40.154 / Your IP : 3.17.79.188 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/hafinserv.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>HA Finserv | Our Gallery</title> <meta name="description" content="HA Finserv | Our Gallery"/> <?php include "top-links.php";?> </head> <body> <!-- Header --> <?php include "header.php";?> <!-- slider --> <div class="pagehding-sec"> <div class="pagehding-overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-heading"> <h1>Our Gallery</h1> <ul> <li><a href="<?php echo $wspath ?>">Home</a></li> <li><a href="<?php echo $wspath ?>gallery.html">Our Gallery</a></li> </ul> </div> </div> </div> </div> </div> <div class="project-sec pt-100 pb-70"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="sec-title"> <h1><span>Our Gallery </span>Photo</h1> <!-- <p>Lorem ipsum dolor sit amet, pellentesque enim lorem quis vivamus amet.</p> --> </div> </div> </div> <div class="row"> <?php $selectg = "SELECT * FROM tbl_gallery"; $queryg = mysqli_query($db,$selectg); while($datag = mysqli_fetch_assoc($queryg)){ ?> <div class="col-xs-6 col-sm-3 col-md-3"> <div class="item"> <div class="project-thumb"> <img src="<?php echo $wspath ?>admin/images/gallery/<?php echo $datag['image']?>" alt="UPIS" /> </div> <div class="project-hoverlay"> <div class="project-text"> <a href="<?php echo $wspath ?>admin/images/gallery/<?php echo $datag['image']?>" class="gallery-photo"><i class="fa fa-expand"></i></a> </div> </div> </div> </div> <?php } ?> </div> </div> </div> <?php include "footer.php";?> </body> </html>