File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/chiraiyaresortandhotels.com/amenities.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- TITLE --> <title>Amenities | Chiraiya Resort and Hotels</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/responsive.css"> <!-- MAIN STYLE --> <link rel="stylesheet" type="text/css" href="css/style.css"> <!-- CSS --> <style> .amenities-section { background: #f9f9f9; text-align: center; padding: 80px 20px; font-family: Arial, sans-serif; } .section-title { font-size: 36px; margin-bottom: 20px; color: #333; } .section-description { max-width: 800px; margin: 0 auto 50px auto; color: #555; line-height: 1.6; } .amenities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .amenity-card { background: #fff; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .amenity-card img { width: 70px; object-fit: cover; } .amenity-card h3 { font-size: 22px; margin: 15px 0 10px; color: #222; } .amenity-card p { padding: 0 15px 20px; color: #666; font-size: 15px; } .amenity-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); } </style> </head> <body> <!-- PAGE WRAP --> <div id="page-wrap"> <!-- HEADER --> <?php include 'include/header.php'?> </header> <!-- END / HEADER --> <!-- SUB BANNER --> <section class="section-sub-banner bg-16"> <div class="sub-banner"> <div class="container"> <div class="text text-center"> <h2>Amenities</h2> </div> </div> </div> </section> <!-- END / SUB BANNER --> <!-- Amenities Section --> <section class="amenities-section pt-80 pb-80"> <div class="container"> <h2 class="section-title">Our Amenities</h2> <p class="section-description"> Experience a world of comfort and convenience with our thoughtfully designed amenities, where every detail is crafted to enhance your stay, from modern facilities and relaxing spaces to seamless services that ensure every moment is enjoyable, memorable, and truly extraordinary. </p> <div class="amenities-grid"> <div class="amenity-card"> <img src="images/amenities/1.gif" alt="Free Wi-Fi"> <h3>Free Wi-Fi</h3> <p>Stay connected with high-speed, complimentary Wi-Fi throughout the property.</p> </div> <div class="amenity-card"> <img src="images/amenities/2.gif" alt="Air Conditioning"> <h3>Air Conditioning</h3> <p>Stay cool and comfortable with modern air-conditioned rooms.</p> </div> <div class="amenity-card"> <img src="images/amenities/3.gif" alt="TV"> <h3>TV</h3> <p>Enjoy your favorite shows and entertainment in every room.</p> </div> <div class="amenity-card"> <img src="images/amenities/4.gif" alt="Mini Bar"> <h3>Mini Bar</h3> <p>Refresh with a selection of drinks and snacks available in your room.</p> </div> <div class="amenity-card"> <img src="images/amenities/5.gif" alt="Private Balcony/Patio"> <h3>Private Balcony/Patio</h3> <p>Relax outdoors with your own private space and scenic views.</p> </div> <div class="amenity-card"> <img src="images/amenities/6.gif" alt="Restaurant"> <h3>Restaurant</h3> <p>Enjoy exquisite dining experiences with diverse cuisines.</p> </div> <div class="amenity-card"> <img src="images/amenities/7.gif" alt="Spa"> <h3>Spa</h3> <p>Rejuvenate with our relaxing spa treatments and wellness therapies.</p> </div> <div class="amenity-card"> <img src="images/amenities/8.gif" alt="Activities & Entertainment"> <h3>Activities & Entertainment</h3> <p>Engage in fun activities and entertainment for guests of all ages.</p> </div> <div class="amenity-card"> <img src="images/amenities/9.gif" alt="Meetings & Events"> <h3>Meetings & Events</h3> <p>Professional facilities for corporate meetings, conferences, and events.</p> </div> <div class="amenity-card"> <img src="images/amenities/10.gif" alt="Airport Transfers"> <h3>Airport Transfers</h3> <p>Convenient transportation to and from the airport for all guests.</p> </div> <div class="amenity-card"> <img src="images/amenities/11.gif" alt="Concierge & Tour Desk"> <h3>Concierge & Tour Desk</h3> <p>Get assistance with bookings, sightseeing, and special requests.</p> </div> <div class="amenity-card"> <img src="images/amenities/12.gif" alt="Laundry & Dry Cleaning Services"> <h3>Laundry & Dry Cleaning</h3> <p>Professional laundry and dry cleaning services for your convenience.</p> </div> <div class="amenity-card"> <img src="images/amenities/13.gif" alt="Free On-Site Parking"> <h3>Free On-Site Parking</h3> <p>Safe and convenient parking available for all guests free of charge.</p> </div> </div> </div> </section> <!-- FOOTER --> <?php include 'include/footer.php'?> <!-- END / FOOTER --> </div> <!-- END / PAGE WRAP --> <!-- LOAD JQUERY --> <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="http://maps.google.com/maps/api/js?key=AIzaSyAb2lfsiytHD7rMhBaAvJz2CKhk05uiIuE"></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