/
home
/
behniwal
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <?php include "connection.php"; ?> <html lang="en"> <!-- Mirrored from thewebmax.com/build/index-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 15 Sep 2020 06:34:42 GMT --> <head> <!-- META --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content="" /> <meta name="author" content="" /> <meta name="robots" content="" /> <meta name="description" content="" /> <!-- FAVICONS ICON --> <link rel="icon" href="images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" /> <!-- PAGE TITLE HERE --> <title> Behniwal Latest Project</title> <!-- MOBILE SPECIFIC --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- [if lt IE 9]> <script src="js/html5shiv.min.js"></script> <script src="js/respond.min.js"></script> <![endif] --> <!-- BOOTSTRAP STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- FONTAWESOME STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/fontawesome/css/font-awesome.min.css" /> <!-- FLATICON STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/flaticon.min.css"> <!-- ANIMATE STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/animate.min.css"> <!-- OWL CAROUSEL STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css"> <!-- BOOTSTRAP SELECT BOX STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/bootstrap-select.min.css"> <!-- MAGNIFIC POPUP STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/magnific-popup.min.css"> <!-- LOADER STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/loader.min.css"> <!-- MAIN STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/style.css"> <!-- THEME COLOR CHANGE STYLE SHEET --> <link rel="stylesheet" class="skin" type="text/css" href="css/skin/skin-1.css"> <!-- CUSTOM STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/custom.css"> <!-- SIDE SWITCHER STYLE SHEET --> <link rel="stylesheet" type="text/css" href="css/switcher.css"> <!-- REVOLUTION SLIDER CSS --> <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/settings.css"> <!-- REVOLUTION NAVIGATION STYLE --> <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/navigation.css"> <!-- GOOGLE FONTS --> <link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,400italic,500,500italic,700,700italic,900italic,900' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800italic,800,700italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Crete+Round:400,400i&subset=latin-ext" rel="stylesheet"> <style> #pp{ text-align: justify; } </style> </head> <body id="bg"> <div class="page-wraper"> <!-- LATEST PROJECT SECTION START --> <div class="section-full bg-white p-t80"> <div class="container"> <div class="section-head text-center"> <h2 class="text-uppercase ">Our Latest Projects</h2> <div class="wt-separator-outer m-b50"> <div class="wt-separator style-square"> <span class="separator-left bg-primary"></span> <span class="separator-right bg-primary"></span> </div> <h3 style="color:dullgrey;padding-top:30px;"><strong>"OUR DESIGNS SPEAK FOR ITSELF" </strong></h3> </div> <div class="filter-wrap center"> <ul class="masonry-filter link-style text-uppercase"> <li class="active"><a data-filter="*" href="#"><span> All</span></a></li> <li><a data-filter=".cat-1" href="#">Bed</a></li> <li><a data-filter=".cat-2" href="#">Sofa</a></li> <li><a data-filter=".cat-3" href="#">Kitchen</a></li> <li><a data-filter=".cat-4" href="#">Cupboard</a></li> <li><a data-filter=".cat-5" href="#">Construction</a></li> <li><a data-filter=".cat-6" href="#">Land & Plot</a></li> <li><a data-filter=".cat-7" href="#">Kothi</a></li> <li><a data-filter=".cat-8" href="#">Farm Products</a></li> </ul> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="portfolio-wrap mfp-gallery no-col-gap"> <!-- COLUMNS 1 --> <?php $q = "SELECT * FROM `latest_project` Where type ='Bed'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-1 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="furniture.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- column-2 --> <?php $q = "SELECT * FROM `latest_project` Where type='Sofa'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-2 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="furniture.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- COLUMNS 3 --> <?php $q = "SELECT * FROM `latest_project` Where type ='Kitchen'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-3 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="furniture.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- COLUMNS 4 --> <?php $q = "SELECT * FROM `latest_project` Where type ='Cupboard'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-4 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="furniture.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- COLUMNS 5 --> <?php $q = "SELECT * FROM `latest_project` Where type ='Construction'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-5 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="construction.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- COLUMNS 6 --> <?php $q = "SELECT * FROM `latest_project` Where type = 'Land_and_Plot'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-6 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="real_estate.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- COLUMNS 7 --> <?php $q = "SELECT * FROM `latest_project` Where type ='Kothi'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-7 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="real_estate.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> <!-- COLUMNS 8 --> <?php $q = "SELECT * FROM `latest_project` Where type ='Farm_Products'"; $gallery = mysqli_query($db,$q); while ($row = mysqli_fetch_assoc($gallery)) { $id = $row['id']; $image = $row['image']; ?> <div class="masonry-item cat-8 col-lg-3 col-md-3 col-sm-6 col-xs-6 "> <div class="wt-gallery-bx"> <div class="wt-thum-bx wt-img-overlay1 wt-img-effect zoom-slow"> <a href="javascript:void(0);"> <?php echo "<img src ='".$image."' style='height:240px;'>" ?> </a> <div class="overlay-bx"> <div class="overlay-icon"> <a href="farm-products.php"> <i class="fa fa-external-link wt-icon-box-xs"></i> </a> </div> </div> </div> </div> </div> <?php } ?> </div> </div> </div> </div> <!-- LATEST PROJECT SECTION END --> <hr> </body> </html>