File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelatithiinternational.in/about.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <title> Atithi International | About </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/favicon.png"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="assets/images/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Font Awesome link --> <link rel="stylesheet" href="https://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="assets/css/custom.css" type="text/css"> <link rel="stylesheet" href="assets/css/responsive.css" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"> </head> <body> <?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"> <h1 class="sub-heading">About Us</h1> <p>We are one of the popular hotel in katra with spectacular hospitality and finest facilities.</p> <div class="breadcrumb-con d-inline-block"> <ol class="breadcrumb mb-0"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">About</li> </ol> </div> <!-- heading title con --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- banner con --> </section> <!-- ABOUT US CRAFTING SECTION --> <section class="float-left w-100 position-relative about-us-crafting-con padding-top padding-bottom main-box background-fcf6f4"> <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-img2.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">About Us</span> <h2 class="">Restoring Natural Bounty</h2> <p>The greenery trails of Katra, which are spread across the foothills of the mountains and hold a special place for travel and adventure enthusiasts, are now at risk of losing their original beauty due to over-tourism. This itinerary allows you to join us in our efforts to preserve the true essence of these routes with cleanliness drives aimed at reviving their natural beauty. </p> <p class="">Situated in the Ambika Chowk area of Katra- Jammu , it offers convenient proximity to local attractions and is also connected to the airport for ease of travel. Rooms typically include private bathrooms, separate sitting areas, and in some cases soundproofing. Atithi International is a luxury resort with a stylish elegance – here contemporary style, new age amenities, and essential services combine to give travellers a harmonious experience. Our hotel has all the services that are needed, and all the essentials are in place. </p> <!-- heading title con --> </div> <!-- <ul class="list-unstyled p-0 check-list"> <li class="position-relative"><i class="fa-solid fa-circle-check position-absolute"></i></li> <li class="position-relative"><i class="fa-solid fa-circle-check position-absolute"></i></li> <li class="position-relative mb-0"><i class="fa-solid fa-circle-check position-absolute"></i></li> </ul> --> <div class="secondary-button d-inline-block"> <a href="https://asiatech.in/booking_engine/index3?token=ODcyNg==" class="d-inline-block">Book Here<i class="fa-solid fa-arrow-right ml-2"></i></a> </div> <!-- dining experience content --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- dining experience con --> </section> <!-- MEMBERSHIP SECTION --> <section class="float-left w-100 position-relative membership-con padding-top padding-bottom main-box"> <div class="container wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.3s"> <div class="row align-items-center"> <div class="col-lg-6 col-md-6"> <div class="membership-content-con"> <div class="heading-title-con mb-0"> <span class="special-text beige-text text-uppercase font-archivo d-block">Atithi International</span> <h2 class="">Why Choose Us</h2> <p class="">We are one of the popular resort of the city with spectacular hospitality and finest facilities. A mid-range resort blending comfort, meeting facilities, and family-oriented amenities. Rooms typically include bathrooms, separate sitting areas, and in some cases soundproofing —categories such as Executive Double , Triple Bed Room and Family Room are available. This is a chance to better understand the impact of tourism and pollution on these breath-taking trails and is a step towards restoring the landscape of the region to its original charm.</p> <!-- heading title con --> </div> <div class="primary-button d-inline-block"> <a href="gallery.php" class="d-inline-block">More Images<i class="fa fa-arrow-right ml-2"></i></a> </div> <!-- membership content con --> </div> <!-- col --> </div> <div class="col-lg-6 col-md-6 pl-0"> <div class="member-benefits-con float-right"> <div class="benefit-box"> <img src="assets/images/c.png" alt="icon" class="img-fluid"> <h4 class="mb-0">24hr Room Service</h4> <!-- benefit box --> </div> <div class="benefit-box"> <img src="assets/images/k.png" alt="icon" class="img-fluid"> <h4 class="mb-0">Tea/Coffee Maker</h4> <!-- benefit box --> </div> <div class="benefit-box"> <img src="assets/images/w.png" alt="icon" class="img-fluid"> <h4 class="mb-0">Free Wifi Available</h4> <!-- benefit box --> </div> <div class="benefit-box"> <img src="assets/images/a.png" alt="icon" class="img-fluid"> <h4 class="mb-0">Parking Available</h4> <!-- benefit box --> </div> <!-- member benefits con --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- membership con --> </section> <?php include 'include/footer.php';?> <!-- BACK TO TOP BUTTON --> <button id="back-to-top-btn" title="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