Skip to content

Commit

Permalink
Merge pull request #625 from Mayanksaininh/main
Browse files Browse the repository at this point in the history
Solved issue no. #569 added map in drop and pickup location
  • Loading branch information
PriyaGhosal authored Oct 14, 2024
2 parents 92c23f6 + 8bcb00c commit 0579f19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,12 @@ <h2>Book a Cab or Auto</h2>
<div class="form-group">
<label for="pickup-location" style="font-size: 15px;"><strong>Pickup Location</strong></label>
<input type="text" id="pickup-location" name="pickup-location" placeholder="Enter pickup location" required />
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d2965.0824050173574!2d-93.63905729999999!3d41.998507000000004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sWebFilings%2C+University+Boulevard%2C+Ames%2C+IA!5e0!3m2!1sen!2sus!4v1390839289319" width="100%" height="60" frameborder="0" style="border:0"></iframe>
</div>
<div class="form-group">
<label for="drop-location" style="font-size: 15px;"><strong>Drop Location</strong></label>
<input type="text" id="drop-location" name="drop-location" placeholder="Enter drop location" required />
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d2965.0824050173574!2d-93.63905729999999!3d41.998507000000004!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sWebFilings%2C+University+Boulevard%2C+Ames%2C+IA!5e0!3m2!1sen!2sus!4v1390839289319" width="100%" height="60" frameborder="0" style="border:0"></iframe>
</div>

<form
Expand All @@ -629,10 +631,14 @@ <h2>Book a Cab or Auto</h2>
<select
id="vehicle-type"
name="vehicle-type"
style="width: 150px; height: 29px; padding: 5px;"
style="width: 150px; height: 35px; padding: 5px;"
required >
<option value="cab">Cab</option>
<option value="auto">Auto</option>
<option value = "Sharing cab">Sharing Cab</option>
<option value = "Sharing cab">Sharing Auto</option>
<option value = "Sharing cab">Bike</option>
<option value = "Sharing cab">Premium Bike</option>
</select>
</div>

Expand Down

0 comments on commit 0579f19

Please sign in to comment.