Skip to content

Commit

Permalink
condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Subham1 committed Oct 24, 2024
1 parent 270a556 commit e0be694
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 1 deletion.
97 changes: 97 additions & 0 deletions book_condition.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Booking Conditions</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
}
.container {
max-width: 1000px;
margin: 0 auto;
}
.box {
background-color: #e6f0ff;
border-left: 8px solid #28fcfc;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.box h2 {
font-size: 1.2em;
margin: 0;
color: #0d0d0d;
}
.box p {
margin: 10px 0 0 0;
font-size: 1em;
color: #333;
}
.container .box:last-child {
margin-bottom: 0;
}
.box:hover {
background-color: #55f1d7;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
</style>
</head>
<body>

<div class="container">
<h1 style="padding-left:40%">Booking Condition</h1>
<div class="box">
<h2>General Terms</h2>
<p>When using our online ticket booking system, you agree to the terms and conditions outlined below. The term “ticket” refers to any pass purchased for events, services, or transportation. “Booking” refers to the act of purchasing a ticket, while “cancellation” refers to the process of voiding an existing booking.</p>
</div>

<div class="box">
<h2>Payment Terms</h2>
<p>We accept the following payment methods: credit cards, debit cards, and PayPal. Payment must be made in full at the time of booking unless an installment plan is offered. We use third-party processors to securely handle all payment data, with encryption in place to protect your information.</p>
</div>

<div class="box">
<h2>Booking Confirmation</h2>
<p>Once your payment is processed, you will receive a confirmation via email or SMS with your booking details. This confirmation serves as your proof of purchase and is essential for entry. Please keep it safe. Confirmation is typically sent within a few minutes, but it can take up to 24 hours in rare cases.</p>
</div>

<div class="box">
<h2>Ticket Changes and Cancellations</h2>
<p>Bookings can be modified or canceled up to 24 hours before the event or service. If you wish to make changes, please use the "Manage My Booking" feature on our website or contact customer support.</p>
</div>

<div class="box">
<h2>No-Show Policy</h2>
<p>If you do not show up for the event or service you’ve booked, your ticket will be forfeited, and no refund will be issued. In some cases, rescheduling may be possible, but this is subject to availability and terms outlined by the service provider.</p>
</div>

<div class="box">
<h2>Customer Obligations</h2>
<p>Customers are responsible for providing accurate details during the booking process, including name, contact information, and any additional requirements. You will need to present a valid form of ID and your booking reference at check-in or when redeeming your ticket.</p>
</div>

<div class="box">
<h2>System Limitations and Disclaimers</h2>
<p>While we strive to maintain an uninterrupted booking experience, technical issues may occur. In the event of system downtime or other interruptions, we will notify customers and work to resolve the issue as quickly as possible. We are not liable for disruptions caused by circumstances beyond our control (e.g., natural disasters, force majeure events).</p>
</div>

<div class="box">
<h2>Privacy Policy</h2>
<p>We are committed to protecting your personal information. Your data is collected only for the purpose of processing your booking and will not be shared with third parties, except as required by law or as outlined in our Privacy Policy.</p>
</div>

<div class="box">
<h2>Governing Law and Jurisdiction</h2>
<p>These booking conditions are governed by the laws of [Insert Region]. Any disputes arising out of or in connection with these terms will be subject to the exclusive jurisdiction of the courts of [Insert Region].</p>
</div>

</div>

</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ <h4>HELPFUL LINKS</h4>
<li><a href="help.html">Help Centre</a></li>
<li><a href="#">Special Assistance</a></li>
<li><a href="#">Download The App</a></li>
<li><a href="#">Booking Conditions</a></li>
<li><a href="./book_condition.html">Booking Conditions</a></li>
</ul>
</div>

Expand Down

0 comments on commit e0be694

Please sign in to comment.