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 navbar to the checkout page #748

Closed
wants to merge 2 commits into from
Closed
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
27 changes: 6 additions & 21 deletions payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,12 @@
<body>
<div class="nav-container" id="top">
<nav class="newNav">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right" style="margin-left: -200px">Tourguide<span>.</span></a>

<ul class="navLinks">


<li onclick="closeNav()" class="link" data-aos=""><a href="#Home">Home</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="#AboutUs"> AboutUs</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="#Destinations">Destinations</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="#trip">Pricing</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="#ReviewGallery">Trip Gallery</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="#testimonials">Testimonials</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="feedback.html">Rate Us?</a></li>
<li onclick="closeNav()" class="link" data-aos=""><a href="#contact">Contact Us</a></li>


</ul>
<a href="newLogin.html" class="contact-btn"><button class="btn" id="btn-style"
style="margin: 0; box-shadow:1.5px 1.5px 6px red;" data-aos="fade-down">Login</button></a>
<div class="toggle-container" data-aos="fade-down">
<input id="themeToggle" class="toggle" type="checkbox">
</div>

<a href="index.html" class="contact-btn" style="margin-right: -170px;"><button class="btn" id="btn-style"
style="margin:0; box-shadow:1.5px 1.5px 6px red;" data-aos="fade-down">Go to Home</button></a>

<div class="hamburger" data-aos="fade-down">
<div class="line"></div>
<div class="line"></div>
Expand All @@ -49,7 +34,7 @@
<main>
<div class="py-5 text-center">

<h2>Checkout form</h2>
<h2>Checkout</h2>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the navbar , I can't see any changes you have made regarding the navbar?

</div>

<div class="row g-5">
Expand Down
Loading