File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/suvaasaresorts.com/index.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>Suvaasa Hotel | Home</title> <link rel="shortcut icon" href="img/favicon.png" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/plugins.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <?php include 'include/header.php'?> <!-- Slider --> <header class="header slider-fade"> <div class="owl-carousel owl-theme"> <!-- The opacity on the image is made with "data-overlay-dark="number". You can change it using the numbers 0-9. --> <div class="text-center item bg-img" data-overlay-dark="2" data-background="img/slider/5.jpg"> <div class="v-middle caption"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <h4>Welcome To Suvaasa Hotel</h4> <h1>An Abode of Fine Living….</h1> <div class="butn-light mt-30 mb-30"> <a href="#" data-scroll-nav="1"><span>Rooms & Suites</span></a> </div> </div> </div> </div> </div> </div> <div class="text-center item bg-img" data-overlay-dark="2" data-background="img/slider/2.jpg"> <div class="v-middle caption"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <h4>Find Your Place In Nature</h4> <h1>The Perfect Base For You</h1> <div class="butn-light mt-30 mb-30"> <a href="#" data-scroll-nav="1"><span>Rooms & Suites</span></a> </div> </div> </div> </div> </div> </div> <div class="text-center item bg-img" data-overlay-dark="2" data-background="img/slider/3.jpg"> <div class="v-middle caption"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <h4>Unique Place to Relax & Enjoy</h4> <h1>Where Nature Takes Over The Mundane </h1> <div class="butn-light mt-30 mb-30"> <a href="#" data-scroll-nav="1"><span>Rooms & Suites</span></a> </div> </div> </div> </div> </div> </div> <div class="text-center item bg-img" data-overlay-dark="3" data-background="img/slider/1.jpg"> <div class="v-middle caption"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <h4>The Ultimate Luxury Experience</h4> <h1>Enjoy The Best Moments of Life</h1> <div class="butn-light mt-30 mb-30"> <a href="#" data-scroll-nav="1"><span>Rooms & Suites</span></a> </div> </div> </div> </div> </div> </div> <div class="text-center item bg-img" data-overlay-dark="3" data-background="img/slider/8.jpg"> <div class="v-middle caption"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <h4>Take A Fresh Look At Life</h4> <h1>Breathe In The Clean Air Of The Himalayas</h1> <div class="butn-light mt-30 mb-30"> <a href="#" data-scroll-nav="1"><span>Rooms & Suites</span></a> </div> </div> </div> </div> </div> </div> </div> <!-- slider reservation --> <!--<div class="reservation"> <a href="tel:05942-281306"> <div class="icon d-flex justify-content-center align-items-center"> <i class="flaticon-call"></i> </div> <div class="call"><span>9411378882</span> <br>Reservation</div> </a> </div>--> </header> <!-- Booking Search --> <div class="booking-wrapper"> <div class="container"> <div class="booking-inner clearfix"> <form action="" target="_blank" method="post"class="form1 clearfix"> <div class="col1 c1"> <div class="input1_wrapper"> <label>Check in</label> <div class="input1_inner"> <input type="text" class="form-control input datepicker" placeholder="Check in"> </div> </div> </div> <div class="col1 c2"> <div class="input1_wrapper"> <label>Check out</label> <div class="input1_inner"> <input type="text" class="form-control input datepicker" placeholder="Check out"> </div> </div> </div> <div class="col2 c3"> <div class="select1_wrapper"> <label>Adults</label> <div class="select1_inner"> <select class="select2 select" style="width: 100%"> <option value="1">1 Adult</option> <option value="2">2 Adults</option> <option value="3">3 Adults</option> <option value="4">4 Adults</option> </select> </div> </div> </div> <div class="col2 c4"> <div class="select1_wrapper"> <label>Children</label> <div class="select1_inner"> <select class="select2 select" style="width: 100%"> <option value="1">Children</option> <option value="1">1 Child</option> <option value="2">2 Children</option> <option value="3">3 Children</option> <option value="4">4 Children</option> </select> </div> </div> </div> <div class="col2 c5"> <div class="select1_wrapper"> <label>Rooms</label> <div class="select1_inner"> <select class="select2 select" style="width: 100%"> <option value="1">1 Room</option> <option value="2">2 Rooms</option> <option value="3">3 Rooms</option> <option value="4">4 Rooms</option> </select> </div> </div> </div> <div class="col3 c6"> <button type="submit" class="btn-form1-submit"><a href="https://bookings.blusalzz.com/?propertyId=10661&chainId=9976" target="_blank">Check Now</a></button> </div> </form> </div> </div> </div> <!-- About --> <section class="about section-padding"> <div class="container"> <div class="row"> <div class="col-md-6 mt-30 animate-box" data-animate-effect="fadeInUp"> <span> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> <i class="star-rating"></i> </span> <div class="section-subtitle"> The Suvaasa Hotel</div> <div class="section-title">About Best Luxury Hotel In Nanital</div> <p>We at Suvaasa, best hotel in Nainital, want to create a world influenced by exclusive personalities and passion. We believe in offering hospitality at unique places. We have begun our adventure with the unexplored terrains of Ramgarh, Uttrakhand, a peaceful and serene place to offer our guests relaxation and rejuvenation at its best.</p> <!-- call --> <!--<div class="reservations"> <div class="icon"><span class="flaticon-call"></span></div> <div class="text"> <p>Reservation</p> <a href="tel:9411378882">9411378882</a> </div> </div>--> </div> <div class="col col-md-3 animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/about/1.jpg" alt="" class="mt-90 mb-30"> </div> <div class="col col-md-3 animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/about/2.jpg" alt=""> </div> </div> </div> </section> <!-- Rooms --> <section class="rooms2 section-padding bg-cream" data-scroll-index="1"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-subtitle">Suvaasa Hotel</div> <div class="section-title">Accommodations</div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="owl-carousel owl-theme"> <div class="rooms2 left"> <figure><img src="img/rooms/executive-room-home.jpg" alt="" class="img-fluid"></figure> <div class="caption padding-left"> <h3>Rs. 4,500*<span>/ Night</span><br><span class="rate-details">( all taxes extra ) </span></h3> <h4><a href="executive-rooms.php">Executive Rooms</a></h4> <p>The executive rooms are aesthetically designed to meet the requirements of modern day living and offer the ideal escape from the bustle of daily life. Enjoy the modern comforts and conveniences including 32”LED, in room tea/coffee in a room that offers open view of the valley and outside sitting space with the ever changing mountain skies.</p> <hr class="border-2"> <div class="info-wrapper"> <div class="more"><a href="executive-rooms.php" class="link-btn" tabindex="0">Details <i class="ti-arrow-right"></i></a></div> <div class="butn-dark"> <a href="https://bookings.blusalzz.com/?propertyId=10661&chainId=9976" target="_blank" ><span>Book Now</span></a> </div> </div> </div> </div> <div class="rooms2"> <figure><img src="img/rooms/superior-room-home.jpg" alt="" class="img-fluid"></figure> <div class="caption padding-left"> <h3>Rs. 5,500*<span>/ Night</span> <br><span class="rate-details">( all taxes extra ) </span></h3> <h4><a href="superior-rooms.php">Superior Rooms</a></h4> <p>Our Superior rooms provide an ideal environment for complete relaxation & recreation making your stay memorable. All our rooms overlook the lush green valley, the superior room is your very own haven of tranquillity, where you can immerse yourself in the restful décor or enjoy the cool breeze and the open mountain skies. </p> <hr class="border-2"> <div class="info-wrapper"> <div class="more"><a href="superior-rooms.php" class="link-btn" tabindex="0">Details <i class="ti-arrow-right"></i></a></div> <div class="butn-dark"> <a href="https://bookings.blusalzz.com/?propertyId=10661&chainId=9976" target="_blank"><span>Book Now</span></a> </div> </div> </div> </div> <div class="rooms2 left"> <figure><img src="img/rooms/junior-suite.jpg" alt="" class="img-fluid"></figure> <div class="caption padding-left"> <h3>Rs. 5,500*<span>/ Night</span><br><span class="rate-details">( all taxes extra ) </span></h3> <h4><a href="junior-suite.php">Junior Suite</a></h4> <p>Discover one of the best places to stay in Ramgarh within the timeless charm of this expansive 378 sq. ft. suite. A majestic poster bed sets the stage for a regal night's sleep, accommodating up to four guests. The shared balcony, revealing sweeping mountain vistas, transforms every moment into a picture-perfect retreat. </p> <hr class="border-2"> <div class="info-wrapper"> <div class="more"><a href="junior-suite.php" class="link-btn" tabindex="0">Details <i class="ti-arrow-right"></i></a></div> <div class="butn-dark"> <a href="https://bookings.blusalzz.com/?propertyId=10661&chainId=9976" target="_blank" ><span>Book Now</span></a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Promo Video --> <section class="video-wrapper video section-padding bg-img bg-fixed" data-overlay-dark="3" data-background="img/slider/2.jpg"> <div class="container"> <div class="row"> <div class="col-md-8 offset-md-2 text-center"> <span><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i></span> <div class="section-subtitle"><span>The Suvaasa Hotel</span></div> <div class="section-title"><span>Promotional Video</span></div> </div> </div> <div class="row"> <div class="text-center col-md-12"> <a class="vid" href="#" onclick="toggle();"> <div class="vid-butn"> <span class="icon"> <i class="ti-control-play"></i> </span> </div> </a> </div> </div> </div> </section> <!--popup video--> <div class="trailer"> <video src="img/suvaasa-resort.mp4" controls="true"></video> <img src="img/close-button.png" class="close" onclick="toggle();"> </div> <!--popup video --> <!-- Facilties --> <section class="facilties section-padding"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-subtitle">Suvaasa Hotel</div> <div class="section-title">Hotel Facilities</div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="single-facility animate-box" data-animate-effect="fadeInUp"> <span><img src="img/services/1.png"></span> <h5>Free Wifi & Internet</h5> <p>Facility Round the Clock</p> <div class="facility-shape"> <span class="flaticon-world"></span> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box" data-animate-effect="fadeInUp"> <span><img src="img/services/3.png"></span> <h5>Driver Accommodation </h5> <p>Provides Driver Accommodation</p> <div class="facility-shape"> <span class="flaticon-bed"></span> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box" data-animate-effect="fadeInUp"> <span><img src="img/services/5.png"></span> <h5>Valley view</h5> <p> Valley View offers a breathtaking view of the plains, deep valleys and hills. </p> <div class="facility-shape"> <span class="flaticon-wifi"></span> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <span><img src="img/services/8.png"></span> <h5>LED Tv </h5> <p>Tv with Cable facilities in Each Rooms</p> <div class="facility-shape"> <span class="flaticon-breakfast"></span> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <span><img src="img/services/9.png"></span> <h5>Parking</h5> <p>Parking facility Available</p> <div class="facility-shape"> <span class="flaticon-breakfast"></span> </div> </div> </div> </div> </div> </section> <!-- Testiominals --> <section class="testimonials"> <div class="background bg-img bg-fixed section-padding pb-0" data-background="img/testimonials/testimonials-bg.jpg" data-overlay-dark="3"> <div class="container"> <div class="row"> <div class="col-md-8 offset-md-2"> <div class="testimonials-box"> <div class="head-box"> <h6>Testimonials</h6> <h4>What Client's Say?</h4> <div class="line"></div> </div> <div class="owl-carousel owl-theme"> <div class="item"> <span class="quote"><img src="img/quot.png" alt=""></span> <p>Nothing fall short when I think of this property in terms of location, food or the amazing staff and manager. A perfect getaway for a calm and serene atmosphere.️</p> <div class="info"> <div class="author-img"> <img src="img/testimonials/1.png" alt=""> </div> <div class="cont"> <span><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i></span> <h6>Simran Gill</h6> <span>Guest review</span> </div> </div> </div> <div class="item"> <span class="quote"><img src="img/quot.png" alt=""></span> <p>Nice resort with very amazing location in the the fruit bowl of kumaon..polite staff Specially Mr kamal sir , lokesh sir and suraj thapa sir maintaining the property so nicely...must visit for great travel experience</p> <div class="info"> <div class="author-img"> <img src="img/testimonials/2.png" alt=""> </div> <div class="cont"> <span><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i></span> <h6>Jitendra singh Negi</h6> <span>Guest review</span> </div> </div> </div> <div class="item"> <span class="quote"><img src="img/quot.png" alt=""></span> <p>It was nice stay there amazing beauty peace and property is very good staff is very supportive overall it was fantastic.</p> <div class="info"> <div class="author-img"> <img src="img/testimonials/3.png" alt=""> </div> <div class="cont"> <span><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i><i class="star-rating"></i></span> <h6>Amit Yadav</h6> <span>Guest review</span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Services --> <section class="services section-padding"> <div class="container"> <div class="row"> <div class="col-md-6 p-0 animate-box" data-animate-effect="fadeInLeft"> <div class="img left"> <a href="attractions.php"><img src="img/attractions/1.jpg" alt=""></a> </div> </div> <div class="col-md-6 p-0 bg-cream valign animate-box" data-animate-effect="fadeInRight"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Bhimtal</h4> <p>It is a famous lake located in the town of Bhimtal. The reason why it is so famous is because of the masonry dam built in the year 1883 which enabled a good storage facility.</p> <div class="butn-dark"> <a href="attractions.php"><span>Read More</span></a> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 bg-cream p-0 order2 valign animate-box" data-animate-effect="fadeInLeft"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Naukuchiatal</h4> <p>Like we mentioned Kumaon, Naukuchiatal is a small village full of serene views and peace. The village is highlighted due to the presence of a 9 cornered lake which is 1 km in length and 40 m deep.</p> <div class="butn-dark"> <a href="attractions.php"><span>Read More</span></a> </div> </div> </div> </div> <div class="col-md-6 p-0 order1 animate-box" data-animate-effect="fadeInRight"> <div class="img"> <a href="attractions.php"><img src="img/attractions/2.jpg" alt=""></a> </div> </div> </div> <div class="row"> <div class="col-md-6 p-0 animate-box" data-animate-effect="fadeInLeft"> <div class="img left"> <a href="attractions.php"><img src="img/attractions/3.jpg" alt=""></a> </div> </div> <div class="col-md-6 p-0 bg-cream valign animate-box" data-animate-effect="fadeInRight"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Ramgarh</h4> <p>Known as the fruit bowl of Kumaon, Ramgarh is the place of exotic fruit orchards like plums, apples, peaches and peers.</p> <div class="butn-dark"> <a href="attractions.php"><span>Read More</span></a> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 bg-cream p-0 order2 valign animate-box" data-animate-effect="fadeInLeft"> <div class="content"> <div class="cont text-left"> <div class="info"> <h6>Attractions</h6> </div> <h4>Nainital Lake</h4> <p>Nainital Lake is one of the best natural freshwater bodies in the state of Uttarakhand. Being a lake in midst of a bustling township, it receives huge tourist attraction. </p> <div class="butn-dark"> <a href="attractions.php"><span>Read More</span></a> </div> </div> </div> </div> <div class="col-md-6 p-0 order1 animate-box" data-animate-effect="fadeInRight"> <div class="img"> <a href="attractions.php"><img src="img/attractions/4.jpg" alt=""></a> </div> </div> </div> </div> </section> <?php include 'include/footer.php'?> <!-- jQuery --> <script src="js/jquery-3.6.0.min.js"></script> <script src="js/jquery-migrate-3.0.0.min.js"></script> <script src="js/modernizr-2.6.2.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/jquery.isotope.v3.0.2.js"></script> <script src="js/pace.js"></script> <script src="js/popper.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/scrollIt.min.js"></script> <script src="js/jquery.waypoints.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/jquery.magnific-popup.js"></script> <script src="js/YouTubePopUp.js"></script> <script src="js/select2.js"></script> <script src="js/datepicker.js"></script> <script src="js/smooth-scroll.min.js"></script> <script src="js/custom.js"></script> <!--popup video--> <script type="text/javascript"> function toggle(){ var trailer= document.querySelector( ".trailer") var video=document.querySelector("video") trailer.classList.toggle("active") video.pause(); video.currentTime=0; } </script> <!--popup video--> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings