File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/natureforestview.in/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 - Nature Forest View Resort</title> <link rel="shortcut icon" href="img/favicon.png"/> <link rel="stylesheet" href="css/plugins.css"/> <link rel="stylesheet" href="css/style.css"/> </head> <body> <!-- Preloader --> <div class="preloader-bg"></div> <div id="preloader"> <div id="preloader-status"> <div class="preloader-position loader"> <span></span> </div> </div> </div> <!-- Progress scroll totop --> <div class="progress-wrap cursor-pointer"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" /> </svg> </div> <?php include 'include/header.php';?> <!-- Header Banner --> <div class="banner-header section-padding valign bg-img bg-fixed bg-position-bottom" data-overlay-dark="4" data-background="img/slider/5.jpg"> <div class="container"> <div class="row"> <div class="col-md-12 caption text-center"> <h1>About Us</h1> </div> </div> </div> <!-- button scroll --> <a href="#" data-scroll-nav="1" class="mouse smoothscroll"> <span class="mouse-icon"> <span class="mouse-wheel"></span> </span> </a> </div> <!-- About --> <section class="about section-padding bg-white"> <div class="container"> <div class="row"> <div class="section-title"> Nature Forest View Resort</div> <div class="row"> <div class="col-lg-6 col-md-12"> <p>Nature Forest View Resort in Mahabaleshwar provides a peaceful and comfortable retreat with a wide range of amenities to enhance the guest experience. The resort features a refreshing swimming pool where guests can unwind and enjoy the cool mountain air, as well as beautifully maintained gardens perfect for leisurely walks or relaxing amidst lush greenery.</p> <p> Each room is air-conditioned (AC) and equipped with a television, ensuring guests can relax comfortably after a day of exploring. The rooms are designed with cozy furnishings that blend comfort with a rustic charm, giving the space a warm and welcoming feel. Ishwar Inn is ideal for families, couples, and solo travelers looking to escape the city and experience Mahabaleshwar’s scenic beauty with the added convenience of modern facilities. Plus, its proximity to popular local attractions makes it a perfect base for sightseeing, whether it's visiting the famous Venna Lake or enjoying panoramic views from nearby viewpoints.</p> </div> <div class="col-lg-6 col-md-12"> <div class="row g-3"> <div class="col-6 text-end"> <img class="img-fluid rounded w-75 wow zoomIn" data-wow-delay="0.1s" src="img/about-1.jpg" style="margin-top: 25%;"> </div> <div class="col-6 text-start"> <img class="img-fluid rounded w-100 wow zoomIn" data-wow-delay="0.3s" src="img/about-2.jpg"> </div> <div class="col-6 text-end"> <img class="img-fluid rounded w-50 wow zoomIn" data-wow-delay="0.5s" src="img/about-3.jpg"> </div> <div class="col-6 text-start"> <img class="img-fluid rounded w-75 wow zoomIn" data-wow-delay="0.7s" src="img/about-4.jpg"> </div> </div> </div> </div> </div> </div> </section> <!-- Amenities --> <section class="amenities section-padding"> <div class="container"> <div class="row mb-30"> <div class="col-md-2"> <div class="sub-title border-bot-light">Facilities</div> </div> <div class="col-md-10"> <div class="section-title">Resort Facilities</div> <p>Enjoy a range of exceptional facilities designed to enhance your comfort and convenience during your stay.</p> </div> </div> <div class="row"> <div class="col-md-3"> <div class="item text-center"> <span class="number">01</span> <img src="img/icons/1.png" alt="icon"> <h5><a href="#">24/7 Caretaker</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">02</span> <img src="img/icons/2.png" alt="icon"> <h5><a href="#">Car Parking Area</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">03</span> <img src="img/icons/3.png" alt="icon"> <h5><a href="#">Free Wifi</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">04</span> <img src="img/icons/4.png" alt="icon"> <h5><a href="#">Garden Area</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">05</span> <img src="img/icons/5.png" alt="icon"> <h5><a href="#">Air Conditioner</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">06</span> <img src="img/icons/6.png" alt="icon"> <h5><a href="#">Swimming Pool</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">07</span> <img src="img/icons/7.png" alt="icon"> <h5><a href="#">Pets Not Allowed</a></h5> </div> </div> <div class="col-md-3"> <div class="item text-center"> <span class="number">08</span> <img src="img/icons/8.png" alt="icon"> <h5><a href="#">Balcony</a></h5> </div> </div> </div> </div> </section> <?php include 'include/footer.php';?> <!-- jQuery --> <script src="js/jquery-3.6.3.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/wow.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