File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelcaravannubra.com/about.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="img/fav-icon.png" type="image/x-icon" /> <title>About Us | Hotel Caravan</title> <!-- Icon css link --> <link href="css/font-awesome.min.css" rel="stylesheet"> <link href="vendors/stroke-icon/style.css" rel="stylesheet"> <link href="vendors/flat-icon/flaticon.css" rel="stylesheet"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Rev slider css --> <link href="vendors/revolution/css/settings.css" rel="stylesheet"> <link href="vendors/revolution/css/layers.css" rel="stylesheet"> <link href="vendors/revolution/css/navigation.css" rel="stylesheet"> <link href="vendors/animate-css/animate.css" rel="stylesheet"> <!-- Extra plugin css --> <link href="vendors/magnify-popup/magnific-popup.css" rel="stylesheet"> <link href="vendors/owl-carousel/owl.carousel.min.css" rel="stylesheet"> <link href="vendors/bootstrap-datepicker/bootstrap-datetimepicker.min.css" rel="stylesheet"> <link href="vendors/bootstrap-selector/bootstrap-select.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> </head> <body> <!--================Header Area =================--> <?php include("include/header.php");?> <!--================Header Area =================--> <!--================Banner Area =================--> <section class="banner_area"> <div class="container"> <div class="banner_inner_content"> <h3>About Us</h3> <ul> <li class="active"><a href="index.php">Home</a></li> <li><a href="#">About Us</a></li> </ul> </div> </div> </section> <!--================End Banner Area =================--> <!--================Resort Story Area =================--> <section class="introduction_area resort_story_area"> <div class="container"> <div class="row introduction_inner"> <div class="col-md-6"> <div class="choose_resot_slider owl-carousel"> <div class="item"> <img src="img/about/a-1.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-2.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-3.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-4.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-5.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-6.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-7.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-8.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-9.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-10.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-11.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-12.jpg" alt=""> </div> <div class="item"> <img src="img/about/a-13.jpg" alt=""> </div> </div> </div> <div class="col-md-6"> <div class="introduction_left_text"> <div class="resort_title"> <h5>Welcome To</h5> <h2>Hotel <span> Caravan</span></h2> </div> <p>Bestowing excellent hospitality to its every category of guests, Hotel Caravan reflects the culture and ethos of its location. With the perfect fusion of contemporary decor in the sumptuous interiors of the hotel, the hotel has set the bar of services much higher than the expectations of its guests. The concept of intuitive anticipatory service makes the guest experience unalloyed. The hotel welcomes and offers hospitality to guests coming from all around the world. We are focussed on delivering high quality, the best value, and superior customer service for an ultimate and intimate travelling experience.</p> </div> </div> </div> <div class="row introduction_inner"> <div class="col-md-12"> <div class="introduction_left_text"> <br> <p>Hotel Caravan is a luxury hotel 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. Innovation in services served at the hotel and benchmarked products soaked in the essence of its location forms the basis of our commitment to responsible luxury that creates the milestones of our hotel’s value proposition. </p> <a class="about_btn_b" href="contact.php">Contact Us</a> </div> </div> </div> </div> </section> <!--================End Resort Story Area =================--> <!--================Client Testimonial Area =================--> <!-- <section class="client_area client_three"> <div class="container"> <div class="center_title"> <h2>What Our Client <span>Says</span></h2> </div> <div class="clients_slider owl-carousel"> <div class="item"> <div class="media"> <div class="media-left"> <img src="img/clients/client-1.png" alt=""> </div> <div class="media-body"> <p><i>“</i>Nice place for stay near to Nainital, full filled with natural beauty, windows view is very beautiful, but restaurant serving is very rude, you can stay but I think avoide restaurant. </p> <a href="#"><h4>- Gourav Vishwakarma</h4></a> <h5></h5> </div> </div> </div> <div class="item"> <div class="media"> <div class="media-left"> <img src="img/clients/client-2.png" alt=""> </div> <div class="media-body"> <p><i>“</i>Best place if you want to avoid the hotchpotch of Nainital and want to witness the nature. Love this place the ambience and food. The owner was very helpful. Staff was very decent. </p> <a href="#"><h4>- Priyatama Sharma</h4></a> <h5></h5> </div> </div> </div> <div class="item"> <div class="media"> <div class="media-left"> <img src="img/clients/client-3.png" alt=""> </div> <div class="media-body"> <p><i>“</i> Beautiful location, nice well maintained rooms, every single room has valley view, awesome we weather, good food. </p> <a href="#"><h4>- Lalit Kumar Suman</h4></a> <h5></h5> </div> </div> </div> <div class="item"> <div class="media"> <div class="media-left"> <img src="img/clients/client-4.png" alt=""> </div> <div class="media-body"> <p><i>“</i>The best part is the view from the balconies and bedroom windows. The service was good. Since it was off season.... we were the only guests. Peaceful. Cold. But immensely enjoyable. </p> <a href="#"><h4>- AweHornet</h4></a> <h5></h5> </div> </div> </div> </div> </div> </section> --> <!--================End Client Testimonial Area =================--> <!--================Footer Area =================--> <?php include("include/footer.php");?> <!--================End Footer Area =================--> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery-2.2.4.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> <!-- Rev slider js --> <script src="vendors/revolution/js/jquery.themepunch.tools.min.js"></script> <script src="vendors/revolution/js/jquery.themepunch.revolution.min.js"></script> <script src="vendors/revolution/js/extensions/revolution.extension.video.min.js"></script> <script src="vendors/revolution/js/extensions/revolution.extension.slideanims.min.js"></script> <script src="vendors/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script> <script src="vendors/revolution/js/extensions/revolution.extension.navigation.min.js"></script> <script src="vendors/magnify-popup/jquery.magnific-popup.min.js"></script> <script src="vendors/isotope/imagesloaded.pkgd.min.js"></script> <script src="vendors/isotope/isotope.pkgd.min.js"></script> <script src="vendors/counterup/waypoints.min.js"></script> <script src="vendors/counterup/jquery.counterup.min.js"></script> <script src="vendors/owl-carousel/owl.carousel.min.js"></script> <script src="vendors/bootstrap-datepicker/bootstrap-datetimepicker.min.js"></script> <script src="vendors/bootstrap-selector/bootstrap-select.js"></script> <script src="vendors/lightbox/simpleLightbox.min.js"></script> <!-- instafeed--> <script type="text/javascript" src="vendors/instafeed/instafeed.min.js"></script> <script type="text/javascript" src="vendors/instafeed/script.js"></script> <script src="js/theme.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings