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

bug fixed: Made navbar links working on team page #1009

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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ You can find the project structure in the [Project Structure](project-structure.
<sub><b>Cyphrr_07 </b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/avisha191">
<img src="https://avatars.githubusercontent.com/u/164632028?v=4" width="100;" alt="avisha191"/>
<br />
<sub><b>avisha191</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Son7c">
<img src="https://avatars.githubusercontent.com/u/177312486?v=4" width="100;" alt="Son7c"/>
Expand All @@ -233,15 +240,15 @@ You can find the project structure in the [Project Structure](project-structure.
<sub><b>Bhumika Sharma</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/Sudhanshu248">
<img src="https://avatars.githubusercontent.com/u/152962449?v=4" width="100;" alt="Sudhanshu248"/>
<br />
<sub><b>Sudhanshu Saini</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/tarunkumar2005">
<img src="https://avatars.githubusercontent.com/u/158801564?v=4" width="100;" alt="tarunkumar2005"/>
Expand Down Expand Up @@ -270,13 +277,6 @@ You can find the project structure in the [Project Structure](project-structure.
<sub><b>Himangshu Sharma</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/avisha191">
<img src="https://avatars.githubusercontent.com/u/164632028?v=4" width="100;" alt="avisha191"/>
<br />
<sub><b>avisha191</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/Ujjwal5705">
<img src="https://avatars.githubusercontent.com/u/152475026?v=4" width="100;" alt="Ujjwal5705"/>
Expand Down
10 changes: 5 additions & 5 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,15 +287,15 @@ <h1 id="logo"><a href="#home">BuddyTrail</a></h1>

<ul id="nav-list">
<!-- Close button for dropdown -->
<li><a href="#home" class="navhover">Home</a></li>
<li><a href="index.html" class="navhover">Home</a></li>
<li><a href="team.html" class="navhover">Team</a></li>
<li><a href="#deals" class="navhover">Exclusive Deals</a></li>
<li><a href="#benefits" class="navhover">Benefits</a></li>
<li><a href="index.html#deals" class="navhover">Exclusive Deals</a></li>
<li><a href="index.html#benefits" class="navhover">Benefits</a></li>
<li><a href="about.html" class="navhover">About</a></li>
<li><a href="#itineraries" class="navhover">Travel Itineraries</a></li>
<li><a href="index.html#itineraries" class="navhover">Travel Itineraries</a></li>

<li><a href="./contact.html" class="navhover">Contact</a></li>
<li><a href="#reviews" class="navhover">Reviews</a></li>
<li><a href="index.html#reviews" class="navhover">Reviews</a></li>
<li><a href="auth.html" class="navhover">Sign In</a></li>

</ul>
Expand Down
Loading