Skip to content

Commit

Permalink
added the packages page
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-848 committed Aug 4, 2024
1 parent 0cbc06d commit b7d49a4
Show file tree
Hide file tree
Showing 3 changed files with 667 additions and 20 deletions.
26 changes: 6 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ <h1>TourGuide . . .</h1>
<li><a href="#hotel">Hotel & Resort</a></li>
</ul>
</li>
<li class="link" data-aos=""><a href="./packages.html">Packages</a></li>
<li class="link" data-aos=""><a href="#testimonials">Testimonial</a></li>
<li class="link" data-aos=""><a href="feedback.html">Rate Us?</a></li>
<li class="link" data-aos=""><a href="#cnt-form">Contact Us</a></li>
Expand Down Expand Up @@ -1276,12 +1277,10 @@ <h4 style="color: rgb(231, 62, 118); font-style: italic;font-family: cursive;">H
<div class="center-card">
<img src="./tg1.jpg" alt="guide1" />
<br></br>
<img src="./tg2.jpg" alt="guide2" />
<br></br>
<img src="./tg3.jpg" alt="guide3" />
<button class="btn btn-style" id="btn-page" onclick="window.location.href='packages.html'" style="box-shadow: 2px 2px 8px rgb(0, 191, 255); padding: 10px 20px; font-size: 16px; cursor: pointer;">View All</button>
</div>
</section>
<br /><br /><br /><br />
<br /><br /><br />

<!-- Hotel & Resort Section -->
<section class="hotel" id ="hotel">
Expand All @@ -1292,23 +1291,10 @@ <h3 style="color: rgb(151, 6, 241); font-style: italic;font-family: Cambria, Coc
<br></br>
<div class="center-card">
<img src="./h1.png" alt="hr1"/>
<br></br>
<a class="btn btn-primary" href="./hotel.html" role="button">Book Now</a>
<br></br>
<br></br>
<img src="./h2.png" alt="hr2"/>
<br></br>
<a class="btn btn-primary" href="./hotel.html" role="button">Book Now</a>
<br></br>
<br></br>
<img src="./h3.png" alt="hr3"/>
<br></br>
<a class="btn btn-primary" href="./hotel.html" role="button">Book Now</a>
<br></br>
<br></br>
<img src="./h4.png" alt="hr4"/>
<br></br>
<br>
<a class="btn btn-primary" href="./hotel.html" role="button">Book Now</a>
<br>
<button class="btn btn-style" id="btn-page" onclick="window.location.href='packages.html'" style="box-shadow: 2px 2px 8px rgb(0, 191, 255); padding: 10px 20px; font-size: 16px; cursor: pointer;">View All</button>
</div>
</section>
<br /><br /><br /><br />
Expand Down
Loading

0 comments on commit b7d49a4

Please sign in to comment.