File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelmsresort.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 | M S Resort</title> <link rel="shortcut icon" href="img/favicon.png" /> <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> <!-- Preloader --> <?php include("include/header.php");?> <!-- Header Banner --> <div class="banner-header section-padding valign bg-img bg-fixed" data-overlay-dark="4" data-background="img/slider/banner.jpg"> <div class="container"> <div class="row"> <div class="col-md-12 caption mt-90"> <h5>Luxury Resort</h5> <h1>About Us</h1> </div> </div> </div> </div> <!-- About --> <section class="about section-padding bg-cream"> <div class="container"> <div class="row"> <div class="col-md-6 mb-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">M S Resort</div> <div class="section-title">Enjoy a Luxury Experience</div> <p>M S Resort Dalhousie is a charming hilltop retreat offering a serene escape amidst the natural beauty of Himachal Pradesh. Nestled among pine-covered slopes and misty valleys, the resort blends comfort with traditional hospitality, making it an ideal choice for families, couples, and solo travelers alike. The property features a variety of well-maintained rooms, each thoughtfully designed to cater to different budgets and preferences. Guests can enjoy warm interiors, modern amenities, and a peaceful environment that encourages relaxation and rejuvenation. </p> <p>Beyond its cozy accommodations, M S Resort provides easy access to Dalhousie’s top attractions such as Khajjiar, St. John’s Church, and the Mall Road. The in-house restaurant serves fresh, local cuisine, while the common terrace and lounge areas offer panoramic views and spots to unwind. With attentive staff, a tranquil setting, and a commitment to guest satisfaction, M S Resort ensures a memorable stay in one of Himachal’s most picturesque destinations.</p> </div> <div class="col col-md-6 animate-box" data-animate-effect="fadeInUp"> <img src="img/about/abt2.jpg" alt="" class="mt-90 mb-30"> </div> </div> </div> </section> <!-- Pricing --> <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">Resort 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>Neat and clean bedding i.e. White Linen</h5> <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> Elevator </h5> <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>32" LED TV, with digital cable TV network</h5> <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> Room service </h5> <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>High speed Wi-Fi, speed up to 50 MBPS</h5> <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>Room heaters during winter (Chargeable)</h5> <div class="facility-shape"> <img src="img/services/6.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/7.png"> <h5> Bon fire on request (Chargeable) </h5> <div class="facility-shape"> <img src="img/services/7.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/8.png"> <h5>Drive in facility with parking</h5> <div class="facility-shape"> <img src="img/services/8.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/9.png"> <h5>Intercom in every room</h5> <div class="facility-shape"> <img src="img/services/9.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.03 |
proxy
|
phpinfo
|
Settings