File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/sikariahomes.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 --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="images/logo.png"> <!--Title--> <title>Sikaria Homes </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"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen"> <style> /* .owl-slider-header .item .title { font-size: 40px; font-weight: 600; text-align: center; }*/ .section-header { 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 #fff; margin: 0 5px; padding: 7px; min-height: 307px; border-radius: 10px; } .rooms article .details .text .title { font-weight: 600; font-size: 18px; margin-bottom: 12px;} p.title { font-size: 15px; font-weight: 600; margin-top: 20px !important;} p.set { line-height: 27px; color: #000; margin: 0 12%;} .booking .booking-wrapper .btn:hover {background: #00486c;} </style> </head> <body> <!--<div class="page-loader"> </div>--> <div class="wrapper"> <!-- Begin: header--> <?php include 'include/header.php' ?> <!-- End: header--> <!-- ======================== Header content ======================== --> <!-- ======================== Header content ======================== --> <section class="frontpage-slider"> <div class="owl-slider owl-slider-header"> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slider1.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <div class="item" style="background-image:url(images/slider/slider4.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <div class="item" style="background-image:url(images/slider/slider3.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <div class="item" style="background-image:url(images/slider/slider7.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <!--<div class="item" style="background-image:url(images/slider/slider1.jpg)"> <div class="box text-center"> <div class="container"> <div class="rating animated" data-animation="fadeInDown"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> </div> <h2 class="title animated h1" data-animation="fadeInDown"> </h2> <div class="desc animated" data-animation="fadeInUp"> </div> <div class="desc animated" data-animation="fadeInUp"> </div> <div class="animated" data-animation="fadeInUp"> <a href="#" class="btn btn-clean">Book Now</a> </div> </div> </div> </div>--> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slider2.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slider9.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <!-- === slide item === --> <!--<div class="item" style="background-image:url(images/slider/slider5.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div>--> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slider6.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> <!-- === slide item === --> <!-- <div class="item" style="background-image:url(images/slider/slider7.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div>--> <!-- === slide item === --> <div class="item" style="background-image:url(images/slider/slider8.jpg)"> <div class="box text-center"> <div class="container"> </div> </div> </div> </div> <!--/owl-slider--> </section> <!-- ======================== Booking ======================== --> <section class="booking booking-inner"> <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="2" 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="2" type="text" id="ticket-adult" data-value="2" 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://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" 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">About Us<a href="about.php" class="btn btn-sm btn-clean-dark">Explore more..</a></h2> <p class="set"> Bestowing excellent hospitality to its every category of guests, Sikaria Homes 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 class="container"> <div class="row"> <!-- === article item === --> <div class="col-sm-4"> <a href="about.php"> <article> <div class="image"> <img src="images/gallery/ex2.jpg" alt="" /> </div> <div class="text"> <div class="time"> <!--<span>22</span>--> <span>More Info..</span> <!-- <span>2014</span>--> </div> <!--<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/gallery/delacking5.jpg" alt="" /> </div> <div class="text"> <div class="time"> <!--<span>22</span>--> <span>More Info..</span> <!-- <span>2014</span>--> </div> <!--<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/gallery/lobb1.jpg" alt="" /> </div> <div class="text"> <div class="time"> <!--<span>22</span>--> <span>More Info..</span> <!-- <span>2014</span>--> </div> <!--<h2 class="h4 title"> What to do when holidays go wrong </h2>--> </div> </article> </a> </div> </div> <!--/row--> </div> <!--/container--> </section> <!-- ======================== Rooms ======================== --> <section class="rooms rooms-widget "> <!-- === rooms header === --> <div class="section-header"> <div class="container"> <h2 class="title">Rooms Accommodation <!--<a href="#" class="btn btn-sm btn-clean">View all</a>--></h2> <p>The elegant and luxurious rooms make your stay comfortable and reminiscent.</p> </div> </div> <!-- === rooms content === --> <div class="container"> <div class="owl-rooms owl-theme"> <!-- === rooms item === --> <div class="item"> <article> <div class="image"> <img src="images/gallery/delacking3.jpg" alt="" /> </div> <div class="details"> <div class="text"> <h3 class="title"><a href="deluxe-ac-family.php">Deluxe AC King Family Room with Att. Toilet</a></h3> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-main">Book now</a> </div> <div> <span class="price h4">Rs. 3000/-</span> <span>per night</span> </div> </div> </div> </article> </div> <div class="item"> <article> <div class="image"> <img src="images/gallery/deluxeacstd5.jpg" alt="" /> </div> <div class="details"> <div class="text"> <h3 class="title"><a href="deluxe-ac-family1.php">Deluxe AC Family Studio Room with Att Toilet & Kitchen</a></h3> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-main">Book now</a> </div> <div> <span class="price h4">Rs. 3500/-</span> <span>per night</span> </div> </div> </div> </article> </div> <div class="item"> <article> <div class="image"> <img src="images/gallery/delacking5.jpg" alt="" /> </div> <div class="details"> <div class="text"> <h3 class="title"><a href="deluxe-ac-king.php">Deluxe AC King Room with Att. Toilet </a></h3> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-main">Book now</a> </div> <div> <span class="price h4">Rs. 2000 /-</span> <span>per night</span> </div> </div> </div> </article> </div> <!-- === rooms item === --> <div class="item"> <article> <div class="image"> <img src="images/room/ac-toilet.jpg" alt="" /> </div> <div class="details"> <div class="text"> <h3 class="title"><a href="deluxe-ac-king1.php">Deluxe AC King Room with Shared Ext Toilet</a></h3> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-main">Book now</a> </div> <div> <span class="price h4">Rs. 1600 /-</span> <span>per night</span> </div> </div> </div> </article> </div> <!-- === rooms item === --> <!-- === rooms item === --> <div class="item"> <article> <div class="image"> <img src="images/gallery/deltriple5.jpg" alt="" /> </div> <div class="details"> <div class="text"> <h3 class="title"><a href="deluxe-ac-triple.php">Deluxe AC Triple BedRoom with Att Toilet</a></h3> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-main">Book now</a> </div> <div> <span class="price h4">Rs. 2400/-</span> <span>per night</span> </div> </div> </div> </article> </div> <!-- === rooms item === --> <!-- <div class="item"> <article> <div class="image"> <img src="images/room/deluxe-triple.jpg" alt="" /> </div> <div class="details"> <div class="text"> <h3 class="title"><a href="deluxe-ac-triple1.php">Deluxe AC Triple BedRoom with Shared Ext Toilet </a></h3> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-main">Book now</a> </div> <div> <span class="price h4">Rs. 2000/-</span> <span>per night</span> </div> </div> </div> </article> </div>--> </div><!--/owl-rooms--> </div> <!--/container--> </section> <!-- <section class="stretcher-wrapper"> <div class="section-header"> <div class="container"> <h2 class="title"><span>Hotel</span> facilities </h2> <p> </p> </div> </div> <section class="facilities"> <div class="container"> <div class="facilities-wrapper"> <div class="row"> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/1.png"> <p class="title" style="text-align: center;">Parking</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/2.png"> <p class="title" style="text-align: center;">Free Wifi</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/3.png"> <p class="title" style="text-align: center;">Room Service</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/4.png"> <p class="title" style="text-align: center;">TV</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/5.png"> <p class="title" style="text-align: center;">Laundry Service</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/6.png"> <p class="title" style="text-align: center;">Restaurant</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/7.png"> <p class="title" style="text-align: center;">AC</p> </figcaption> </figure> </div> <div class="col-xs-6 col-sm-3"> <figure> <figcaption> <img src="images/8.png"> <p class="title" style="text-align: center;">Doctor on Call</p> </figcaption> </figure> </div> </div> </div> </div> </section> </section>--> <!-- ======================== Stretcher widget ======================== --> <section class="stretcher-wrapper"> <div class="section-header"> <div class="container"> <h2 class="title">Hotel Facilities <a href="facility.php" class="btn btn-sm btn-clean-dark">Explore more..</a></h2> <p class="set"> With the best luxury spa, salon and fitness experiences </p> </div> </div> <ul class="stretcher"> <li class="stretcher-item" style="background-image:url(images/facility/1.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Banquet(50-100)</span> </div> </div> <figure> <h4>Banquet</h4> <!-- <figcaption></figcaption>--> </figure> <a href="facility.php">Anchor link</a> </li> <li class="stretcher-item" style="background-image:url(images/facility/2.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Restaurant(Coming Soon)</span> </div> </div> <figure> <h4>Restaurant</u></h4> </figure> <a href="facility.php">Anchor link</a> </li> <li class="stretcher-item" style="background-image:url(images/facility/3.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Gym(Third Party)</span> </div> </div> <figure> <h4>Gym</h4> </figure> <a href="facility.php">Anchor link</a> </li> <li class="stretcher-item" style="background-image:url(images/facility/4.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Spa(Third Party)</span> </div> </div> <figure> <h4>Spa</h4> </figure> <a href="facility.php">Anchor link</a> </li> <li class="stretcher-item more"> <div class="more-icon"> <span data-title-show="Show more" data-title-hide="+"></span> </div> <a href="facility.php">Anchor link</a> </li> <!-- <li class="stretcher-item" style="background-image:url(images/attraction/a5.jpg);"> <div class="stretcher-logo"> <div class="text"> <span class="text-intro h4">Aga Khan Palace</span> </div> </div> <figure> <h4>Aga Khan Palace</h4> <figcaption>Yet another amazing landmark and one of the famous places to visit in Pune with friends is the Aga Khan Palace which was built by Sultan Muhammed Shah Aga Khan III in 1892. </figcaption> </figure> <a href="attraction.php">Anchor link</a> </li>--> </ul> </section> <!-- ======================== Blog ======================== --> <section class="cards"> <!-- === cards header === --> <div class="section-header"> <div class="container"> <h2 class="title"><span>Gallery</span> <a href="gallery.php" class="btn btn-sm btn-clean-dark">View all</a></h2> <p></p> </div> </div> <div class="container"> <div class="row"> <div class="list-group gallery"> <div class="col-md-4"> <a class="thumbnail fancybox" rel="ligthbox" href="images/gallery/gallery6.jpg"> <img class="img-responsive" alt="" src="images/gallery/gallery6.jpg"> </a> </div> <div class="col-md-4"> <a class="thumbnail fancybox" rel="ligthbox" href="images/gallery/gallery1.jpg"> <img class="img-responsive" alt="" src="images/gallery/gallery1.jpg"> </a> </div> <div class="col-md-4"> <a class="thumbnail fancybox" rel="ligthbox" href="images/gallery/gallery2.jpg"> <img class="img-responsive" alt="" src="images/gallery/gallery2.jpg"> </a> </div> <div class="col-md-4"> <a class="thumbnail fancybox" rel="ligthbox" href="images/gallery/gallery3.jpg"> <img class="img-responsive" alt="" src="images/gallery/gallery3.jpg"> </a> </div> <div class="col-md-4"> <a class="thumbnail fancybox" rel="ligthbox" href="images/gallery/gallery4.jpg"> <img class="img-responsive" alt="" src="images/gallery/gallery4.jpg"> </a> </div> <div class="col-md-4"> <a class="thumbnail fancybox" rel="ligthbox" href="images/gallery/gallery5.jpg"> <img class="img-responsive" alt="" src="images/gallery/gallery5.jpg"> </a> </div> </div> <!--/row--> </div> <!--/container--> </div> </section> <!-- ======================== Cards ======================== --> <section class="cards"> <div class="section-header"> <div class="container"> <h2 class="title">Best Places To Visit In Ranchi <a href="attraction.php" class="btn btn-sm btn-clean-dark">View all</a></h2> <p></p> </div> </div> <div class="container"> <div class="row"> <div class="col-xs-12 col-md-8"> <figure> <figcaption style="background-image:url(images/attraction/a-1.jpg)"> <img src="images/attraction/a-1.jpg" alt="" /> </figcaption> <a href="attraction.php" class="btn btn-clean" onclick="">Tagore Hill</a> </figure> </div> <div class="col-xs-6 col-md-4"> <figure> <figcaption style="background-image:url(images/attraction/a-2.jpg)"> <img src="images/attraction/a-2.jpg" alt="" /> </figcaption> <a href="attraction.php" class="btn btn-clean">Pahari Mandir</a> </figure> </div> <div class="col-xs-6 col-md-4"> <figure> <figcaption style="background-image:url(images/attraction/a-3.jpg)"> <img src="images/attraction/a-3.jpg" alt="" /> </figcaption> <a href="attraction.php" class="btn btn-clean">Kanke Dam</a> </figure> </div> <div class="col-xs-6 col-md-4"> <figure> <figcaption style="background-image:url(images/attraction/a-4.jpg)"> <img src="images/attraction/a-4.jpg" alt="" /> </figcaption> <a href="attraction.php" class="btn btn-clean">Jagannath Temple</a> </figure> </div> <div class="col-xs-6 col-md-4"> <figure> <figcaption style="background-image:url(images/attraction/a-5.jpg)"> <img src="images/attraction/a-5.jpg" alt="" /> </figcaption> <a href="attraction.php" class="btn btn-clean">Nakshatra Van</a> </figure> </div> </div> </div> </section> <!-- ======================== Image blocks ======================== --> <section class="image-blocks image-blocks-header"> <div class="section-header" style="background-image:url(images/header-1.jpg)"> <div class="container"> <h2 class="title">Apartment Residences <!--<a href="rooms-category.php" class="btn btn-sm btn-clean">View all</a>--></h2> <!--<p>At home while on the road. </p>--> </div> </div> <div class="container"> <div class="blocks blocks-left"> <div class="item"> <div class="text"> <h2 class="title">Deluxe Service Apartment <br />(3 BHK Apartment)</h2> <p> Designed specially to pamper its guests, the 3 BHK Apartments showcase a perfect blend of luxury in its accommodation with utmost security. The rooms bestow an elegant design combined with refined elegance and luxuriously appointed sleek accommodation. Tailor-made to meet the specific needs of the guests, the 3 BHK Apartments offer accommodation that is more than just comfortable. </p> <div class="room-facilities"> <figure> <figcaption><i class="hotelicon hotelicon-guest"></i> 4 Persons</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-roomservice"></i> Room service</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-king-bed"></i> Kingsize bed</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-kitchen"></i> All inclusive</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-compas"></i> 460 sqft room</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-tv"></i> TV</figcaption> </figure> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-danger btn-lg">Book</a> </div> <div> <span class="price h2">Rs. 10,000</span> <span>per night</span> </div> </div> </div> </div> <div class="image" style="background-image:url(images/apartment-1.jpg)"> <img src="images/apartment-1.jpg" alt="" /> </div> </div> <div class="blocks blocks-right"> <div class="item"> <div class="text"> <h2 class="title">Sikaria Homes Ranchi <br />(12 BHK Apartment)</h2> <p> Designed specially to pamper its guests, the 12 BHK Apartments showcase a perfect blend of luxury in its accommodation with utmost security. The rooms bestow an elegant design combined with refined elegance and luxuriously appointed sleek accommodation. Tailor-made to meet the specific needs of the guests, the 12 BHK Apartments offer accommodation that is more than just comfortable. </p> <div class="room-facilities"> <figure> <figcaption><i class="hotelicon hotelicon-guest"></i> 4 Persons</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-king-bed"></i> Kingsize bed</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-roomservice"></i> Room service</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-kitchen"></i> All inclusive</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-compas"></i> 460 sqft room</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-tv"></i> TV</figcaption> </figure> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-danger btn-lg">Book</a> </div> <div> <span class="price h2">Rs. 35,000</span> <span>per night</span> </div> </div> </div> </div> <div class="image" style="background-image:url(images/apartment-2.jpg)"> <img src="images/apartment-2.jpg" alt="" /> </div> </div> <!-- <div class="blocks blocks-left"> <div class="item"> <div class="text"> <h2 class="title">Mini-Hall/Dormitory <br />1700 Sqft</h2> <p> Newly refurnished luxury accommodation with finest quality linen & quality decor. Air Conditioning Electric Blankets, Ironing Boards, Mini Bar, Flat Screen & Free Inhouse Movies, WiFi and Housekeeping by request. </p> <div class="room-facilities"> <figure> <figcaption><i class="hotelicon hotelicon-guest"></i> 4 Persons</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-roomservice"></i> Room service</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-king-bed"></i> Kingsize bed</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-kitchen"></i> All inclusive</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-compas"></i> 1700 sqft room</figcaption> </figure> <figure> <figcaption><i class="hotelicon hotelicon-tv"></i> TV</figcaption> </figure> </div> <div class="book"> <div> <a href="https://www.asiatech.in/booking_engine/index3.php?token=NDMwMg==" target="_blank" class="btn btn-danger btn-lg">Book</a> </div> <div> <span class="price h2">Rs. 15,000</span> <span>per night</span> </div> </div> </div> </div> <div class="image" style="background-image:url(images/apartment-3.jpg)"> <img src="images/apartment-3.jpg" alt="" /> </div> </div>--> </div> </section> <!-- ======================== Quotes ======================== --> <!--<section class="quotes quotes-slider" style="background-image:url(images/room-banner.jpg)">--> <section class="quotes quotes-slider"> <div class="container"> <div class="section-header"> <h2 class="title">Testimonials</h2> </div> <div class="row"> <div class="col-md-10 col-md-offset-1"> <div class="quote-carousel"> <div class="quote"> <div class="text1"> <h4>Barsha </h4> <p>"The room was very nice, spacious, tidy and clean. The cook was on leave the whole time, so dining was bit of a problem, especially since we hadn't been notified of it beforehand. But overall the staff was helpful and understanding. We enjoyed our stay."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Suman Saha</h4> <p>"Though building may look old, inside the facilities are very good. Toilets are vey neat and clean, rooms are very well mantained."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Harsh Titus</h4> <p>"Place is located in a very convenient location, few things to remember that there is microwave but there is no gas cylinder there. Rooms are spacious and clean."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Sachin Agarwal</h4> <p>"Spacious big rooms, excellent Enterior, big bathrooms, 40 inches led. Very nice fooding. Excellent Copretive staffs."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Ashish Sachdeva</h4> <p>"This is a homestay not meant for families. You have to pass through a gathering of bachelors in the living room before getting to your room. Literally a house posted as a hotel to lure customers."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Mithilesh Jha</h4> <p>"Had excellent stay. Property was well sanitised with sanitiser provided in my room. I was thermoscanned at the time of entry too. It had a homely feeling and was quite spacious at reasonable tariff. Would definitely stay again whenever in Ranchi."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Mohammed Ayub</h4> <p>"Good Ambience, Luxurious and comfortable to stay. Economical pricing for the services provided. Recommend to opt. Will have a feel good factor. During this tough times of Pandemic, the staff were so generous."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> <div class="quote"> <div class="text1"> <h4>Vishal Singh</h4> <p>"Good place to stay it's a apartment developed into lodging quite reasonable and friendly for families too. They cook limited option of your choice but amazing food. On ground floor there is a restaurant which serves all the cuisine except."</p> </div> <div class="more"> <div class="rating"> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> <span class="fa fa-star"></span> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Begin: Footer--> <?php include 'include/footer.php'?> <!-- Begin: Footer--> </div> <!--/wrapper--> <!--JS files--> <script src="js/bundle.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script> <script> $(document).ready(function(){ //FANCYBOX //https://github.com/fancyapps/fancyBox $(".fancybox").fancybox({ openEffect: "none", closeEffect: "none" }); }); </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings