File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/hotelthevaishnodevihills.com/virtual-tour.php
Back
<!DOCTYPE html> <html lang="en"> <head> <title>Virtual Tour | Hotel The Vaishno Devi Hills – Hotel The Vaishno Devi Hills</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"> <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script> <link rel="stylesheet" href="css/style.css"> <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" /> </head> <body> <?php include 'include/header.php'; ?> <div class="360d-banner"> <img src="img/virtual-tour-banner.jpg"> <!------------ <iframe src="https://www.google.com/maps/embed?pb=!4v1657947168968!6m8!1m7!1sCAoSLEFGMVFpcE5Xd1k2cFlROTE0azV1NG1tWmt2MUZMN2VlSXk2UGdmMm1pRjhN!2m2!1d32.9906875!2d74.9302656!3f291.9817991881472!4f-22.84774301729267!5f0.7820865974627469" width="100%" height="550" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>-------------> </div> <div class="container virtual-tour"> <div class="row"> <div class="col-sm-6"> <iframe src="https://www.google.com/maps/embed?pb=!4v1659177593397!6m8!1m7!1sCAoSLEFGMVFpcE9ITWJuTDFGOGlpY0JVQThTWTgxY3RYUHBBTFhmejFhTUtocFN1!2m2!1d32.9906875!2d74.9302656!3f0.69!4f11.299999999999997!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <p>HOTEL VIRTUAL TOUR</p> </div> <div class="col-sm-6"> <iframe src="https://www.google.com/maps/embed?pb=!4v1659177823617!6m8!1m7!1sCAoSLEFGMVFpcE1tcnB3VFIyU0RlQ2lGWE9fX3ZsdlZPbC03bnJUYkhyZUxtOUhP!2m2!1d32.9906875!2d74.9302656!3f30.3!4f-25.22!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <p>FAMILY PREMIUM ROOM</p> </div> <div class="col-sm-6"> <iframe src="https://www.google.com/maps/embed?pb=!4v1659177862870!6m8!1m7!1sCAoSLEFGMVFpcE1NOW5SWGhCRjBqd2xOeHpwVUdfWTJRZHk1WXlzUHFBcWllUUNI!2m2!1d32.9906875!2d74.9302656!3f353.7!4f-18!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <p>PREMIUM ROOM</p> </div> <div class="col-sm-6"> <iframe src="https://www.google.com/maps/embed?pb=!4v1659177898164!6m8!1m7!1sCAoSLEFGMVFpcE9lYzZoZXlyVmRZNDZaMG8yMDctN1REOFBMcS15RkpDQVJhbXJS!2m2!1d32.9906875!2d74.9302656!3f0.1000000014901161!4f0!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <p>HOTEL PARKING</p> </div> <div class="col-sm-6"> <iframe src="https://www.google.com/maps/embed?pb=!4v1659177921719!6m8!1m7!1sCAoSLEFGMVFpcE5Xd1k2cFlROTE0azV1NG1tWmt2MUZMN2VlSXk2UGdmMm1pRjhN!2m2!1d32.9906875!2d74.9302656!3f286.36!4f-14.920000000000002!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <p>TRIPLE PREMIUM ROOM</p> </div> </div> </div> <?php include 'include/footer.php'; ?> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js'></script> <script src='https://alexandrebuffet.fr/codepen/slider/slick-animation.min.js'> </body> </html> <script>$('.dropdown-toggle').click(function(e) { if ($(document).width() > 768) { e.preventDefault(); var url = $(this).attr('href'); if (url !== '#') { window.location.href = url; } } }); </script> <script> /* ** With Slick Slider Plugin : https://github.com/marvinhuebner/slick-animation ** And Slick Animation Plugin : https://github.com/marvinhuebner/slick-animation */ // Init slick slider + animation $('.slider').slick({ autoplay: true, speed: 800, lazyLoad: 'progressive', arrows: true, dots: false, prevArrow: '<div class="slick-nav prev-arrow"><i></i><svg><use xlink:href="#circle"></svg></div>', nextArrow: '<div class="slick-nav next-arrow"><i></i><svg><use xlink:href="#circle"></svg></div>', }).slickAnimation(); $('.slick-nav').on('click touch', function(e) { e.preventDefault(); var arrow = $(this); if(!arrow.hasClass('animate')) { arrow.addClass('animate'); setTimeout(() => { arrow.removeClass('animate'); }, 1600); } }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings