File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/hotelrc.in/tariff.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <title> RC Dream Palace | About </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon.png"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="assets/images/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <!-- Font Awesome link --> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"> <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" /> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"> <!-- StyleSheet link CSS --> <link rel="stylesheet" href="assets/css/animate.css"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="assets/bootstrap/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/superclasses.css" type="text/css"> <link rel="stylesheet" href="assets/css/owl.carousel.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/owl.theme.default.min.css" type="text/css"> <link rel="stylesheet" href="assets/css/custom.css" type="text/css"> <link rel="stylesheet" href="assets/css/responsive.css" type="text/css"> <link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css"> <style> /* Tariff Section */ .tariff-section { padding: 60px 20px 80px 20px; /* top padding to prevent sticking */ text-align: center; } /* Header with icon */ .tariff-header { align-items: center; justify-content: center; gap: 12px; margin-bottom: 15px; } .tariff-icon { font-size: 28px; } .tariff-heading { font-size: 34px; font-weight: 700; color: #295758; /* your color */ } /* Tagline */ .tariff-tagline { font-size: 17px; color: #295758; /* your color */ font-style: italic; margin-bottom: 50px; max-width:700px; margin-left:auto; margin-right:auto; line-height:1.6; } /* Table */ .tariff-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.1); } .tariff-table th { background: #295758; /* your color */ color: #fff; padding: 16px; font-weight: 600; text-align: left; } .tariff-table td { padding: 14px; color: #444; border-bottom: 1px solid #e0e0e0; text-align:justify; } /* Alternating row color */ .tariff-table tbody tr:nth-child(even) { background: #e6f2f2; } /* Hover effect */ .tariff-table tbody tr:hover { background: #d0e6e6; transform: scale(1.02); box-shadow: 0 4px 15px rgba(0,0,0,0.08); transition: all 0.3s ease; } /* Responsive */ @media (max-width:768px) { .tariff-heading { font-size: 28px; } .tariff-tagline { font-size: 15px; } .tariff-table th, .tariff-table td { font-size: 14px; padding: 12px; } } </style> </head> <body> <?php include 'include/header.php';?> <!-- BANNER SECTION --> <section class="float-left w-100 position-relative sub-banner-con text-center"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-9 col-lg-12 mr-auto ml-auto"> <div class="heading-title-con mb-0"> <h1 class="sub-heading">Tariff</h1> <p>Enjoy elegant comfort and thoughtful amenities at RC Dream Palace, with rates that give you the best value for an unforgettable stay.</p> <div class="breadcrumb-con d-inline-block"> <ol class="breadcrumb mb-0"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Tariff</li> </ol> </div> <!-- heading title con --> </div> <!-- col --> </div> <!-- row --> </div> <!-- container --> </div> <!-- banner con --> </section> <section class="tariff-section float-left w-100 position-relative testimonials-con padding-top padding-bottom main-box"> <div class="container"> <!-- Heading with icon --> <div class="tariff-header"> <span class="tariff-icon"></span> <h2 class="tariff-heading"></h2> </div> <!-- Tagline --> <p class="tariff-tagline"> Enjoy elegant comfort and thoughtful amenities at RC Dream Palace, with rates that give you the best value for an unforgettable stay. </p> <!-- Table --> <table class="tariff-table"> <thead> <tr> <th>Room Type</th> <th>Rates</th> </tr> </thead> <tbody> <tr> <td>Deluxe Room</td> <td>Rs. 3524 /-</td> </tr> <tr> <td>Deluxe Twin Room</td> <td>Rs. 3524 /-</td> </tr> <tr> <td>Superior Room</td> <td>Rs. 5120 /-</td> </tr> <tr> <td>Superior Twin Room</td> <td>Rs. 5120 /-</td> </tr> <tr> <td>Executive Suite Room With Jacuzzi</td> <td>Rs. 8900 /-</td> </tr> </tbody> </table> </div> </section> <?php include 'include/footer.php';?> <!-- Modal --> <div id="lightbox" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <div class="modal-body"> <img id="popupImage" src="assets/images/gallery-img7.jpg" alt="image"> </div> </div> </div> </div> <!-- BACK TO TOP BUTTON --> <button id="back-to-top-btn" title="Back to Top"></button> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/popper.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/owl.carousel.js"></script> <script src="assets/js/contact-form.js"></script> <script src="assets/js/video-popup.js"></script> <script src="assets/js/video-section.js"></script> <script src="assets/js/jquery.validate.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/counter.js"></script> <script src="assets/js/custom.js"></script> <script src="assets/js/search.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.29 |
proxy
|
phpinfo
|
Settings