File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelstendel.com/about.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>About Us | Hotel Stendel</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 rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow&family=Barlow+Condensed&family=Gilda+Display&display=swap"> <link rel="stylesheet" href="css/plugins.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body> <?php include 'include/header.php'?> <div class="banner-header section-padding valign bg-img bg-fixed" data-overlay-dark="4" data-background="img/bg/1.jpg" style="background-size: 100% 100%;"> <div class="container"> <div class="row"> <div class="col-md-12 caption mt-90"> <h5>Hotel Stendel</h5> <h1>About Us</h1> </div> </div> </div> </div> <section class="about section-padding bg-cream"> <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">Hotel Stendel</div> <div class="section-title">Enjoy a comfortable stay</div> <p>Nestled in the breathtaking landscapes of Leh, Ladakh, Hotel Stendel is more than just a place to stay—it's an experience of serenity, comfort, and unmatched hospitality. Located in the heart of Ladakh, our hotel offers an ideal blend of traditional charm and modern amenities, making it a perfect retreat for travelers seeking to explore the region's natural beauty and rich cultural heritage.</p> <p>Our spacious and well-appointed rooms provide a comfortable sanctuary after a day of adventure, each designed to ensure relaxation with amenities like cozy bedding, attached bathrooms, and stunning views of the surrounding mountains. Whether you’re here to explore the rugged terrain, visit ancient monasteries, or simply bask in the tranquility of Ladakh, Hotel Stendel serves as your gateway to unforgettable experiences.</p> </div> <div class="col col-md-6 animate-box" data-animate-effect="fadeInUp"> <img src="img/about/about1.jpg" alt="" class="mt-30 mb-30"> </div> <div class="col-md-12 " > <p>At Hotel Stendel, we pride ourselves on our warm and attentive service, ensuring every guest feels at home. Our in-house restaurant serves a delightful array of local, Indian, and international cuisines, crafted to tantalize your taste buds. Beyond comfortable accommodations, we offer thoughtful services like travel assistance, 24-hour front desk support, and curated local experiences to make your stay seamless and memorable.</p> <p>Whether you’re traveling solo, as a couple, or with family, Hotel Stendel promises a perfect blend of comfort, adventure, and genuine Ladakhi hospitality. Come and discover the magic of Ladakh with us—where every moment becomes a cherished memory.</p> </div> </div> </section> <section class="facilties section-padding"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-subtitle">Our Services</div> <div class="section-title">Hotel Facilities</div> </div> </div> <div class="row"> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/1.png"> <h5> Wifi</h5> <p>Stay Connected, Always – Enjoy Free WiFi at Hotel Stendel</p> <div class="facility-shape"> <img src="img/services/1.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/2.png"> <h5>Doctor on call </h5> <p>Your Well-Being, Our Priority – Doctor on Call, Anytime You Need</p> <div class="facility-shape"> <img src="img/services/2.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/3.png"> <h5>24-hour Room Service</h5> <p>Service at Your Doorstep, Anytime – 24-Hour Room Service for Your Comfort</p> <div class="facility-shape"> <img src="img/services/3.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/4.png"> <h5>Luggage Storage</h5> <p>Travel Light, Worry Less – Secure Luggage Storage at Your Service</p> <div class="facility-shape"> <img src="img/services/4.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/5.png"> <h5> Housekeeping</h5> <p>Sparkling Clean, Every Time – Exceptional Housekeeping for Your Comfort</p> <div class="facility-shape"> <img src="img/services/5.png"> </div> </div> </div> <div class="col-md-4"> <div class="single-facility animate-box fadeInUp animated" data-animate-effect="fadeInUp"> <img src="img/services/6.png"> <h5>Parking</h5> <p>Hassle-Free Travel – Safe and Spacious Parking Awaits</p> <div class="facility-shape"> <img src="img/services/6.png"> </div> </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> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings