Personal portfolio navbar issues

can someone please tell me what im doing wrong with my navbar. ive been stuck trying to get this to work for hours and the most annoying thing is that ive done this before on a previous challenge. ive tried looking back on my previous work and cant spot any difference! quite simply the link just isnt working. help!
https://codepen.io/adamsmith1990/pen/bGbGQvB?editors=1000

You don’t say what you want your navbar to do so I can’t provide a specific answer. But you are missing multiple closing tags. </nav> being one of them, and I did not see any styling of the navbar.

@eoja is correct, you’re missing some closing tags. The reason your link isn’t showing is because you never close the <a> tag. You want something more like what’s below:

<a href="https://codepen.io/adamsmith1990/ pen/ZEzYoPN" target="blank">My link</a>