File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/kumaoninn.com/index.php
Back
<!DOCTYPE html> <html lang="zxx"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"> <!-- bootstrap css --> <link rel="stylesheet" href="css/plugins/bootstrap.min.css"> <!-- swiper css --> <link rel="stylesheet" href="css/plugins/swiper.min.css"> <!-- fancybox css --> <link rel="stylesheet" href="css/plugins/fancybox.min.css"> <!-- font awesome css --> <link rel="stylesheet" href="css/plugins/font-awesome.min.css"> <!-- nice select css --> <link rel="stylesheet" href="css/plugins/nice-select.css"> <!-- datepicker css --> <link rel="stylesheet" href="css/plugins/datepicker.css"> <!-- kinsley css --> <link rel="stylesheet" href="css/style.css"> <!-- page title --> <title>Kumaon Inn</title> </head> <body> <!-- page wrapper --> <div class="knsl-app"> <!-- preloader --> <div class="knsl-preloader-frame"> <div class="knsl-preloader"> <img src="img/logo.png" alt="Kinsley"> <div class="knsl-preloader-progress"> <div class="knsl-preloader-bar"></div> </div> <div><span class="knsl-preloader-number" data-count="101">0</span>%</div> </div> </div> <!-- preloader end --> <!-- datepicker frame --> <div class="knsl-datepicker-place"></div> <?php include 'include/header.php';?> <!-- banner --> <section class="knsl-banner"> <div class="knsl-cover-frame"> <img src="img/banners/1.jpg" alt="banner" class="knsl-parallax"> </div> <div class="knsl-overlay"></div> <div class="knsl-banner-content"> <div class="container"> <div class="knsl-main-title"> <div class="knsl-white"> <ul class="knsl-stars"> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> </ul> <!-- main-title --> <h1 class="knsl-center knsl-mb-10">Welcome to Kumaon Inn</h1> <div class="knsl-mb-30 knsl-center">"Immerse yourself in the serene tranquility of the Kumaon region at our enchanting Kumaon Inn"</div> </div> </div> <!--<div class="knsl-book-form knsl-book-form-2"> <form action="#" method="post"> <div class="row align-items-center"> <div class="col-12 col-lg-3"> <div class="knsl-input-frame knsl-book-form-2"> <label for="check-in">Check in</label> <input id="check-in" type="text" class="datepicker-here" data-position="bottom left" placeholder="Select date" autocomplete="off" readonly="readonly"> </div> </div> <div class="col-12 col-lg-3"> <div class="knsl-input-frame"> <label for="check-out" class="knsl-add-icon">Check out</label> <input id="check-out" type="text" class="datepicker-here" data-position="bottom left" placeholder="Select date" autocomplete="off" readonly="readonly"> </div> </div> <div class="col-6 col-lg-3"> <div class="knsl-select-frame"> <label for="person">Person</label> <select id="person"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4" disabled>4</option> </select> </div> </div> <div class="col-6 col-lg-2"> <div class="knsl-select-frame"> <label for="children">Childrens</label> <select id="children"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4" disabled>4</option> </select> </div> </div> <div class="col-12 col-lg-1 text-center"> <button type="submit" class="knsl-btn"><img src="img/icons/search.svg" class="knsl-zoom" alt="icon"><span>Serch room</span></button> </div> </div> </form> </div>--> <div class="knsl-scroll-hint-frame"> <div class="knsl-white knsl-mb-20">Scroll down</div> <a href="#knsl-triger-1" class="knsl-scroll-hint knsk-s-s"></a> </div> </div> </div> </section> <!-- banner end --> <!-- features --> <section id="knsl-triger-1"> <div class="container"> <!-- features card --> <div class="knsl-features-card" style="margin-top: -80px;"> <div class="row"> <div class="col-6 col-lg-3"> <!-- icon box --> <div class="knsl-icon-box"> <img src="img/features/icon-1.png" alt="icon" class="knsl-mb-10"> <h5>Free Wifi</h5> </div> <!-- icon box end --> </div> <div class="col-6 col-lg-3"> <!-- icon box --> <div class="knsl-icon-box"> <img src="img/features/icon-2.png" alt="icon" class="knsl-mb-10"> <h5>Free Parking</h5> </div> <!-- icon box end --> </div> <div class="col-6 col-lg-3"> <!-- icon box --> <div class="knsl-icon-box"> <img src="img/features/icon-3.png" alt="icon" class="knsl-mb-10"> <h5>Housekeeping</h5> </div> <!-- icon box end --> </div> <div class="col-6 col-lg-3"> <!-- icon box --> <div class="knsl-icon-box"> <img src="img/features/icon-4.png" alt="icon" class="knsl-mb-10"> <h5>Heater</h5> </div> <!-- icon box end --> </div> </div> </div> <!-- features card end --> </div> </section> <!-- features end --> <!-- about --> <section class="about-section"> <div class="container"> <div class="knsl-about-card"> <div class="row no-gutters"> <div class="col-lg-6"> <div class="knsl-about-photo"> <img src="img/about/t1.jpg" alt="cover"> </div> </div> <div class="col-lg-6 align-self-center"> <div class="knsl-about-text"> <div class="knsl-title-frame"> <h2 class="knsl-mb-20">Discover Kumaon Inn</h2> <p class="knsl-mb-30">Nestled amidst the picturesque landscapes of the Kumaon region, Kumaon Inn stands as a charming retreat that seamlessly blends traditional hospitality with modern comfort. This quaint inn, located in the heart of the Kumaon hills, offers a tranquil escape for those seeking respite from the hustle and bustle of city life. With its warm and inviting ambiance, Kumaon Inn welcomes guests with open arms, providing a cozy haven that feels like a home away from home.</p> <a href="about.php" class="knsl-btn knsl-btn-md">More about us</a> </div> </div> </div> <!--<div class="col-lg-6 order-lg-2"> <div class="knsl-about-photo"> <img src="img/about/t2.jpg" alt="cover"> </div> </div> <div class="col-lg-6 align-self-center"> <div class="knsl-about-text"> <div class="knsl-title-frame"> <h2 class="knsl-mb-20">Start your Amazing Adventure!</h2> <p class="knsl-mb-20">Start your amazing adventure at Calangute Beach, where sun-kissed sands meet the azure waters of the Arabian Sea. As one of Goa's most iconic destinations, Calangute Beach offers an unparalleled blend of relaxation and excitement. Bask in the warm tropical sun, take a dip in the refreshing waters, or indulge in thrilling water sports. </p> </div> </div> </div>--> </div> </div> </div> </section> <!-- about end --> <!-- gallery --> <section class="knsl-transition-top knsl-p-0-100"> <img src="img/palm.svg" class="knsl-deco-left" alt="palm"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="knsl-center knsl-title-frame knsl-scroll-animation knsl-mb-100"> <h2 class="knsl-mb-20">Kumaon Inn is Waiting for You!</h2> <p class="knsl-mb-30">Cradled within the embrace of the majestic Kumaon hills, our Kumaon Inn presents an idyllic haven, inviting you to an enchanting escape.</p> <a href="gallery.php" class="knsl-btn knsl-btn-md">Veiw More</a> </div> </div> <div class="col-lg-12"> <!-- slider --> <div class="swiper-container knsl-about-slider knsl-scroll-animation"> <div class="swiper-wrapper"> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/12.jpg"> <img src="img/gallery/12.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/2.jpg"> <img src="img/gallery/2.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/3.jpg"> <img src="img/gallery/3.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/4.jpg"> <img src="img/gallery/4.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/5.jpg"> <img src="img/gallery/5.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/6.jpg"> <img src="img/gallery/6.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/7.jpg"> <img src="img/gallery/7.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/8.jpg"> <img src="img/gallery/8.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/9.jpg"> <img src="img/gallery/9.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/10.jpg"> <img src="img/gallery/10.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <div class="swiper-slide"> <!-- gallery item --> <div class="knsl-image-frame"> <a data-fancybox="gallery" href="img/gallery/11.jpg"> <img src="img/gallery/11.jpg" alt="about"> <span class="knsl-zoom"><i class="fas fa-search-plus"></i></span> </a> </div> <!-- gallery item end --> </div> <!-- slider navigation --> <div class="knsl-slider-nav-panel"> <!-- pagination --> <div class="knsl-about-slider-1-pagination"></div> <!-- navigation --> <div class="knsl-about-slider-nav"> <div class="knsl-about-slider-1-prev"><i class="fas fa-arrow-left"></i></div> <div class="knsl-about-slider-1-next"><i class="fas fa-arrow-right"></i></div> </div> <!-- navigation end --> </div> <!-- slider navigation end --> </div> <!-- slider end --> </div> </div> </div> </section> <!-- gallery end --> <!-- rooms --> <section class="knsl-transition-top knsl-p-0-80" style="background-color: #ECFAFB"> <img src="img/palm.svg" class="knsl-deco-left" alt="palm"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="knsl-center knsl-title-frame knsl-scroll-animation knsl-mb-100"> <h2 class="knsl-mb-20">Accommodation</h2> <p class="knsl-mb-30">Unwind in pure indulgence and luxury in our best rooms, meticulously designed to create an oasis of tranquility. These exclusive accommodations boast breathtaking views, premium amenities, and personalized service.</p> <a href="#" class="knsl-btn knsl-btn-md">All rooms</a> </div> </div> <div class="col-lg-6"> <!-- room card --> <div class="knsl-room-card knsl-scroll-animation"> <div class="knsl-cover-frame"> <a href="premium-room.php"><img src="img/rooms/premium.jpg" alt="cover"></a> </div> <div class="knsl-description-frame"> <a href="premium-room.php"> <h3 class="knsl-mb-20">Premium Room</h3> </a> <div class="knsl-text-light knsl-text-sm knsl-mb-20">Indulge in the epitome of luxury with our premium rooms, where sophistication meets comfort in every detail. Designed for the discerning traveler.</div> <div class="knsl-card-bottom"> <div class="knsl-price">Rs. 4000/-<span>night</span></div> <a href="premium-room.php" class="knsl-btn"><img src="img/icons/bookmark.svg" alt="icon">View Details</a> </div> </div> </div> <!-- room card end --> </div> <div class="col-lg-6"> <!-- room card --> <div class="knsl-room-card knsl-scroll-animation"> <div class="knsl-cover-frame"> <a href="deluxe-room.php"><img src="img/rooms/deluxe.jpg" alt="cover"></a> </div> <div class="knsl-description-frame"> <a href="deluxe-room.php"> <h3 class="knsl-mb-20">Deluxe Room</h3> </a> <div class="knsl-text-light knsl-text-sm knsl-mb-20">Step into a world of understated luxury with our deluxe rooms, meticulously crafted to enhance your stay with a perfect blend of comfort and style. Designed for those who appreciate the finer things in life</div> <div class="knsl-card-bottom"> <div class="knsl-price">Rs. 3000/-<span>night</span></div> <a href="deluxe-room.php" class="knsl-btn"><img src="img/icons/bookmark.svg" alt="icon">View Details</a> </div> </div> </div> <!-- room card end --> </div> </div> </div> </section> <!-- rooms end --> <!-- testimonials --> <section class="knsl-transition-top knsl-p-0-80" style="background-color: #ECFAFB"> <img src="img/palm.svg" class="knsl-deco-left" alt="palm"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="knsl-center knsl-title-frame knsl-scroll-animation knsl-mb-80"> <h2 class="knsl-mb-20">Feedback from our Guests</h2> <p>At Kumaon Inn, we take immense pride in the experiences of our valued guests. Here's what some of our delighted visitors have to say about their stay with us</p> </div> </div> <div class="col-lg-6"> <!-- slider --> <div class="swiper-slider knsl-testimonials-slider knsl-scroll-animation"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div class="knsl-testimonial-card"> <div class="knsl-avatar-frame"> <img src="img/faces/avatar.png" alt="Avatar"> </div> <div class="knsl-name-and-text"> <h3 class="knsl-mb-10">Anita Tiwari</h3> <div>Guest</div> <blockquote> <ul class="knsl-stars"> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li class="knsl-empty"><i class="fas fa-star"></i></li> </ul> A tranquil escape nestled in the heart of the Kumaon hills, Kumaon Inn exceeded all expectations. The warm hospitality, picturesque views, and well-appointed rooms made for a truly memorable retreat. Highly recommended for those seeking serenity in the lap of nature. </blockquote> </div> </div> </div> <div class="swiper-slide"> <div class="knsl-testimonial-card"> <div class="knsl-avatar-frame"> <img src="img/faces/avatar.png" alt="Avatar"> </div> <div class="knsl-name-and-text"> <h3 class="knsl-mb-10">Anand Mishra</h3> <div>Guest</div> <blockquote> <ul class="knsl-stars"> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> </ul> Kumaon Inn is a charming sanctuary that perfectly balances traditional charm with modern comfort. The staff's attention to detail and the breathtaking mountain vistas from our room made our stay unforgettable. A hidden gem in the Kumaon region! </blockquote> </div> </div> </div> <div class="swiper-slide"> <div class="knsl-testimonial-card"> <div class="knsl-avatar-frame"> <img src="img/faces/avatar.png" alt="Avatar"> </div> <div class="knsl-name-and-text"> <h3 class="knsl-mb-10">Karan Pandey</h3> <div>Guest</div> <blockquote> <ul class="knsl-stars"> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li class="knsl-empty"><i class="fas fa-star"></i></li> </ul> Our stay at Kumaon Inn was nothing short of magical. The cozy ambiance, delectable cuisine, and personalized service created a home away from home. The blend of cultural heritage and contemporary amenities makes this inn a standout choice for a peaceful getaway. </blockquote> </div> </div> </div> <div class="swiper-slide"> <div class="knsl-testimonial-card"> <div class="knsl-avatar-frame"> <img src="img/faces/avatar.png" alt="Avatar"> </div> <div class="knsl-name-and-text"> <h3 class="knsl-mb-10">Jay Kumar</h3> <div>Guest</div> <blockquote> <ul class="knsl-stars"> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> <li><i class="fas fa-star"></i></li> </ul> Kumaon Inn offers a delightful fusion of luxury and nature. The premium room we stayed in was tastefully decorated, and the views of the surrounding mountains were breathtaking. A perfect retreat for those who appreciate tranquility and comfort. </blockquote> </div> </div> </div> <div class="knsl-testimonials-nav"> <div class="knsl-testimonials-slider-1-prev"><i class="fas fa-arrow-left"></i></div> <div class="knsl-testimonials-slider-1-next"><i class="fas fa-arrow-right"></i></div> </div> </div> <!-- slider end --> </div> </div> </div> </section> <!-- testimonials end --> <!-- services --> <section class="knsl-p-100-80"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="knsl-center knsl-title-frame knsl-scroll-animation knsl-mb-100"> <h2 class="knsl-mb-20">Places to Explore</h2> <p class="knsl-mb-30">In the vicinity of Kumaon Inn, guests can explore a myriad of captivating attractions. From majestic mountain trails and serene lakes to vibrant local markets and cultural experiences</p> <a href="attraction.php" class="knsl-btn knsl-btn-md">View More</a> </div> </div> <div class="col-lg-4"> <!-- service card --> <div class="knsl-ath-card knsl-scroll-animation"> <div class="knsl-cover-frame"> <img src="img/attraction/1.jpg" alt="cover"> </div> <div class="knsl-card-description"> <h3 class="knsl-mb-10">Kilbury</h3> <p>Kilbury is famous as birding route in Nainital, Uttarakhand. Developed as a splendid picnic spot in Nainital, Kilbury is definetly a bird watcher's paradise.</p> <a href="attraction.php" class="knsl-btn">Read more</a> </div> </div> <!-- service card end --> </div> <div class="col-lg-4"> <!-- service card --> <div class="knsl-ath-card knsl-scroll-animation"> <div class="knsl-cover-frame"> <img src="img/attraction/2.jpg" alt="cover"> </div> <div class="knsl-card-description"> <h3 class="knsl-mb-10">Khurpa Tal Lake</h3> <p>Khurpatal is a ravishing lake bejeweled in the suburbs of Nainital city. This lake is situated at a favorable distance of 11 km from the ‘Lake City’ Nainital.</p> <a href="attraction.php" class="knsl-btn">Read more</a> </div> </div> <!-- service card end --> </div> <div class="col-lg-4"> <!-- service card --> <div class="knsl-ath-card knsl-scroll-animation"> <div class="knsl-cover-frame"> <img src="img/attraction/3.jpg" alt="cover"> </div> <div class="knsl-card-description"> <h3 class="knsl-mb-10">Kaladhungi</h3> <p>Kaladhungi is a beautiful town seated at the foothills of the Himalayas at an elevation of 500 m in the Nainital district of Uttarakhand.</p> <a href="attraction.php" class="knsl-btn">Read more</a> </div> </div> <!-- service card end --> </div> </div> </div> </section> <!-- services end --> <?php include 'include/footer.php';?> </div> <!-- page wrapper end --> <!-- jquery js --> <script src="js/plugins/jquery.min.js"></script> <!-- bootstrap js --> <script src="js/plugins/bootstrap.min.js"></script> <!-- nice select js --> <script src="js/plugins/jquery.nice-select.min.js"></script> <!-- datepicker js --> <script src="js/plugins/datepicker.js"></script> <!-- smooth scroll js --> <script src="js/plugins/smooth-scroll.js"></script> <!-- isotope js --> <script src="js/plugins/isotope.min.js"></script> <!-- mapbox js --> <script src="js/plugins/mapbox.min.js"></script> <!-- fancybox js --> <script src="js/plugins/fancybox.min.js"></script> <!-- swiper js --> <script src="js/plugins/swiper.min.js"></script> <!-- sticky js --> <script src="js/plugins/sticky.js"></script> <!-- kinsley js --> <script src="js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings