Skip to content

Commit

Permalink
ADDED MANY Adventures in Solo-Adventures Section
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelHarsh2006 committed Nov 6, 2024
1 parent 4669cc8 commit 06ef38c
Showing 1 changed file with 67 additions and 8 deletions.
75 changes: 67 additions & 8 deletions solo-adventure.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,90 @@ <h1 class="mb-4">Solo Adventure Explorer</h1>
</select>
</div>
</div>



<div class="row" id="itineraryContainer">
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="https://images.unsplash.com/photo-1551632811-561732d1e306" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<img src="img/skydiving.jpg" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<div class="card-body">
<h5 class="card-title">Mountain Trek Adventure</h5>
<p class="card-text">Embark on an exhilarating 7-day mountain trek through breathtaking landscapes.</p>
<h5 class="card-title">Sky Diving in Dubai</h5>
<p class="card-text">You're high up in the sky, about to leap into the unknown, an adventure that will leave you awestruck.</p>
<button class="btn btn-primary" aria-label="View Mountain Trek Adventure itinerary">View Itinerary</button>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="https://images.unsplash.com/photo-1536697246787-1f7ae568d89a" class="card-img-top" width="250px" height="300px" alt="Peaceful beach retreat">
<img src="img/serene-beach-scene.jpg" class="card-img-top" width="250px" height="300px" alt="Peaceful beach retreat">
<div class="card-body">
<h5 class="card-title">Serene Beach Retreat</h5>
<p class="card-text">Unwind with a 5-day peaceful beach retreat, perfect for relaxation and self-discovery.</p>
<button class="btn btn-primary" aria-label="View Serene Beach Retreat itinerary">View Itinerary</button>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="https://images.unsplash.com/photo-1519923041107-e4dc8d9193da" class="card-img-top" width="250px" height="300px" alt="Cultural city exploration">
<div class="card-body">
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="img/flyingboard.png" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<div class="card-body">
<h5 class="card-title">Flying Board in GOA</h5>
<p class="card-text">Do You want to Fly and Stunt above the Sea? Then it's Perfect Adventure for You ! </p>
<button class="btn btn-primary" aria-label="View Mountain Trek Adventure itinerary">View Itinerary</button>
</div>
</div>
</div>



<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="img/bungee-jumping.jpg" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<div class="card-body">
<h5 class="card-title">Bungee Jumping</h5>
<p class="card-text">Feel the rush of adrenaline as you stand on the edge, ready to dive into an unforgettable experience</p>
<button class="btn btn-primary" aria-label="View Mountain Trek Adventure itinerary">View Itinerary</button>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="img/scuba-diving.jpg" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<div class="card-body">
<h5 class="card-title">Scuba Diving in Goa</h5>
<p class="card-text">Ready to explore a world beneath the waves? Scuba diving lets you do just that.</p>
<button class="btn btn-primary" aria-label="View Mountain Trek Adventure itinerary">View Itinerary</button>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="img/hotairbaloon.webp" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<div class="card-body">
<h5 class="card-title">Hot Air Ballon</h5>
<p class="card-text">Imagine floating high above the landscape, taking in panoramic views of nature's beauty.</p>
<button class="btn btn-primary" aria-label="View Mountain Trek Adventure itinerary">View Itinerary</button>
</div>
</div>
</div>


<div class="row" id="itineraryContainer">
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="https://images.unsplash.com/photo-1551632811-561732d1e306" class="card-img-top" width="250px" height="300px" alt="Mountain hiking adventure">
<div class="card-body">
<h5 class="card-title">Mountain Trek Adventure</h5>
<p class="card-text">Embark on an exhilarating 7-day mountain trek through breathtaking landscapes.</p>
<button class="btn btn-primary" aria-label="View Mountain Trek Adventure itinerary">View Itinerary</button>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card h-100 itinerary-card">
<img src="https://images.unsplash.com/photo-1519923041107-e4dc8d9193da" class="card-img-top" width="250px" height="300px" alt="Cultural city exploration">
<div class="card-body">
<h5 class="card-title">Cultural City Discovery</h5>
<p class="card-text">Immerse yourself in a 10-day journey exploring the rich culture of historic cities.</p>
<button class="btn btn-primary" aria-label="View Cultural City Discovery itinerary">View Itinerary</button>
Expand Down

0 comments on commit 06ef38c

Please sign in to comment.