kohjhjhصثقصثقصثقgdfgdg
Ele57885fddfgdfgfghgقفغفغفقhfg555434536
/
home
/
u542670534
/
domains
/
heavensgatejourney.com
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from arid-html.vercel.app/main-file/dist/blog-list.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 24 Apr 2025 11:09:59 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack --> <head> <?php include("top.php"); ?> </head> <body> <?php include("header.php") ; ?> <!--========== HEADER STYLE ONE END ==========--> <!--========== BREADCRUMB STYLE START ==========--> <div class="paralax-container lg:py-36 py-20 relative overflow-hidden"> <div class="jarallax absolute inset-0 z-minus before:content-[''] before:absolute before:inset-0 before:bg-[#030610] before:bg-opacity-50 before:z-minus" data-jarallax> <img class="jarallax-img" src="assets/images/backgrounds/2147842588.jpg" alt="placeholder" /> </div> <img src="assets/images/illustration/breadcrunb__shape.png" alt="placeholder" class="absolute bottom-0 left-0 z-1 lg:w-[12.5%] w-[20%]"> <img src="assets/images/illustration/bird-illustration-w.png" alt="placeholder" class="absolute top-[10%] right-[4%] z-1 w-[7.5%]"> <div class="container relative z-2"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> </ol> </nav> <h2 class="xl:text-[54px] mt-2 lg:text-4xl md:text-2xl text-[30px] text-white leading-[1.3] font-medium max-w-[640px]"> Blog </h2> </div> </div> <!--========== BREADCRUMB STYLE END ==========--> <!--========== BLOG LIST STYLE START ==========--> <div class="lg:pt-30 pt-24 relative z-1 bg-gradient-to-t to-[#FFF1EC] from-white"> <div class="absolute top-1/2 -translate-y-1/2 right-0 max-w-[14%] z-minus lg:inline-block hidden"> <img src="assets/images/illustration/tree-illustration.png" alt="leaf"> </div> <div class="absolute top-[5%] left-[1%] max-w-[9%] z-minus lg:inline-block hidden"> <img src="assets/images/illustration/bird-illustration.png" alt="leaf"> </div> <div class="container"> <div class="grid grid-cols-12 gap-base"> <div class="lg:col-span-8 col-span-12"> <!-- single blog card --> <?php include("admin/config.php"); $sql = "SELECT * FROM `blog`"; $res = mysqli_query($db, $sql); while ($row = mysqli_fetch_array($res)) { ?> <!-- single blog card --> <div class="mt-10 lg:mt-[50px] first:mt-0 first:lg:mt-0"> <div class="overflow-hidden relative"> <a href="#"> <img src="admin/upload/<?php echo $row['image']; ?>" alt="blog-image" class="w-full"> </a> </div> <div class="lg:mt-[34px] mt-6"> <ul class="flex items-center text-[13px] font-medium text-dark-2"> <li class="flex items-center relative first:pl-0 pl-2 pr-2 before:content-[''] before:absolute before:h-2/3 before:w-[1px] before:bg-dark-2 before:-translate-y-1/2 before:top-1/2 before:left-0 first:before:hidden"> <i class="bi bi-calendar-date text-[15px]"></i> <span class="ml-2"><?php echo date('d F, Y', strtotime($row['post_date'])); ?></span> </li> <li class="flex items-center relative first:pl-0 pl-2 pr-2 before:content-[''] before:absolute before:h-2/3 before:w-[1px] before:bg-dark-2 before:-translate-y-1/2 before:top-1/2 before:left-0 "> <?php echo $row['post_by']; ?></li> </ul> <h2 class="text-dark-1 font-medium leading-[1.43] lg:text-2xl md:text-xl text-[28px] mt-[14px]"> <a href="blog-details.php?id=<?php echo $row['id'] ; ?>"><?php echo $row['title']; ?></a> </h2> <a href="blog-details.php?id=<?php echo $row['id'] ; ?>" class="group ease-in hover:text-primary-1 duration-200 inline-flex items-center mt-6 lg:text-md text-base text-dark-1 font-medium"> <span class="mr-2">Read More</span> <svg class="group-hover:translate-x-2 duration-200 " width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0.217443 6.25H18.4827C18.6276 6.25 18.7001 6.30263 18.7001 6.40789V7.59211C18.7001 7.69737 18.6276 7.75 18.4827 7.75H0.217443C0.0724811 7.75 0 7.69737 0 7.59211V6.40789C0 6.30263 0.0724811 6.25 0.217443 6.25Z" fill="currentColor" /> <path d="M20.7001 12.2802L25.0467 7.93355C25.5601 7.42021 25.5601 6.58021 25.0467 6.06688L20.7001 1.72021" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> </svg> </a> </div> </div> <?php } ?> </div> <div class="lg:col-span-4 col-span-12"> <aside class="widget widget_search"> <form action="#"> <div class="flex"> <input type="text" class="w-full lg:h-[55px] h-[48px] border border-primary-1 bg-transparent grow outline-none px-5 py-2 placeholder:text-dark-3 text-dark-2 text-[15px] focus:border-secondary-1" placeholder="Search Here"> <button type="submit" class="shrink-0 lg:h-[55px] h-[48px] bg-primary-1 w-14 flex justify-center items-center duration-300 hover:bg-secondary-1"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path d="M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> <path d="M21 21L16 16" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> </form> </aside> <aside class="widget widget_blogs lg:mt-[50px] mt-10"> <h4 class="text-dark-1 lg:text-[25px] text-2md leading-[1.6] capitalize font-semibold mb-5"> Trending Stories</h4> <ul> <?php include("admin/config.php"); $sql2 = "SELECT * FROM `blog` order by post_date desc limit 3 " ; $res2 = mysqli_query($db, $sql2); while ($row2 = mysqli_fetch_array($res2)) { ?> <li class="flex items-center group mt-6 first:mt-0"> <a href="blog-details.php?id=<?php echo $row2['id'] ; ?>" class="shrink-0 w-20 mr-[15px] overflow-hidden"> <img src="admin/upload/<?php echo $row2['image']; ?>" alt="blogs" class="w-full group-hover:scale-105 duration-200" /> </a> <div class="grow"> <h5 class="lg:text-17px text-base font-semibold leading-[1.64] group-hover:text-primary-1 duration-200 fixed-title"> <a href="blog-details.php?id=<?php echo $row2['id'] ; ?>"><?php echo $row2['title']; ?></a> </h5> <div class="text-dark-3 text-sm mt-1"><?php echo $row2['post_date']; ?></div> </div> </li> <?php } ?> </ul> </aside> <aside class="widget widget_tags lg:mt-[50px] mt-10"> <h4 class="text-dark-1 lg:text-[25px] text-2md leading-[1.6] capitalize font-semibold mb-1"> Travel Tags</h4> <ul> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">School/College/Educational Tour</a> </li> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">Adventure Tours & Camping</a> </li> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">Domestic/International Tour</a> </li> <li class="inline-block mt-4 mr-5 last:mr-0"> <a href="#" class="duration-200 hover:text-primary-1 lg:text-md text-base text-dark-2 font-medium leading-[1.3] hover:underline hover:underline-offset-1">One Day Trip</a> </li> </ul> </aside> </div> </div> </div> </div> <!--========== BLOG LIST STYLE END ==========--> <!--========== INSTAGRAM FEED STYLE START ==========--> <!--========== INSTAGRAM FEED STYLE END ==========--> <!--========== FOOTER STYLE START ==========--> <?php include("footer.php"); ?> <!--========== FOOTER STYLE END ==========--> <!-- additional JS file --> <script src="assets/js/jquery-3.6.3.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/select2.min.js"></script> <script src="assets/js/moment.min.js"></script> <script src="assets/js/daterangepicker.min.js"></script> <script src="assets/js/fancybox.min.js"></script> <script src="assets/js/leaflet.min.js"></script> <script src="assets/js/jarallax.min.js"></script> <script src="assets/js/wow.min.js"></script> <script src="assets/js/jquery-ui.js"> </script> <!-- custom js file --> <script src="assets/js/main.js"></script> </body> <!-- Mirrored from arid-html.vercel.app/main-file/dist/blog-list.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 24 Apr 2025 11:09:59 GMT --> </html>