hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
balloonmagic.in
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); $nav = "events"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content="Birthday Party Planner in Chandigarh, Balloon Decoration in Zirakhpur, Birthday Party Planner in Chandigarh, Birthday Decoration" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>B.M helium balloons room Decoration - Birthday Party Planner in Chandigarh, Balloon Decoration in Zirakhpur, Birthday Party Planner in Chandigarh, Birthday Decoration</title> <meta name="description" content="balloon decoration in zirakhpur B.M helium balloons room Decoration in zirakhpur panchkulla Mohali Chandigarh surprise party planner birthday party Decoration" /> <meta name="author" content="B.M helium balloons room Decoration" /> <meta property="og:site_name" content="B.M Helium balloons room Decoration" /> <meta property="og:title" content="B.M helium balloons room Decoration in decor in zirakhpur balloon decorati balloon decoration in zirakhpur" /> <meta property="og:description" content="Balloon Decoration Birthday decor Helium balloons Decoration Room Decoration Helium balloons delivery Theme Decoration Surprise" /> <!-- favicon icon --> <link rel="shortcut icon" href="images/favicon.png" /> <!-- bootstrap --> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> <!-- animate --> <link rel="stylesheet" type="text/css" href="css/animate.css" /> <!-- owl-carousel --> <link rel="stylesheet" type="text/css" href="css/owl.carousel.css"> <!-- fontawesome --> <link rel="stylesheet" type="text/css" href="css/font-awesome.css" /> <!-- themify --> <link rel="stylesheet" type="text/css" href="css/themify-icons.css" /> <!-- flaticon --> <link rel="stylesheet" type="text/css" href="css/flaticon.css" /> <!-- REVOLUTION LAYERS STYLES --> <link rel="stylesheet" type="text/css" href="revolution/css/layers.css"> <link rel="stylesheet" type="text/css" href="revolution/css/settings.css"> <!-- prettyphoto --> <link rel="stylesheet" type="text/css" href="css/prettyPhoto.css"> <!-- shortcodes --> <link rel="stylesheet" type="text/css" href="css/shortcodes.css" /> <!-- main --> <link rel="stylesheet" type="text/css" href="css/main.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> <!-- responsive --> <link rel="stylesheet" type="text/css" href="css/responsive.css" /> </head> <body> <!--page start--> <div class="page"> <!--header start--> <?php include('include/header.php'); ?> <!--header end--> <!--page-title start--> <div class="ttm-page-title-row text-center"> <div class="section-overlay"></div> <div class="title-box text-center"> <div class="container"> <div class="page-title-heading"> <h1 class="title">OUR EVENTS</h1> </div> <div class="breadcrumb-wrapper"> <div class="container"> <span><a title="Homepage" href="index.php"><i class="fa fa-home"></i> Home</a></span> <span class="ttm-bread-sep ttm-textcolor-white"> ⁄ </span> <span class="ttm-textcolor-white">Our Events</span> </div> </div> </div> </div> </div> <!--page-title end--> <!--site-main--> <div class="site-main"> <section class="ttm-row upcoming-event-section"> <div class="container"> <div class="row"> <?php $i = 0; $sqlblogs = "Select * from sh_blogs where status='1'"; $queryblogs = mysqli_query($conn, $sqlblogs); while ($res_blogs = mysqli_fetch_array($queryblogs)) { $i++; ?> <div class="col-md-6 col-lg-4 mb-30"> <!-- featured-imagebox --> <div class="featured-imagebox ttm-box-view-top-image featured-imagebox-post-details"> <div class="featured-thumbnail"> <img class="img-fluid gallery-box" src="upload/blogs/<?php echo $res_blogs['img']; ?>" alt="<?php echo $res_blogs['title']; ?>"> </div> <div class="featured-bottom-content text-left position-relative"> <div class="ttm-box-post-date shape-rounded ttm-bgcolor-skincolor"> <span class="ttm-entry-date"> <?php $time = strtotime($res_blogs['dop']); $month = date("M", $time); $date = date("d", $time); ?> <time class="entry-date" datetime="<?php echo $res_blogs['dop']; ?>"><?php echo $date; ?><span class="entry-month entry-year"><?php echo $month; ?></span></time> </span> </div> <div class="featured-title"> <h5><a href="event-details/<?php echo $res_blogs['url']; ?>"><?php echo $res_blogs['title']; ?></a> </h5> </div> <div class="featured-desc"> <p><?php echo $res_blogs['short_description']; ?></p> </div> <div class="post-meta"> <span class="ttm-meta-line"> <i class="fa fa-map-marker"></i> <?php echo $res_blogs['location']; ?> </span> </div> <div class="post-desc-footer"> <a class="ttm-btn btn-inline ttm-icon-btn-right ttm-btncolor-black" href="event-details/<?php echo $res_blogs['url']; ?>">See Details<i class="ti ti-arrow-right"></i></a> </div> </div> </div><!-- featured-imagebox --> </div> <?php } ?> </div> </div> </section> </div><!-- site-main end --> <!--footer--> <?php include('include/footer.php'); ?> <!--footer-END--> </div><!-- page end --> <!--back-to-top start--> <a id="totop" href="#top"> <i class="fa fa-angle-up"></i> </a> <!--back-to-top end--> <!-- Javascript --> <script src="js/jquery.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery-waypoints.js"></script> <script src="js/owl.carousel.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <script src="js/numinate.min6959.js?ver=4.9.3"></script> <script src="js/main.js"></script> </body> </html>