D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
travexx
/
www
/
Filename :
daily-departures.php
back
Copy
<!DOCTYPE html> <html lang="zxx"> <head> <!--====== Required meta tags ======--> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="description" content="Adventure, Tours, Travel"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!--====== Title ======--> <title>Daily Departures</title> <!--====== Favicon Icon ======--> <link rel="shortcut icon" href="assets/images/favicon.ico" type="image/png"> <!--====== Google Fonts ======--> <link href="../../css2?family=Prompt:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"> <!--====== Flaticon css ======--> <link rel="stylesheet" href="assets/fonts/flaticon/flaticon_gowilds.css"> <!--====== FontAwesome css ======--> <link rel="stylesheet" href="assets/fonts/fontawesome/css/all.min.css"> <!--====== Bootstrap css ======--> <link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css"> <!--====== magnific-popup css ======--> <link rel="stylesheet" href="assets/vendor/magnific-popup/dist/magnific-popup.css"> <!--====== Slick-popup css ======--> <link rel="stylesheet" href="assets/vendor/slick/slick.css"> <!--====== Jquery UI css ======--> <link rel="stylesheet" href="assets/vendor/jquery-ui/jquery-ui.min.css"> <!--====== Nice Select css ======--> <link rel="stylesheet" href="assets/vendor/nice-select/css/nice-select.css"> <!--====== Animate css ======--> <link rel="stylesheet" href="assets/vendor/animate.css"> <!--====== Default css ======--> <link rel="stylesheet" href="assets/css/default.css"> <!--====== Style css ======--> <link rel="stylesheet" href="assets/css/style.css"> </head> <body> <!--====== Start Preloader ======--> <div class="preloader"> <div class="loader"> <div class="pre-shadow"></div> <div class="pre-box"></div> </div> </div><!--====== End Preloader ======--> <!--====== Search From ======--> <!--====== Search From ======--> <!--====== Start Header ======--> <?php include("header.php");?> <!--====== End Header ======--> <!--====== Start Breadcrumb Section ======--> <section class="page-banner overlay pt-100 pb-100 bg_cover" style="background-image: url(assets/images/bg/page-bg.jpg);"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-10"> <div class="page-banner-content text-center text-white"> <h1 class="page-title">Made a Spontaneous Travel Plan?</h1> <h2>Hop Along Our Daily Departures</h2> <ul class="breadcrumb-link text-white"> <li><a href="index.php">Home</a></li> <li class="active">Daily Departures</li> </ul> </div> </div> </div> </div> </section><!--====== End Breadcrumb Section ======--> <!--====== Start Booking Section ======--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!--====== End Booking Section ======--> <!--====== Start Places Section ======--> <section class="places-section pb-100 pt-40"> <div class="container"> <style> .hr{ width:410px;height:280px; } </style> <div class="row justify-content-center"> <?php include 'superadmin/cn.php'; $sql ="SELECT * FROM `tours` where category='Daily Departures' AND status='0'"; $run =mysqli_query($con,$sql); $i=1; while($row = $run->fetch_assoc()) { ?> <div class="col-xl-4 col-md-6 col-sm-12 places-column"> <!--=== Single Place Item ===--> <div class="single-place-item mb-60 wow fadeInUp"> <div class="place-img"> <img src="superadmin/tourimage/<?php echo $row['image']; ?>" alt="Place Image" class="hr"> </div> <div class="place-content"> <div class="info"> <h4 class="title"><a href="#"><?php echo $row['name']; ?></a></h4> <p class="location"><i class="far fa-map-marker-alt"></i><?php echo $row['location']; ?></p> <p class="price"><i class="fa fa-rupee"></i>Starting From <?php echo $row['startingfrom']; ?></p> <div class="meta"> <?php if($row['duration']==''){ ?> <?php }else{?> <span><i class="far fa-clock"></i><?php echo $row['duration']; ?></span> <?php } ?> <?php if($row['pdf']==''){ ?> <?php }else{?> <span><a href="<?php echo $row['pdf']; ?>" target="_blank">Details<i class="far fa-long-arrow-right"></i></a></span> <?php } ?> </div> <br> <a href="tel:+917827436301" class="main-btn primary-btn" style="padding:10px;">Call Now</a> <a href="https://wa.me/message/2TXLXOVFR4YJD1" class="main-btn primary-btn" style="padding:10px;">Enquire Now</a> </div> </div> </div> </div> <?php } ?> </div> </div> </section><!--====== End Places Section ======--> <!--====== Start Gallery Section ======--> <section class="gallery-section mbm-150"> <div class="container-fluid"> <div class="slider-active-5-item wow fadeInUp"> <!--=== Single Gallery Item ===--> <div class="single-gallery-item"> <div class="gallery-img"> <img src="assets/images/gallery/1.jpg" alt="Gallery Image"> <div class="hover-overlay"> <a href="assets/images/gallery/1.jpg" class="icon-btn img-popup"><i class="far fa-plus"></i></a> </div> </div> </div> <!--=== Single Gallery Item ===--> <div class="single-gallery-item"> <div class="gallery-img"> <img src="assets/images/gallery/2.jpg" alt="Gallery Image"> <div class="hover-overlay"> <a href="assets/images/gallery/2.jpg" class="icon-btn img-popup"><i class="far fa-plus"></i></a> </div> </div> </div> <!--=== Single Gallery Item ===--> <div class="single-gallery-item"> <div class="gallery-img"> <img src="assets/images/gallery/3.jpg" alt="Gallery Image"> <div class="hover-overlay"> <a href="assets/images/gallery/3.jpg" class="icon-btn img-popup"><i class="far fa-plus"></i></a> </div> </div> </div> <!--=== Single Gallery Item ===--> <div class="single-gallery-item"> <div class="gallery-img"> <img src="assets/images/gallery/4.jpg" alt="Gallery Image"> <div class="hover-overlay"> <a href="assets/images/gallery/4.jpg" class="icon-btn img-popup"><i class="far fa-plus"></i></a> </div> </div> </div> <!--=== Single Gallery Item ===--> <div class="single-gallery-item"> <div class="gallery-img"> <img src="assets/images/gallery/5.jpg" alt="Gallery Image"> <div class="hover-overlay"> <a href="assets/images/gallery/5.jpg" class="icon-btn img-popup"><i class="far fa-plus"></i></a> </div> </div> </div> <!--=== Single Gallery Item ===--> <div class="single-gallery-item"> <div class="gallery-img"> <img src="assets/images/gallery/6.jpg" alt="Gallery Image"> <div class="hover-overlay"> <a href="assets/images/gallery/6.jpg" class="icon-btn img-popup"><i class="far fa-plus"></i></a> </div> </div> </div> </div> </div> </section><!--====== End Gallery Section ======--> <!--====== Start Footer ======--> <?php include("footer.php"); ?> <!--====== End Footer ======--> <!--====== Back To Top ======--> <a href="#" class="back-to-top"><i class="far fa-angle-up"></i></a> <!--====== Jquery js ======--> <script src="assets/vendor/jquery-3.6.0.min.js"></script> <!--====== Bootstrap js ======--> <script src="assets/vendor/popper/popper.min.js"></script> <!--====== Bootstrap js ======--> <script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script> <!--====== Slick js ======--> <script src="assets/vendor/slick/slick.min.js"></script> <!--====== Magnific js ======--> <script src="assets/vendor/magnific-popup/dist/jquery.magnific-popup.min.js"></script> <!--====== Counterup js ======--> <script src="assets/vendor/jquery.counterup.min.js"></script> <!--====== Waypoints js ======--> <script src="assets/vendor/jquery.waypoints.js"></script> <!--====== Nice-select js ======--> <script src="assets/vendor/nice-select/js/jquery.nice-select.min.js"></script> <!--====== jquery UI js ======--> <script src="assets/vendor/jquery-ui/jquery-ui.min.js"></script> <!--====== WOW js ======--> <script src="assets/vendor/wow.min.js"></script> <!--====== Main js ======--> <script src="assets/js/theme.js"></script> </body> </html>