Skip to content

Commit

Permalink
header(update_v1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobster1911 committed Sep 9, 2024
1 parent 0c2e034 commit 14f0948
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Projects/projectlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<h1>Parikshit Padole</h1>
<nav>
<ul>
<li><a href="../index.html">About</a></li>
<li><a href="project1.html">Projects</a></li>
<li><a href="https://blogs.imperial.ac.uk/parikshit/">Blogs</a></li>
<li><a href="../index.html#contact">Contact</a></li>
</ul>
<li><a href="../index.html">About</a></li> <!-- Moves up one level to find index.html -->
<li><a href="#projectlist">Projects</a></li> <!-- Link for the current project file -->
<li><a href="https://blogs.imperial.ac.uk/parikshit/">Blogs</a></li> <!-- External link remains unchanged -->
<li><a href="../index.html#contact">Contact</a></li> <!-- Same as above -->
</ul>
</nav>
</div>
<p class="subtitle">Robotics and AI</p>
Expand Down

0 comments on commit 14f0948

Please sign in to comment.