File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/staybhawani.com/about.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <title> Bhawani Homes | About Us </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon.png"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="theme-color" content="#ffffff"> <!-- Font Awesome link --> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <!-- StyleSheet link CSS --> <link rel="stylesheet" href="assets/css/animate.css"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="assets/bootstrap/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/superclasses.css" type="text/css"> <link rel="stylesheet" href="assets/css/owl.carousel.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/owl.theme.default.min.css" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <link rel="stylesheet" href="assets/css/custom.css" type="text/css"> <link rel="stylesheet" href="assets/css/responsive.css" type="text/css"> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"> </head> <body> <!-- LOADER --> <!-- HEADER SECTION --> <?php include'include/header.php'?> <!-- BANNER SECTION --> <section class="float-left w-100 position-relative sub-banner-con text-center"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-9 col-lg-12 mr-auto ml-auto"> <div class="heading-title-con mb-0"> <h2 class="sub-heading">About Us Us</h2> <p>About Us</p> <!-- heading title con --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- banner con --> </section> <!-- GET IN TOUCH SECTION --> <section class="float-left w-100 position-relative dining-experience-con main-box background-fff"> <div class="container wow fadeIn" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="row align-items-center background-fff"> <div class="col-lg-6 col-md-6 pr-0"> <figure><img src="assets/images/about-img1.jpg" alt="image" class="img-fluid"></figure> <!-- col --> </div> <div class="col-lg-6 col-md-6 p-0"> <div class="dinng-experience-content"> <div class="heading-title-con mb-0"> <span class="special-text beige-text text-uppercase font-archivo d-block">Bhawani Homes</span> <h2 class="">A peaceful stay near the heart of Varanasi</h2> <p class="">Bhawani Homes is a comfortable and welcoming hotel located in the spiritual city of Varanasi, offering guests a peaceful stay amidst the city’s vibrant culture and heritage. The hotel is thoughtfully designed to provide a homely atmosphere while maintaining modern standards of comfort and convenience. Each room at Bhawani Homes is clean, well-maintained, and equipped with essential amenities to ensure a relaxing experience for travelers. The hotel caters to pilgrims, tourists, and business visitors alike, making it a preferred choice for diverse guests.</p> <p>Warm hospitality and courteous service are at the heart of Bhawani Homes’ philosophy. Guests can enjoy a calm environment after a day of exploring temples, ghats, and local attractions. The hotel focuses on cleanliness, safety, and guest satisfaction at every level. Staff members are attentive and always ready to assist with guest needs. Bhawani Homes aims to make every stay pleasant and memorable. Its welcoming ambiance reflects the traditional warmth of Varanasi. The hotel combines simplicity with comfort to create a stress-free experience.</p> <!-- heading title con --> </div> <!-- dining experience content --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- dining experience con --> </section> <!-- SERVICES SECTION --> <section class="float-left w-100 position-relative pt-60 services-con padding-bottom text-center main-box"> <div class="container wow fadeIn" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="heading-title-con"> <span class="special-text beige-text text-uppercase font-archivo d-block">What We Provide</span> <h2 class="mb-0">Our Amenities </h2> </div> <div class="row"> <div class="col-lg-4 col-md-4"> <div class="service-box position-relative"> <figure class="center-icon"><img src="assets/images/icon/1.png" alt=""></figure> <h4 class="">Power Backup</h4> <p>Uninterrupted power supply to ensure a comfortable stay at all times.</p> <!-- service box --> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4"> <div class="service-box position-relative"> <figure class="center-icon"><img src="assets/images/icon/2.png" alt=""></figure> <h4 class="">Room Service</h4> <p>Convenient in-room service for a relaxed and hassle-free experience.</p> <!-- service box --> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4"> <div class="service-box position-relative"> <figure class="center-icon"><img src="assets/images/icon/3.png" alt=""></figure> <h4 class="">Paid Parking</h4> <p>Secure paid parking facility available for guests’ vehicles.</p> <!-- service box --> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4"> <div class="service-box position-relative"> <figure class="center-icon"><img src="assets/images/icon/4.png" alt=""></figure> <h4 class="">Free Wi-Fi</h4> <p>Complimentary high-speed Wi-Fi access throughout the property.</p> <!-- service box --> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4"> <div class="service-box position-relative"> <figure class="center-icon"><img src="assets/images/icon/5.png" alt=""></figure> <h4 class="">Doctor on Call</h4> <p>Medical assistance available on call for added safety and peace of mind.</p> <!-- service box --> </div> <!-- col --> </div> <div class="col-lg-4 col-md-4"> <div class="service-box position-relative"> <figure class="center-icon"><img src="assets/images/icon/6.png" alt=""></figure> <h4 class="">Housekeeping</h4> <p>Spotless rooms, fresh linens, and thoughtful care to ensure a comfortable stay.</p> <!-- service box --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- services con --> </section> <!-- FOOTER SECTION --> <?php include'include/footer.php'?> <!-- BACK TO TOP BUTTON --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/owl.carousel.js"></script> <script src="assets/js/contact-form.js"></script> <script src="assets/js/video-popup.js"></script> <script src="assets/js/video-section.js"></script> <script src="assets/js/jquery.validate.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/counter.js"></script> <script src="assets/js/custom.js"></script> <script src="assets/js/search.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings