Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADDED Many Adventures in SOLO-ADVENTURE Section #1930

Merged
merged 2 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/bungee-jumping.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/flyingboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hotairbaloon.webp
Binary file not shown.
Binary file added img/scuba-diving.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/serene-beach-scene.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/skydiving.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading