Skip to content

Commit

Permalink
passenger information section added
Browse files Browse the repository at this point in the history
  • Loading branch information
himelmia535 committed Feb 19, 2024
1 parent b0373d7 commit c058b7d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,33 @@ <h5 class="font-raleway font-semibold text-2xl">Select Your Seat</h5>
<p>Grand total</p>
<p>BDT <span id="grand-total">0</span></p>
</div>

<!-- passenger info -->
<div class="mt-6">
<label class="block text-left m-2" for="name">Passenger Name*</label>
<input
class="border-solid border w-full border-[#f1efef] rounded-lg p-6"
type="text"
name=""
id="name"
placeholder="Enter your name"
/>
<label class="block text-left m-2" for="name">Phone Number*</label>
<input
class="border-solid border w-full border-[#f1efef] rounded-lg p-6"
type="number"
name=""
id="phone"
placeholder="Enter your phone number"
/>
<label class="block text-left m-2" for="name">Email ID</label>
<input
class="border-solid border w-full border-[#f1efef] rounded-lg p-6"
type="text"
name=""
id=""
placeholder="Enter your email id"
/>
</div>
<button onclick="my_modal_4.showModal()" id="btn-next" class="text-white font-inter bg-primary-green font-semibold py-6 px-8 w-full rounded-2xl mt-6 text-xl">Next</button>
</div>
Expand Down

0 comments on commit c058b7d

Please sign in to comment.