Skip to content

Commit

Permalink
fixing paths again
Browse files Browse the repository at this point in the history
  • Loading branch information
norahkerendian committed Jan 9, 2025
1 parent 4dbc80f commit 07cd5d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<body>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../projects/index.html">Project</a></li>
<li><a href="../contact/index.html">Contact</a></li>
<li><a href="portfolio/index.html">Home</a></li>
<li><a href="portfolio/projects/index.html">Project</a></li>
<li><a href="portfolio/contact/index.html">Contact</a></li>
<li><a href="https://github.com/norahkerendian" target="_blank">GitHub</a></li>
</ul>
</nav>
Expand Down
6 changes: 3 additions & 3 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<body>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="../projects/index.html">Project</a></li>
<li><a href="../contact/index.html">Contact</a></li>
<li><a href="portfolio/index.html">Home</a></li>
<li><a href="portfolio/projects/index.html">Project</a></li>
<li><a href="portfolio/contact/index.html">Contact</a></li>
<li><a href="https://github.com/norahkerendian" target="_blank">GitHub</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 07cd5d8

Please sign in to comment.