File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelaparajita.com/index.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, maximum-scale=1"> <!-- Mobile Web-app fullscreen --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes"> <!-- Meta tags --> <link rel="icon" href="images/favicon.png"> <!--Title--> <title>Hotel Aparajita</title> <!--CSS styles--> <link rel="stylesheet" media="all" href="css/bundle.min.css" /> <!--Google fonts--> <link href="https://fonts.googleapis.com/css?family=Montserrat:300,500&subset=latin-ext" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext" rel="stylesheet"> <style> .rating.animated {text-align:center;} .blog article .text { padding:0px;} .blog article .image img { width: 100%; border: 1px solid #ded9d9; padding: 5px; background: #fff; border-radius: 6px; } .blog article .text .time { border: 1px solid #fff;} .quotes .quote { text-align: left; border: 1px solid #c9d0d5; margin: 0 5px; min-height: 307px; border-radius: 10px; background: #ffffff8c; color: #000; padding: 7px 17px; } .rooms article .details .text .title { margin-bottom: 12px;} p.title { font-size: 16px; font-weight: 500; margin-top: 20px !important;} p.set { line-height: 27px; color: #000; font-weight: 400; } .booking .booking-wrapper .btn:hover {background: #fff;} .aboutBg {margin-top:-25px;} span.fa.fa-star { color:#f7961e;} @media only screen and (max-width:767px) { img.logo-mobile {width: 97px !important;} .quotes .quote { padding: 7px 17px; line-height: 25px; font-size: 14px;} } @media only screen and (min-width:768px) and (max-width:991px) { .text-right { text-align: center;} } </style> </head> <body> <!--<div class="page-loader"> </div>--> <div class="wrapper"> <!-- Begin: header--> <?php include 'include/header.php' ?> <!-- End: header--> <!-- ======================== Header content ======================== --> <section class="frontpage-slider"> <div class="owl-slider owl-slider-header"> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slide1.jpg)"> <div class="box box-bottom text-right"> <div class="container"> <h2 class="title animated h1" data-animation="fadeInDown"> Welcome To <br /> <span> Hotel Aparajita</span> </h2> </div> </div> </div> <!-- === slide item === --> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slide2.jpg)"> <div class="box box-bottom text-right"> <div class="container"> <h2 class="title animated h1" data-animation="fadeInDown"> Welcome To <br /> <span> Hotel Aparajita</span> </h2> </div> </div> </div> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slide3.jpg)"> <div class="box box-bottom text-center"> <div class="container"> <h2 class="title animated h1" data-animation="fadeInDown"> Welcome To <br /> <span> Hotel Aparajita</span> </h2> </div> </div> </div> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slide4.jpg)"> <div class="box box-bottom text-center"> <div class="container"> <h2 class="title animated h1" data-animation="fadeInDown"> Welcome To <br /> <span> Hotel Aparajita</span> </h2> </div> </div> </div> </div> <!--/owl-slider--> </section> <!-- ======================== Booking ======================== --> <section class="booking booking-default-theme"> <div class="section-header hidden"> <div class="container"> <h2 class="title">Booking & reservations</h2> </div> </div> <div class="booking-wrapper"> <div class="container"> <div class="row"> <!--=== date arrival ===--> <div class="col-xs-4 col-sm-3"> <div class="date" id="dateArrival" data-text="Arrival"> <input class="datepicker" readonly="readonly" /> <div class="date-value"></div> </div> </div> <!--=== date departure ===--> <div class="col-xs-4 col-sm-3"> <div class="date" id="dateDeparture" data-text="Departure"> <input class="datepicker" readonly="readonly" /> <div class="date-value"></div> </div> </div> <!--=== guests ===--> <div class="col-xs-4 col-sm-2"> <div class="guests" data-text="Guests"> <div class="result"> <input class="qty-result" type="text" value="1" id="qty-result" readonly="readonly" /> <div class="qty-result-text date-value" id="qty-result-text"></div> </div> <!--=== guests list ===--> <ul class="guest-list"> <li class="header"> Please choose number of guests <span class="qty-apply"><i class="icon icon-cross"></i></span> </li> <!--=== adults ===--> <li class="clearfix"> <!--=== Adults value ===--> <div> <input class="qty-amount" value="1" type="text" id="ticket-adult" data-value="1" readonly="readonly" /> </div> <div> <span>Adults <small>16+ years</small></span> </div> <!--=== Add/remove quantity buttons ===--> <div> <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-adult" /> <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-adult" /> </div> </li> <!--=== chilrens ===--> <li class="clearfix"> <!--=== Adults value ===--> <div> <input class="qty-amount" value="0" type="text" id="ticket-children" data-value="0" readonly="readonly" /> </div> <!--=== Label ===--> <div> <span>Children <small>2-11 years</small></span> </div> <!--=== Add/remove quantity buttons ===--> <div> <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-children" /> <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-children" /> </div> </li> <!--=== Infants ===--> <li class="clearfix"> <!--=== Adults value ===--> <div> <input class="qty-amount" value="0" type="text" id="ticket-infants" data-value="0" readonly="readonly" /> </div> <!--=== Label ===--> <div> <span>Infants <small>Under 2 years</small></span> </div> <!--=== Add/remove quantity buttons ===--> <div> <input class="qty-btn qty-minus" value="-" type="button" data-field="ticket-infants" /> <input class="qty-btn qty-plus" value="+" type="button" data-field="ticket-infants" /> </div> </li> </ul> </div> </div> <!--=== button ===--> <div class="col-xs-12 col-sm-4"> <a href="https://asiatech.in/booking_engine/index3?token=NTY1Ng==" class="btn btn-clean"> Book now <!--<small>Best Prices Guaranteed</small>--> </a> </div> </div> <!--/row--> </div><!--/booking-wrapper--> </div> <!--/container--> </section> <section class="blog blog-widget"> <!-- === stretcher header === --> <div class="section-header"> <div class="container"> <h2 class="title"><u>About <span>Us</span></u><a href="about.php" class="btn btn-sm btn-clean-dark">Explore more..</a></h2> <p class="set"> Hotel Aparajita is a luxurious accommodation located near Bhu Trauma center in Nagwa Lanka, Varanasi Uttar Pradesh 221005. This hotel offers a range of amenities and services that make it an ideal choice for travelers seeking comfort and convenience. </p> <p class="set"> One of the standout features of Hotel Aparajita is its super deluxe rooms. These spacious and elegantly furnished rooms are designed to provide guests with the utmost comfort and relaxation. Each room is equipped with modern amenities such as air conditioning, flat-screen TV, tea/coffee maker, mini-fridge, and more. </p> </div> </div> <div class="aboutBg container"> <div class="row"> <!-- === article item === --> <div class="col-sm-4"> <a href="about.php"> <article> <div class="image"> <img src="images/about/img1.jpg" alt="" /> </div> <div class="text"> <!--<h2 class="h4 title"> What to do when holidays go wrong </h2>--> </div> </article> </a> </div> <!-- === article item === --> <div class="col-sm-4"> <a href="about.php"> <article> <div class="image"> <img src="images/about/img2.jpg" alt="" /> </div> <div class="text"> <!--<h2 class="h4 title"> What to do when holidays go wrong </h2>--> </div> </article> </a> </div> <!-- === article item === --> <div class="col-sm-4"> <a href="about.php"> <article> <div class="image"> <img src="images/about/img3.jpg" alt="" /> </div> <div class="text"> <!--<h2 class="h4 title"> What to do when holidays go wrong </h2>--> </div> </article> </a> </div> </div> <!--/row--> </div> <!--/container--> </section> <!-- ======================== Rooms ======================== --> <section class="image-blocks image-blocks-header"> <div class="section-header" style="background-image:url(assets/images/header-1.jpg)"> <div class="container"> <h2 class="title">Our Rooms <a href="super-deluxe-room.php" class="btn btn-sm btn-clean">View More</a></h2> <p>The elegant and luxurious rooms make your stay comfortable and reminiscent.</p> </div> </div> <div class="container"> <!--item block --> <div class="blocks blocks-left"> <div class="item"> <div class="text"> <!-- === room info === --> <h2 class="title">Super Deluxe Room</h2> <p> A heaven of indulgence, the spacious Super deluxe rooms is facilitated by a range of state-of-the-art amenities accompanied by warm and efficient services. Wi-Fi enabled with ample broadband and the exclusive perks in the form of flat TVs, mini bar, electronic safe, modern luxurious washrooms and of course a comfortable bed to relax & recharge yourself for the next day. </p> <!-- === room facilities === --> <div class="room-facilities"> <!--=== icon ===--> <figure> <figcaption><i class="hotelicon hotelicon-air-condition"></i> Air Conditioner</figcaption> </figure> <!--=== icon ===--> <figure> <figcaption><i class="hotelicon hotelicon-roomservice"></i> Room service</figcaption> </figure> <!--=== icon ===--> <figure> <figcaption><i class="hotelicon hotelicon-king-bed"></i> Kingsize bed</figcaption> </figure> <!--=== icon ===--> <figure> <figcaption><i class="hotelicon hotelicon-kitchen"></i> All inclusive</figcaption> </figure> <!--=== icon ===--> <figure> <figcaption><i class="hotelicon hotelicon-coffee"></i> Coffee Maker</figcaption> </figure> <!--=== icon ===--> <figure> <figcaption><i class="hotelicon hotelicon-tv"></i> TV</figcaption> </figure> </div> <!-- === booking === --> <div class="book"> <div> <a href="https://asiatech.in/booking_engine/index3?token=NTY1Ng==" target="_blank" class="btn btn-danger btn-lg">Book Now</a> </div> <div> <span class="price h2">Rs. 2,000</span> <span>per night</span> </div> </div> <!--/booking--> </div><!--/text--> </div> <!--/item--> <div class="image" style="background-image:url(images/room/super-deluxe-room.jpg)"> <img src="images/room/super-deluxe-room.jpg" alt="" /> </div> </div> </div> <!--/container--> </section> <!-- ======================== Quotes ======================== --> <!-- ======================== Attraction ======================== --> <section class="stretcher-wrapper" style="padding-bottom:0;"> <div class="section-header"> <div class="container"> <h2 class="title">Attractions<span></span></u><a href="attraction.php" class="btn btn-sm btn-clean-dark">Explore more..</a></h2> <p class="set"> Kashi Vishwanath Temple, Dasaswamedh Ghat, Assi Ghat, Manikarnika Ghat, Tulsi Manas Temple, Ramnagar Fort & Museum, Alamgir Mosque, Godowlia Market, Chowk & Vishwanath Gali, Man Mandir Observatory, Darbhanga Ghat and many more. </p> </div> </div> <ul class="stretcher"> <li class="stretcher-item" style="background-image:url(images/attraction/1.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Kashi Vishwanath Temple</span> </div> </div> <figure> <h4><u>Kashi Vishwanath Temple</u></h4> <figcaption>One of the oldest, richest, and holiest shrines of India is located in the sacred city of Varanasi and is known as Shri Kashi Vishwanath Temple. Named Kashi, due to the ancient name of Varanasi, the glorious temple commemorates the mighty Lord Shiva and is a part of the 12 Jyotirlingas. Thousands of devotees travel from miles away to witness its soothing spiritual ambiance and seek blessings from their god. Sun glistens on the towering spires and domes made out of pure gold.</figcaption> </figure> <a href="attraction.php">Read More</a> </li> <li class="stretcher-item" style="background-image:url(images/attraction/2.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Dasaswamedh Ghat</span> </div> </div> <figure> <h4><u>Dasaswamedh Ghat</u></h4> <figcaption>Dashashwamedh Ghat is known for conducting the liveliest aartis along the holy river Ganga to immerse the visitors into divine bliss. A prominent member of the tourist attractions in Varanasi, Dashashwamedh Ghat, got its name due to the legend of Lord Brahma sacrificing 10 horses, or das Ashwamedh, in order to perform a yajna. Every sunset, the ghat gets illuminated by the light of diyas lit to commence the sacred rituals.</figcaption> </figure> <a href="attraction.php">Read More</a> </li> <li class="stretcher-item" style="background-image:url(images/attraction/3.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Assi Ghat</span> </div> </div> <figure> <h4><u>Assi Ghat</u></h4> <figcaption>Another name amongst the unmissable places to visit in Varanasi is Assi Ghat. Frequented by college-goers and tourists alike, this ghat offers a peaceful escape from the hustle and bustle of Varanasi's chaotic lanes. Pilgrims bathe in the holy waters of River Assi and offer flowers to the Shivlinga before resting on the steps of the ghat.</figcaption> </figure> <a href="attraction.php">Read More</a> </li> <li class="stretcher-item" style="background-image:url(images/attraction/4.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Manikarnika Ghat</span> </div> </div> <figure> <h4><u>Manikarnika Ghat</u></h4> <figcaption>Many legends surround the etymology behind Manikarnika Ghat, the oldest riverfront and one of the most religious tourist attractions in Varanasi. Mentioned in many ancient scriptures and religious texts, Manikarnika ghat is said to be the place where Devi Sati set herself on fire and also the birthplace of the fearless queen of Jhansi, Rani Lakshmibai.</figcaption> </figure> <a href="attraction.php">Read More</a> </li> <li class="stretcher-item more"> <div class="more-icon"> <span data-title-show="Show more" data-title-hide="+"></span> </div> <a href="attraction.php">Read More</a> </li> </ul> </section> <!-- ======================== Attraction======================== --> <!-- ======================== Facilities ======================== --> <section class="facilities"> <div class="section-header text-center"> <div class="container"> <h2 class="title"><u>Hotel <span>Services</span></u><a href="facility.php" class="btn btn-sm btn-clean-dark">Explore more..</a></h2> <!--<p>Experience & aminities</p>--> </div> </div> <div class="container"> <div class="facilities-wrapper"> <div class="row"> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon"> <img src="images/icons/icon1.png" class="icon-hotel-facilities"> </span> <p class="title">Spa</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-wifi"></span> <p class="title">Free Wifi</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-air-condition"></span> <p class="title">Air Conditioner</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon"> <img src="images/icons/icon2.png" class="icon-hotel-facilities"> </span> <p class="title">Help Desk</p> </figcaption> </figure> </div> <!--=== item ===--> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon hotelicon-parking"></span> <p class="title">Car Parking</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-2"> <figure> <figcaption> <span class="hotelicon"> <img src="images/icons/icon3.png" class="icon-hotel-facilities"> </span> <p class="title">Doctor On Call</p> </figcaption> </figure> </div> </div> </div> </div> </section> <!-- ======================== Quotes ======================== --> <!-- Begin: Footer--> <?php include 'include/footer.php'?> <!-- Begin: Footer--> </div> <!--/wrapper--> <!--JS files--> <script src="js/bundle.min.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings