Skip to content

Commit

Permalink
fixed index linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonahv committed Jul 2, 2023
1 parent 827c255 commit 22a048f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions challenges.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Source+Code+Pro&display=swap" rel="stylesheet">

</head>
<body>s
<body>
<nav class="navbar">
<div class="container">
<a href="/index.html" class="logo">&#60;Yonah Veffer - Web developer&#62;</a>
<a href="/portfolio-site" class="logo">&#60;Yonah Veffer - Web developer&#62;</a>
<ul class="navigation-items">
<li><a href="/portfolio-site">About me</a></li>
<li><a href="/index.html">Skills</a></li>
<li><a href="/portfolio-site#skills">Skills</a></li>
<li><a href="./challenges.html">Challenges</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
Expand Down

0 comments on commit 22a048f

Please sign in to comment.