File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelgalaxyinns.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, shrink-to-fit=no"> <!-- page title --> <title>Hotel Galaxy Inn - Ahmedabad</title> <!-- favicon --> <link rel="icon" href="img/fevicon.png" /> <!-- bootstrap core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- font awesome --> <link href="css/all.min.css" rel="stylesheet"> <!-- owl carousel --> <link href="css/owl.carousel.min.css" rel="stylesheet"> <link href="css/owl.theme.default.min.css" rel="stylesheet"> <!-- venobox css --> <link rel="stylesheet" href="css/venobox.css"> <!-- datepicker css --> <link rel="stylesheet" href="css/datepicker.min.css"> <!-- custom styles for this template --> <link href="css/custom.css" rel="stylesheet"> <link href="css/responsive.css" rel="stylesheet"> <link href="css/helper.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> <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" /> </head> <body> <!-- ================ Preloader ================ --> <div id="preloader"> <div class="spinner-grow" role="status"><span class="sr-only">Loading...</span></div> </div> <?php include 'include/header.php'; ?> <div class="slider"> <div class="search-area"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-8 col-sm-12 col-12 offset-xl-0 offset-lg-3 offset-sm-0"> <div class="center-search"> <h1 class="text-white">Enjoy Your Holiday</h1> <p class="text-white">Search and Book Hotel</p> <form class="form-style-1" action="https://asiatech.in/booking_engine/index3?token=Njk3Ng==" method="post" target="_blank"> <!-- <div class="form-group"> <input type="text" class="form-control" placeholder="Search City"> </div> --> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <input type="text" class="form-control" id="check-in" placeholder="Check In"> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <input type="text" class="form-control" id="check-out" placeholder="Check Out"> </div> </div> </div> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <select class="form-control"> <option>Adults</option> <option>1</option> <option>2</option> <option>3</option> </select> </div> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-6"> <div class="form-group"> <select class="form-control"> <option>Children</option> <option>0</option> <option>1</option> <option>2</option> <option>3</option> </select> </div> </div> </div> <div class="form-group"> <select class="form-control"> <option>Deluxe Room</option> <option>Non AC Deluxe Room</option> </select> </div> <button type="submit" class="btn-style-1 w-100">Search</button> </form> </div> </div> </div> </div> </div> <div id="myCarousel" class="carousel slide carousel-fade" data-ride="carousel"> <div class="carousel-inner"> <div class="carousel-item active"><img src="img/slider/s1.jpg" alt="" > </div> <div class="carousel-item"> <img src="img/slider/s2.jpg" alt="" > </div> <!-- <div class="carousel-item"> <img src="img/slider/s3.jpg" alt="" > </div> --> <!-- <div class="carousel-item"> <img src="img/slider/s4.jpg" alt="" > </div> --> <!-- <div class="carousel-item"> <img src="img/slider/slider-5.jpg" alt="" > </div> --> <!-- <div class="carousel-item"> <img src="img/slider/slider-6.jpg" alt="" > </div> --> <!-- <div class="carousel-item"> <img src="img/slider/slider-7.jpg" alt="" > </div> --> </div> <a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev"> <i class="fas fa-caret-left"></i></a> <a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next"> <i class="fas fa-caret-right"></i></a> </div> </div> <!-- ================ Slider area end ================ --> <!-- ================ About area ================ --> <div class="about-area pt-70 pb-60"> <div class="container"> <div class="row"> <div class="col-lg-6 mb-30"> <!-- about text --> <div class="about-col"> <h6>About Us</h6> <h2><span>Hotel Galaxy Inn</span></h2> <p>Bestowing excellent hospitality to its every category of guests, Hotel Galaxy Inn 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, best value, and superior customer service for an ultimate and intimate traveling experience. </p> <a class=" btn-style-1" href="about.php" role="button">Explore More <i class="fas fa-long-arrow-alt-right pl-6"></i></a> </div> <!-- about text end --> </div> <div class="col-lg-6 mb-30"> <!-- about video --> <div class="about-video-img-box position-relative rounded"> <img src="img/a1.jpg" alt="" class="img-fluid rounded"> </div> <!-- about video end --> </div> </div> </div> </div> <!-- ================ About area end ================ --> <!-- ================ Most popular Hotel ================ --> <div class="most-popular-Hotel pt-70 pb-70 position-relative"> <div class="bg-style-1"></div> <div class="container"> <!-- section title --> <div class="section-title text-center"> <h2>Accommodation</h2> <span class="dashed-border"></span> </div> <!-- section title --> </div> <div class="container"> <div class="row"> <div class="col-lg-9" style="padding:0;"> <div class="Hotel-results-list"> <div class="list-box mb-30"> <div class="owl-carousel list-box-carousel"> <figure class="item"> <img src="img/rooms/1.jpg" alt="img description"> </figure> </div> <div class="list-box-content"> <div class="list-box-title"> <h3>Deluxe Room<span>Rs. 1,500 <em>/ night</em></span></h3> <p>Designed specially to pamper its guests, the Deluxe Rooms showcase a perfect blend of luxury in its accommodation with utmost security. </p> </div> <!-- <div class="list-box-rating"> <span class="at-stars"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="far fa-star"></i> </span> <em>150 review</em> </div> --> <ul class="hotel-featured"> <li><span><i class="fas fa-fan"></i> Air Conditioner</span></li> <li><span><i class="fas fa-bath"></i> Attached Bathroom</span></li> <li><span><i class="fas fa-home"></i> Daily Housekeeping</span></li> <li><span><i class="fas fa-concierge-bell"></i> Room Service</span></li> </ul> <div class="btn-wrapper mt-20 d-inline-block w-100"><a class="view-detail-btn" href="deluxe.php">View Details</a> <a class="book-now-btn ml-6" href="https://asiatech.in/booking_engine/index3?token=NTkzOQ==" target="_blank">Book Now</a> </div> </div> </div> </div> </div> <div class="col-lg-9" style="padding:0;"> <div class="Hotel-results-list"> <div class="list-box mb-30"> <div class="owl-carousel list-box-carousel"> <figure class="item"> <img src="img/rooms/nd8.jpg" alt="img description"> </figure> </div> <div class="list-box-content"> <div class="list-box-title"> <h3>Non Ac Deluxe Room<span>Rs. 1,200 <em>/ night</em></span></h3> <p>Designed specially to pamper its guests, the Non Ac Deluxe Rooms showcase a perfect blend of luxury even without AC and a budget which gives a accommodation with utmost security. </p> </div> <!-- <div class="list-box-rating"> <span class="at-stars"> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="far fa-star"></i> </span> <em>150 review</em> </div> --> <ul class="hotel-featured"> <!--<li><span><i class="fas fa-fan"></i> Air Conditioner</span></li>--> <li><span><i class="fas fa-bath"></i> Attached Bathroom</span></li> <li><span><i class="fas fa-home"></i> Daily Housekeeping</span></li> <li><span><i class="fas fa-concierge-bell"></i> Room Service</span></li> </ul> <div class="btn-wrapper mt-20 d-inline-block w-100"><a class="view-detail-btn" href="deluxe.php">View Details</a> <a class="book-now-btn ml-6" href="https://asiatech.in/booking_engine/index3?token=NTkzOQ==" target="_blank">Book Now</a> </div> </div> </div> </div> </div> <div class="col-lg-3" style="padding:0;"> <aside> <!-- sidebar --> <div class="desktop-filter-sidebar"> <div class="help-us"> <h3>How can we help you?</h3> <p>The elegant and luxurious rooms make your stay comfortable and reminiscent. </p> <a class="view-detail-btn" href="tel:+917041404199"><i class="fas fa-phone-volume"></i> Contact Us</a> </div> <!-- help us end --> </div> <!-- sidebar end --> </aside> </div> </div> </div> </div> <!-- ================ Most popular Hotel end ================ --> <!-- ================ Popular destinations ================ --> <div class="popular-destinations pt-70 pb-40 position-relative"> <div class="bg-style-1"></div> <div class="container"> <!-- section title --> <div class="section-title text-center"> <h2>Places to Visit in Ahmedabad</h2> <span class="dashed-border"></span> </div> <!-- section title --> <div class="row"> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/1.jpg" alt=""></div> <div class="overlay"><a href="attraction.php"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attraction.php">Bhadra Fort</a></h3> </div> </div> </div> <!-- <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> popular destination box <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/2.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">India Exposition Mart</a></h3> </div> </div> <!-- popular destination box end </div> --> <!-- <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> popular destination box <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/3.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">City Park</a></h3> </div> </div> popular destination box end </div> --> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/2.jpg" alt=""></div> <div class="overlay"><a href="attraction.php#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attraction.php">Jama Masjid</a></h3> </div> </div> </div> <!-- <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/5.jpg" alt=""></div> <div class="overlay"><a href="#"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attractions.php">Stellar Children’s Museum</a></h3> </div> </div> popular destination box end </div> --> <div class="col-lg-4 col-md-6 col-sm-6 mb-30"> <!-- popular destination box --> <div class="popular-destination-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/attraction/3.jpg" alt=""></div> <div class="overlay"><a href="attraction.php"><i class="fas fa-share"></i></a></div> </div> <div class="title"> <h3><a href="attraction.php"> Kankaria Lake</a></h3> </div> </div> <!-- popular destination box end --> </div> </div> </div> </div> <!-- ================ Popular destinations end ================ --> <!-- ================ Testimonials ================ --> <!-- <div class="testimonials-area testimonial-bg pt-70 pb-70"> <div class="container"> <div class="testimonial-carousel owl-carousel owl-theme"> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"This is good hotel to stay but book online because somtimes when you rechched at evening you may get same room at high price. So i booked family suit room on call you can find number easily on google. Also reached there till 4 pm if you ars travelling by your own car because it is near most famous temples and so you will get road closer till 5:00pm to 9:00pm due to heavy rush. Then after 9:00pm you can reach. But the hotel is good and also at good location. Go for it if you are planning to visit Vrindavan."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/01.jpg" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Kriti Aulakh</h4> <small class="designation text-muted">Customer</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">" A good hotel with a great view out of the room in hill view room. Located near to mall road. Not easy to reach as narror roads lead to hotel. Safe for families and couples. Highly recommended"</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/02.jpg" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Amit Kumar</h4> <small class="designation text-muted">Customer</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Pretty neat place for a cheap price. Service is good. People working here are humble and patient. Rooms are very neat and clean. Food is also good. Much recommended for stay"</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/03.jpg" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Ruban Kumar</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Beautiful Hotel to stay in. Reasonably priced. Excellent food, neat n clean n hygienic. Room very good. Courteous staff. I would love to stay again."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/04.jpg" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Santosh Rajput</h4> <small class="designation text-muted">Guest</small> </div></div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Rooms were clean and just the way they were shown online. Food was tastly and staff do go extra mile to make you feel like home. Recommend it to others!"</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/05.jpg" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Rishbha Mathur</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> <div class="item"> <div class="testimonial-box position-relative shadow rounded"> <p class="text-muted border-bottom font-italic pb-3">"Affordable and clean hotel there is great service. Awesome place and location is very charming because situated at middle of main Market."</p> <div class="reviewer d-inline-block"> <img src="img/testimonial/06.jpg" class="float-left mr-3 rounded" alt=""> <div class="content d-block overflow-hidden"> <h4 class="name mb-0 text-uppercase">Amandeep Singh Saini</h4> <small class="designation text-muted">Guest</small> </div> </div> <div class="quote-icon"><i class="fas fa-quote-left"></i></div> </div> </div> </div> </div> </div> --> <div class="blog-area pt-70 pb-40 position-relative"> <div class="bg-style-1"></div> <div class="container"> <!-- section title --> <div class="section-title text-center"> <h2>Gallery</h2> <span class="dashed-border"></span> </div> <!-- section title --> <div class="row"> <div class="row row-cols-lg-3 row-cols-md-3 row-cols-sm-2 row-cols-1"> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/1.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/1.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/2.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/2.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/3.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/3.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/4.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/4.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/5.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/5.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> <div class="col mb-30"> <!-- gallery box --> <div class="gallery-box"> <div class="img-holder-overlay"> <div class="img-holder"><img src="img/gallery/6.jpg" alt=""></div> <div class="overlay"><a href="img/gallery/6.jpg" class="venobox" data-gall="gallery1"><i class="far fa-image"></i></a></div> </div> </div> <!-- gallery box end --> </div> </div> </div> </div> </div> <!-- <div class="how-it-works pt-70 pb-40 position-relative"> <div class="bg-style-1"></div> <div class="container"> <div class="section-title text-center"> <h2>How it Works</h2> <span class="dashed-border"></span> </div> <div class="row"> <div class="col-lg-4 col-md-4 mb-30"> <div class="how-it-work-box text-center"> <div class="icon mb-15"><img src="img/icon/1.png" alt=""></div> <h4 class="mb-10"> </h4> <p class="mb-0"> </p> </div> </div> <div class="col-lg-4 col-md-4 mb-30"> <div class="how-it-work-box text-center"> <div class="icon mb-15"><img src="img/icon/2.png" alt=""></div> <h4 class="mb-10"> </h4> <p class="mb-0"> </p> </div> </div> <div class="col-lg-4 col-md-4 mb-30"> <div class="how-it-work-box text-center"> <div class="icon mb-15"><img src="img/icon/3.png" alt=""></div> <h4 class="mb-10"> </h4> <p class="mb-0"> </p> </div> </div> </div> </div> </div> --> <?php include 'include/footer.php'; ?> <script src="js/jquery-3.5.1.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script> <!-- counter js --> <script src="js/jquery-1.10.2.min.js"></script> <script src="js/waypoints.min.js"></script> <script src="js/jquery.counterup.min.js"></script> <!-- venobox js --> <script src="js/venobox.min.js"></script> <!-- owl carousel --> <script src="js/owl.carousel.min.js"></script> <!-- portfolio js --> <script src="js/jquery.mixitup.min.js"></script> <!-- datepicker js --> <script src="js/datepicker.min.js"></script> <!-- script js --> <script src="js/custom.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings