File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/voyagerhotel.in/Hotel-hills-heaven/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hotel Hills Heaven</title> <!--favicon icon--> <link rel="icon" href="images/favicon.ico"> <!-- Bootstrap 5.3 CSS --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css" /> <link href="css/style.css" rel="stylesheet"> </head> <body> <?php include 'header.php'?> <section class="main-slider-cont"> <div id="zoomSlider" class="carousel slide carousel-fade" data-bs-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"> <img src="images/slider/2.jpg" alt=""> <div class="slider-overlay"></div> <div class="carousel-caption custom-caption"> <h2>Where Nature Welcomes You Home</h2> <p>Experience peaceful stays amidst the serene valleys and majestic hills of Lidroo, Pahalgam.</p> <a href="booking.php" class="btn mt-3">Reserve Now</a> </div> </div> <div class="carousel-item"> <img src="images/slider/3.jpg" alt=""> <div class="slider-overlay"></div> <div class="carousel-caption custom-caption"> <h2>Wake Up to Views, Sleep in Comfort</h2> <p>Beautiful view rooms, modern comforts, and heartfelt hospitality for a truly relaxing getaway.</p> <a href="booking.php" class="btn mt-3">Reserve Now</a> </div> </div> <div class="carousel-item"> <img src="images/slider/1.jpg" alt=""> <div class="slider-overlay"></div> <div class="carousel-caption custom-caption"> <h2>Stay Surrounded by Beauty</h2> <p>Scenic hill views, tranquil ambiance, and thoughtfully designed rooms for every traveler.</p> <a href="booking.php" class="btn mt-3">Reserve Now</a> </div> </div> </div> <!-- Controls --> <button class="carousel-control-prev" type="button" data-bs-target="#zoomSlider" data-bs-slide="prev"> <span class="carousel-control-prev-icon"></span> </button> <button class="carousel-control-next" type="button" data-bs-target="#zoomSlider" data-bs-slide="next"> <span class="carousel-control-next-icon"></span> </button> </div> </section> <section class="abt-sect section-padding"> <div class="container"> <div class="row align-items-center"> <div class="col-md-6"> <h1>A Heaven of Peace in the Heart of Pahalgam</h1> <!--<p><strong>Unwind in lush gardens, cozy rooms, and the calming embrace of nature.</strong></p>--> <h4>Unwind in lush gardens, cozy rooms, and the calming embrace of nature.</h4> <hr> <p>Welcome to Hotel Hills Heaven, a Centrally Heated hotel located in the serene valley of Lidroo, just 4 kms from the main market of Pahalgam. All rooms at Hotel Hills Heaven are fully Centrally Heated, ensuring warm, cozy comfort even during the coldest winter months—making this our biggest highlight and guest favorite. The hotel features 12 tastefully designed rooms in Deluxe, Super Deluxe, and Family Suite categories, catering to every type of traveler. Surrounded by a lush private garden, Hotel Hills Heaven offers a peaceful retreat where guests can relax, unwind, and enjoy nature in absolute comfort.</p> <a href="about-us.php" class="custom-btn mt-3" style="max-width: 160px;">Read More</a> </div> <div class="col-md-6"> <img src="images/about/1.jpg" alt=""> </div> </div> </div> </section> <section class="room-sect section-padding"> <div class="container"> <div class="row"> <div class="col-md-12 text-center mb-4"> <h2 class="text-white">Featured Rooms/Suites</h2> </div> </div> <div class="row align-items-center"> <div class="col-md-4"> <div class="room-item"> <figure> <img src="images/room/1.jpg" alt=""> </figure> <div class="room-dis"> <h4>Deluxe Double Bedroom</h4> <p>The Deluxe Double Bedroom offers a cozy and comfortable space, thoughtfully designed for couples and solo travelers.</p> <a href="room-and-suites.php" class="custom-btn mt-3">View Details</a> </div> </div> </div> <div class="col-md-4"> <div class="room-item"> <figure> <img src="images/room/2.jpg" alt=""> </figure> <div class="room-dis"> <h4>Super Deluxe Bedroom</h4> <p>The Super Deluxe Bedroom combines enhanced comfort with elegant interiors for a refined stay experience. </p> <a href="room-and-suites.php" class="custom-btn mt-3">View Details</a> </div> </div> </div> <div class="col-md-4"> <div class="room-item"> <figure> <img src="images/room/3.jpg" alt=""> </figure> <div class="room-dis"> <h4>Family Suite Room</h4> <p>Designed to accommodate families and groups, the Family Suite Room provides ample space and added privacy.</p> <a href="room-and-suites.php" class="custom-btn mt-3">View Details</a> </div> </div> </div> </div> </div> </section> <section class="gallery"> <div class="container py-5"> <div class="row"> <div class="col-md-12 text-center mb-4"> <h2>Photo Gallery</h2> </div> </div> <div class="row g-3"> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/1.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/1.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/2.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/2.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/3.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/3.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/4.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/4.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/5.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/5.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/6.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/6.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/7.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/7.jpg" alt=""> </div> <div class="col-6 col-md-4 col-lg-3"> <img src="images/gallery/8.jpg" class="img-fluid rounded shadow-sm gallery-img" data-bs-toggle="modal" data-bs-target="#lightboxModal" data-bs-img="images/gallery/8.jpg" alt=""> </div> </div> </div> <div class="modal fade" id="lightboxModal" tabindex="-1"> <div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-content bg-transparent border-0"> <button type="button" class="btn-close btn-close-white ms-auto me-2 mt-2" data-bs-dismiss="modal"></button> <div class="modal-body p-0 text-center"> <img src="" id="lightboxImage" class="img-fluid rounded"> </div> </div> </div> </div> </div> <section class="contact-section py-5"> <div class="container"> <div class="row g-5 align-items-start"> <!-- LEFT FORM --> <div class="col-lg-6 text-white"> <h2 class="contact-title text-white">Contact Us</h2> <p class="contact-subtitle"> We’d Love To Hear From You, Fill this form, we will take care for the rest </p> <form class="contact-form mt-5"> <div class="mb-4"> <input type="text" name="name" placeholder="* Name" class="form-control custom-input" > </div> <div class="mb-4"> <input type="tel" name="phone" placeholder="* Phone Number" class="form-control custom-input"> </div> <div class="mb-4"> <input type="email" name="email" placeholder="* Email Address" class="form-control custom-input"> </div> <div class="mb-4"> <textarea rows="3" name="message" placeholder="* message" class="form-control custom-input"></textarea> </div> <button type="submit" class="submit-btn"> <i class="fa-solid fa-location-arrow"></i> LET’S TALK </button> </form> </div> <!-- RIGHT INFO + MAP --> <div class="col-lg-6 text-white"> <div class="mb-4"> <p><strong>Address:</strong> Lidroo, Pahalgam, J&k - 192126</p> <p><strong>Phone:</strong> +91-9186165992</p> <p><strong>Email:</strong> hillsheavenpahalgam@gmail.com</p> </div> <div class="map-box"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6613.534785339913!2d75.31843799999997!3d33.971188!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x38e215003fa8af0b%3A0xaabab3e30bfcacb0!2sHotel%20Hills%20Heaven!5e0!3m2!1sen!2sin!4v1767865474942!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> </section> <?php include 'footer.php'?> <!-- Bootstrap 5.3 JS --> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script> </body> </html> <script> document.querySelectorAll('.gallery-img').forEach(img => { img.addEventListener('click', function () { const src = this.getAttribute('data-bs-img'); document.getElementById('lightboxImage').src = src; }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings