Problem with : projects section should contain at least one link to a project

Hi guys,

I have two problem

    1. The projects section should contain at least one link to a project.
      I have a link in this section I don’t understand why it is not recognized…
      2)My nav bar is fixed but it goes in front of my content like section 1. How can I do to fix it ?
      Thank you for your help !

https://codepen.io/aur-lien-gabert/pen/XWbzZpx

1 Like
  • Run your HTML code through the W3C validator. Just copy your HTML and paste it into the ‘Validate by Direct Input’ tab.
    • You have elements that aren’t closed.
    • You have nesting that isn’t allowed
  • As an aside, when using codepen it only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
1 Like

Thank you very much Roma !