Here's my product landing page

Hello!

I finished my product landing project.
I’m a flute player and I decided to have some fun with the musical instrument theme.
https://codepen.io/barbosabyte/full/BaLWLap
Feel free to give some feedback about it.

Happy coding everyone!

Can you please share a link?

1 Like

Welcome back @Barbosabyte.

As mentioned, you need to provide a link to your pen if you want feedback.

Ahah. I forgot the link. :sweat_smile:
Edited the op. Thanks

Your page looks good @Barbosabyte. Some things to revisit;

  • Not sure if you’ve noticed but the image in your header is extremely large and on your page it’s covering the text in the container and user’s cannot see the nav links. (screenshot attached)
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Change the cursor to a pointer when hovering over the submit button