File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/ravalhouse.in/index.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- TITLE --> <title>Raval House</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="images/favicon.png"/> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700" rel='stylesheet' type='text/css'> <!-- CSS LIBRARY --> <link rel="stylesheet" type="text/css" href="css/lib/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/font-lotusicon.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/owl.carousel.css"> <link rel="stylesheet" type="text/css" href="css/lib/jquery-ui.min.css"> <link rel="stylesheet" type="text/css" href="css/lib/magnific-popup.css"> <link rel="stylesheet" type="text/css" href="css/lib/settings.css"> <link rel="stylesheet" type="text/css" href="css/lib/bootstrap-select.min.css"> <link rel="stylesheet" type="text/css" href="css/custom.css"> <link rel="stylesheet" type="text/css" href="css/helper.css"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> <style> @media only screen and (max-width: 600px) { .owl-controls .owl-prev, .owl-controls .owl-next { top: 75%; } .section-check-availability { margin-bottom:30px; } } #popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; z-index: 9999; } #popup-content { position: relative; background: #fff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); width: 90%; max-width: 300px; } #popup-content h1 { font-size: 20px; color: #e91e63; padding-bottom: 15px; } #popup-content video { width: 100%; border-radius: 10px; } #close-popup { position: absolute; top: -2px; right: 10px; background: transparent; border: none; font-size: 30px; color: #e91e63; cursor: pointer; } #close-popup:hover { color: #d81b60; } .d-flex{ text-align: center; } </style> </head> <body> <!-- PAGE WRAP --> <div id="page-wrap"> <?php include 'include/header.php'?> <!-- BANNER SLIDER --> <section class="section-slider"> <h1 class="element-invisible">Slider</h1> <div id="slider-revolution"> <ul> <li data-transition="fade"> <img src="images/slider-2.jpg" data-bgposition="center center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-1" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Raval House </div> <div class="tp-caption sfb fadeout slider-caption slider-caption-sub-1" data-x="center" data-y="330" data-speed="700" data-easing="easeOutBack" data-start="2000">Experience the charm of Panchgani</div> <a href="https://asiatech.in/booking_engine/index3?token=OTQ0Mw==" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="430" data-easing="easeOutBack" data-speed="700" data-start="2200">BOOK NOW</a> </li> <li data-transition="fade"> <img src="images/slider-1.jpg" data-bgposition="center center" data-duration="14000" data-bgpositionend="right center" alt=""> <div class="tp-caption sft fadeout slider-caption-sub slider-caption-sub-3" data-x="center" data-y="280" data-speed="700" data-start="1500" data-easing="easeOutBack"> Raval House </div> <div class="tp-caption sfb fadeout slider-caption slider-caption-3" data-x="center" data-y="330" data-speed="700" data-easing="easeOutBack" data-start="2000"> Hospitality rooted in warmth </div> <a href="https://asiatech.in/booking_engine/index3?token=OTQ0Mw==" class="tp-caption sfb fadeout awe-btn awe-btn-12 awe-btn-slider" data-x="center" data-y="430" data-easing="easeOutBack" data-speed="700" data-start="2200">BOOK NOW</a> </li> </ul> </div> </section> <!-- END / BANNER SLIDER --> <!-- CHECK AVAILABILITY --> <section class="section-check-availability"> <div class="container"> <div class="check-availability"> <div class="row align-items-center"> <div class="col-lg-3"> <h2>Check Availability</h2> </div> <div class="col-lg-9"> <form action="#" method="post" target="_blank"> <div class="availability-form"> <input type="text" name="arrive" class="awe-calendar from" placeholder="Arrival Date"> <input type="text" name="departure" class="awe-calendar to" placeholder="Departure Date"> <select class="awe-select" name="adults"> <option>Adults</option> <option>1</option> <option>2</option> <option>3</option> </select> <select class="awe-select" name="children"> <option>Children</option> <option>1</option> <option>2</option> <option>3</option> </select> <div class="vailability-submit"> <a href="https://asiatech.in/booking_engine/index3?token=OTQ0Mw==" class="awe-btn awe-btn-13">FIND THE BEST RATE</a> </div> </div> </form> </div> </div> </div> </div> </section> <!-- END / CHECK AVAILABILITY --> <!-- ABOUT --> <section class="section-home-about bg-white"> <div class="container"> <div class="home-about"> <div class="row center-align"> <div class="col-md-5"> <a href="about.php"><img src="images/2a.jpg" alt=""></a> </div> <div class="col-md-7"> <div class="text"><br> <h2 class="heading">About Raval House</h2> <span class="box-border"></span> <p>Raval House in Panchgani is a cozy and welcoming retreat set amidst the serene landscapes of Maharashtra’s Western Ghats. Ideally located near Arham Nagar and just minutes away from Sydney Point, Parsi Point, and Table Land, it offers guests the perfect balance between natural beauty and modern convenience.</p> <a href="about.php" class="awe-btn awe-btn-default">READ MORE</a> </div> </div> </div> </div> </div> </section> <!-- END / ABOUT --> <!-- ACCOMD ODATIONS --> <section class="section-accomd awe-parallax bg-14"> <div class="container"> <div class="accomd-modations"> <div class="row"> <div class="col-md-12"> <div class="accomd-modations-header"> <h2 class="heading">Accommodation </h2> <img src="images/icon-accmod.png" alt="icon"> <p>Experience comfortable and well-appointed rooms at Raval House, designed for relaxation after your temple visit.</p> </div> </div> <!-- ITEM --> <div class="col-md-6 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="deluxe-room.php"><img src="images/room/deluxe-room.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="deluxe-room.php">Deluxe Room</a></h2> <p>The Deluxe Room at Raval House is designed for guests who seek extra comfort and a spacious environment during their stay. Elegantly furnished, these...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="deluxe-room.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="col-md-6 pb-20"> <div class="room_item-1 css-box"> <div class="img"> <a href="compact-room.php"><img src="images/room/compact-room.jpg" alt=""></a> </div> <div class="desc"> <h2><a href="compact-room.php">Compact Room</a></h2> <p>The Compact Room at Raval House is a smartly designed space that offers comfort and convenience in a cozy setting. Ideal for solo travelers or couples...</p> </div> <div class="bot"> <span class="price"><span class="amout"> </span> </span> <a href="compact-room.php" class="awe-btn awe-btn-13">VIEW DETAILS</a> </div> </div> </div> <!-- END / ITEM --> </div> </div> </div> </section> <!-- END / ACCOMD ODATIONS --> <!-- GALLERY --> <section class="section_page-gallery"> <div class="container"> <div class="gallery"> <div class="row pt-40"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 text-center"> <h2>Our Gallery</h2> </div> </div> </div> <!-- GALLERY CONTENT --> <div class="gallery-content pb-20"> <div class="row"> <div class="gallery-isotope col-4"> <!-- ITEM SIZE --> <div class="item-size"></div> <!-- END / ITEM SIZE --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-1.jpg"> <img src="images/gallery/img-1.jpg" alt=""> </a> <span class="icon"><i class="fa lotus-icon-media-play"></i></span> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-2.jpg" > <img src="images/gallery/img-2.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-3.jpg" > <img src="images/gallery/img-3.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-4.jpg" > <img src="images/gallery/img-4.jpg" alt=""> </a> <span class="icon"><i class="fa lotus-icon-media-play"></i></span> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-5.jpg" > <img src="images/gallery/img-5.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-6.jpg" > <img src="images/gallery/img-6.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-7.jpg" > <img src="images/gallery/img-7.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> <!-- ITEM --> <div class="item-isotope"> <div class="gallery_item"> <a href="images/gallery/img-8.jpg"> <img src="images/gallery/img-8.jpg" alt=""> </a> </div> </div> <!-- END / ITEM --> </div> </div> </div> <!-- GALLERY CONTENT --> </div> </div> </section> <!-- END / GALLERY --> <section class="section-our-best bg-white"> <div class="container"> <div class="our-best"> <h2 class="heading">Our Best</h2> <span class="box-border"></span> <div class="row"> <div class="col-md-6 col-md-push-6"> <div class="img"> <img src="images/best-image.jpg" alt=""> </div> </div> <div class="col-md-6 col-md-pull-6 "> <div class="text"> <p>Raval House is committed to providing a seamless blend of comfort, convenience, and warm hospitality. Every aspect of the stay is thoughtfully curated to enhance the guest experience, ensuring a peaceful and memorable visit in the heart of Panchgani.</p> <ul> <li><img src="images/home/ourbest/icon-1.png" alt="icon">Free Wifi</li> <li><img src="images/home/ourbest/icon-2.png" alt="icon">Free Parking</li> <li><img src="images/home/ourbest/icon-3.png" alt="icon">Television</li> <li><img src="images/home/ourbest/icon-4.png" alt="icon">Wardrobe</li> <li><img src="images/home/ourbest/icon-5.png" alt="icon">Geyser</li> <li><img src="images/home/ourbest/icon-6.png" alt="icon">Room Service</li> <li><img src="images/home/ourbest/icon-7.png" alt="icon">Air Conditioner</li> <li><img src="images/home/ourbest/icon-8.png" alt="icon">Refrigerator</li> </ul> </div> </div> </div> </div> </div> </section> <div class="section-home-guestbook awe-parallax bg-13"> <div class="container"> <div class="home-guestbook"> <div class="row"> <div class="col-md-12 col-lg-12"> <div class="guestbook-content owl-single"> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>We stayed at Raval House for a weekend trip and absolutely loved the experience. The rooms were clean, spacious, and well-maintained, with a beautiful view of the hills. The staff was very courteous and helpful, always ready to assist.</p> <span><strong>Vivek Kumar</strong></span><br> </div> </div> <!-- ITEM --> <!-- ITEM --> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>The compact room was small but very comfortable and neatly arranged. It had all the basic amenities and was perfect for a short stay. The location is excellent, close to major points like Sydney Point and Parsi Point. Would definitely come back!</p> <span><strong>Gaurav Gupta</strong></span><br> </div> </div> <div class="guestbook-item"> <div class="img"> <img src="images/avatar/avatar.png" alt=""> </div> <div class="text"> <p>The deluxe room was fantastic—spacious with a nice balcony overlooking the valley. Waking up to the fresh air and greenery was refreshing. The property is quiet, well-kept, and has a homely vibe. Truly a rejuvenating experience!</p> <span><strong>Mohit Choudhary</strong></span><br> </div> </div> </div> </div> </div> </div> </div> </div> <!-- END / HOME GUEST BOOK --> <!-- NEWS --> <section class="section-news"> <div class="container"> <div class="content"> <div class="row"> <div class="col-xs-12 col-lg-6 col-lg-offset-3"> <div class="ot-heading row-20 text-center"> <h2>Attractions</h2> <p>Explore the cultural and natural wonders surrounding the hotel</p> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/3.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold" href="attractions.php">Tableland</a> <p>Have you ever wondered enjoying the sights of a barren land? Tableland is one of the best places to visit in Panchgani which will...</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/1.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold" href="attractions.php">Kate's Point</a> <p>Explore this another best places to visit in Panchgani and witness the stunning beauty of this region. The famous Kate’s point is...</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="item"> <div class="img"> <img class="img-responsive img-full" src="images/attractions/2.jpg" alt=""> </div> <div class="info activities"> <a class="title font-monserat f20 mb20 block bold " href="attractions.php">Sydney Point</a> <p>Tired of going to the same places. Pack your bags and explore this another place to visit in Panchgani which will ...</p> <a class="more block f13" href="attractions.php">[Read more]</a> </div> </div> </div> </div> </div> </div> </section> <!-- END / NEWS --> <?php include 'include/footer.php'?> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <script> document.getElementById('close-popup').addEventListener('click', function() { document.getElementById('popup').style.display = 'none'; }); // Optional: Automatically close the popup after video ends const video = document.querySelector('#popup-content video'); video.addEventListener('ended', function() { document.getElementById('popup').style.display = 'none'; }); </script> <script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="js/lib/jquery-ui.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap.min.js"></script> <script type="text/javascript" src="js/lib/bootstrap-select.js"></script> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script> <script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script> <script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script> <script type="text/javascript" src="js/lib/owl.carousel.js"></script> <script type="text/javascript" src="js/lib/jquery.appear.min.js"></script> <script type="text/javascript" src="js/lib/jquery.countTo.js"></script> <script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script> <script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script> <script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script> <script type="text/javascript" src="js/lib/SmoothScroll.js"></script> <!-- validate --> <script type="text/javascript" src="js/lib/jquery.form.min.js"></script> <script type="text/javascript" src="js/lib/jquery.validate.min.js"></script> <!-- Custom jQuery --> <script type="text/javascript" src="js/scripts.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings