Hello good people of FCC,
I’m having this problem with the Codepen test for the portfolio page.
I have the nav links set up that when I click on them they go to the different sections, but when I do the codepen test I get this error:
“## 7. The navbar should contain at least one link that I can click on to navigate to different sections of the page.”
I cannot see the mistake. Please can someone take a look at the code and give me a hint. Thank you.
Here is the code for the navbar:
<nav id="navbar">
<a href="#welcome-section">
<div class="logo">HattingH</div>
</a>
<ul>
<li><a href="#welcome-section">Welcome</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
——Then Continuing below that I have each section like this with an id so the link can navigate to that section. It works as it should, but the test says there is something wrong?——
<section id="welcome-section">