File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/harsilapplehomestay.com/about.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- TITLE --> <title>About | Harsil Apple Homestay</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="images/favicon.png"/> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700" rel='stylesheet' type='text/css'> <!-- CSS LIBRARY --> <link rel="stylesheet" type="text/css" href="css/lib/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/font-lotusicon.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/lib/jquery-ui.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/magnific-popup.css"> <link rel="stylesheet" type="text/css" href="css/lib/settings.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap-select.min.css"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="text/css" href="css/custom.css"> </head> <body> <!-- PRELOADER --> <div id="preloader"> <span class="preloader-dot"></span> </div> <!-- END / PRELOADER --> <!-- PAGE WRAP --> <div id="page-wrap"> <!-- HEADER --> <?php include'include/header.php'?> <!-- SUB BANNER --> <section class="section-sub-banner bg-9"> <div class="awe-overlay"></div> <div class="sub-banner"> <div class="container"> <div class="text text-center"> <h2>ABOUT Us</h2> </div> </div> </div> </section> <!-- END / SUB BANNER --> <!-- ABOUT --> <section class="section-about"> <div class="container"> <div class="about"> <!-- ITEM --> <div class="about-item"> <div class="img owl-single"> <img src="images/about/img-1.jpg" alt=""> <img src="images/about/img-2.jpg" alt=""> <img src="images/about/img-3.jpg" alt=""> <img src="images/about/img-4.jpg" alt=""> <img src="images/about/img-5.jpg" alt=""> <img src="images/about/img-6.jpg" alt=""> <img src="images/about/img-7.jpg" alt=""> <img src="images/about/img-8.jpg" alt=""> </div> <div class="text"> <h2 class="heading"> Harsil Apple Homestay</h2> <div class="desc"> <p>Nestled in the picturesque village of Harsil in Uttarakhand, Harsil Apple Homestay offers a charming escape amidst the tranquil beauty of the Himalayas. Surrounded by lush apple orchards and towering peaks, this homestay embodies the essence of rustic elegance and warm hospitality.</p> <p>Each accommodation option, whether it's a cozy room or a traditional cottage, provides a comfortable and inviting space for guests to unwind and immerse themselves in the serene ambiance of the mountains. Wake up to the melodious chirping of birds and the crisp mountain air, and savor delicious home-cooked meals made from locally sourced ingredients, including freshly plucked apples from the orchard.</p> </div> </div> </div> <!-- END / ITEM --> <br><br> <div class="text"> <div class="desc"> <p>Beyond the comforts of the homestay, guests have the opportunity to explore the mesmerizing natural wonders of Harsil and its surrounding areas. Embark on scenic hikes through verdant forests, visit ancient temples and sacred sites, or simply relax amidst the tranquility of nature. During the apple season, guests can even participate in apple-picking activities and learn about the cultivation process from the friendly hosts.</p> <p>At Harsil Apple Homestay, hospitality is more than just a service—it's a way of life. The hosts go above and beyond to ensure that every guest feels welcomed and cherished, offering personalized attention and insider tips to enhance their stay. Whether you're seeking adventure, relaxation, or cultural immersion, Harsil Apple Homestay promises an unforgettable experience in the heart of Uttarakhand's pristine wilderness.</p> <p>Discover a hidden gem nestled amidst the majestic Himalayas, where tranquility meets adventure. Located at an altitude of 2650 meters, our modern yet charming heritage-style home awaits, perched atop a quaint, clean, and peaceful village. Accessible via a scenic 200-meter uphill trek from the main road, your journey will be as memorable as your destination. Ideal for trekking enthusiasts and nature lovers alike, immerse yourself in the breathtaking vistas and serene atmosphere of this Himalayan haven."</p> </div> </div> </div> </div> </section> <!-- END / ABOUT --> <!-- TEAM --> <!-- OUR BEST --> <section class="ot-out-best mt60"> <div class="container"> <div class="content"> <div class="row"> <div class="col col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading mb40 row-20 text-center"> <h2>Our Best Facilities</h2> </div> </div> </div> <div class="owl-single owl-best" data-single_item="false" data-desktop="6" data-small_desktop="4" data-tablet="3" data-mobile="2" data-nav="true" data-pagination="false"> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/1.png" alt="icon"> <span class="font-hind f-500">Kids play area</span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/2.png" alt="icon"> <span class="font-hind f-500"> Kitchen </span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/3.png" alt="icon"> <span class="font-hind f-500">Garden</span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/4.png" alt="icon"> <span class="font-hind f-500"> Pickup/drop</span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/5.png" alt="icon"> <span class="font-hind f-500">Bellboy service </span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/6.png" alt="icon"> <span class="font-hind f-500">24 Hr Room Service </span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/7.png" alt="icon"> <span class="font-hind f-500">Restaurant/cafe </span> </div> <div class="item text-center"> <img class="img-responsive mb10" src="images/icon/8.png" alt="icon"> <span class="font-hind f-500">Doctor on call </span> </div> </div> </div> </div> </section> <!-- END / OUR BEST --> <?php include'include/footer.php'?> <!-- END / FOOTER --> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/lib/jquery-ui.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap-select.js"></script> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script> <script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="js/lib/owl.carousel.js"></script> <script type="text/javascript" src="js/lib/jquery.appear.min.js"></script> <script type="text/javascript" src="js/lib/jquery.countTo.js"></script> <script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script> <script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script> <script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="js/lib/SmoothScroll.js"></script> <script type="text/javascript" src="js/scripts.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings