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

feat: added the packages page #1313

Merged
merged 2 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
Loading