Skip to content

Commit

Permalink
added images to packages page
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam8112005 committed Nov 4, 2024
1 parent 99361b9 commit c754182
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Binary file added packages images/download21.jpeg
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 packages images/download22.jpeg
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 packages images/download23.jpeg
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 packages images/download24.jpeg
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 packages images/image34.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 packages images/images26.jpeg
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 packages images/images27.jpeg
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 packages images/images28 (1).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 packages images/images29.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 packages images/images33.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ <h2 class="section-title">Our Packages</h2>
<div class="card1">
<div class="card1-inner">
<div class="card1-front">
<img src="../download24.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<img src="./packages images/download24.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<h3 class="card1-title">Hotel Paradise</h3>
<p class="card1-description">Luxurious city hotel with rooftop pool and spa, perfect for relaxation after a day of exploring.</p>
</div>
Expand All @@ -499,7 +499,7 @@ <h3>More Information</h3>
<div class="card1">
<div class="card1-inner">
<div class="card1-front">
<img src="../download21.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<img src="./packages images/download21.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<h3 class="card1-title">Seaside Resort</h3>
<p class="card1-description">Beachfront resort with water sports, stunning ocean views, and relaxing beachfront dining options.</p>
</div>
Expand All @@ -513,7 +513,7 @@ <h3>More Information</h3>
<div class="card1">
<div class="card1-inner">
<div class="card1-front">
<img src="../download22.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<img src="./packages images/download22.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<h3 class="card1-title">City Center Inn</h3>
<p class="card1-description">Modern inn in vibrant city center, featuring easy access to local attractions and public transport.</p>
</div>
Expand All @@ -527,7 +527,7 @@ <h3>More Information</h3>
<div class="card1">
<div class="card1-inner">
<div class="card1-front">
<img src="../download23.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<img src="./packages images/download23.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<h3 class="card1-title">Luxury Villa</h3>
<p class="card1-description"> Exclusive villa with private amenities, perfect for families and groups looking for a lavish getaway.</p>
</div>
Expand All @@ -541,7 +541,7 @@ <h3>More Information</h3>
<div class="card1">
<div class="card1-inner">
<div class="card1-front">
<img src="../images27.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<img src="./packages images/images27.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<h3 class="card1-title">Countryside B&B</h3>
<p class="card1-description">Charming B&B with homemade breakfast and picturesque views, offering a cozy retreat from city life.</p>
</div>
Expand All @@ -555,7 +555,7 @@ <h3>More Information</h3>
<div class="card1">
<div class="card1-inner">
<div class="card1-front">
<img src="../images26.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<img src="./packages images/images26.jpeg" loading="lazy" alt="Card Image" class="card1-img">
<h3 class="card1-title">Mountain Retreat</h3>
<p class="card1-description">Cozy cabins in a tranquil mountain setting, ideal for nature lovers and adventure seekers.</p>
</div>
Expand All @@ -578,16 +578,16 @@ <h2 class="section-title">Snapshots From Famous Hotels</h2>
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel" data-pause="false">
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="2500">
<img src="../images33.jpg" class="d-block w-100" alt="...">
<img src="./packages images/images33.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item" data-bs-interval="2500">
<img src="../image34.jpg" class="d-block w-100" alt="...">
<img src="./packages images/image34.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item" data-bs-interval="2500">
<img src="../images29.jpg" class="d-block w-100" alt="...">
<img src="./packages images/images29.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item" data-bs-interval="2500">
<img src="../images28 (1).jpg" class="d-block w-100" alt="...">
<img src="./packages images/images28 (1).jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval" data-bs-slide="prev">
Expand Down

0 comments on commit c754182

Please sign in to comment.