Would like some feedback for my website


I would like you guys to point out my mistakes and give me perhaps some new ideas to alter the site.

Thank you all in advance.

Hi @justAname947, is this one of the projects or are you experimenting and trying different things?
What I’ve noticed;

  • On using codepen. codepen 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>’
  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
    • there is a lot you need to clean up in the HTML section
    • there are a couple of minor typo’s in CSS that you should clean up
  • make the page responsive. It doesn’t look good on small screens
  • clicking on any of the links breaks the page. Think about making them dead links or at the very least, opening in a new tab since they all go to Google’s home page.
  • you’ll need to host the image for your navbar somewhere other than your local machine if you want users to be able to see it
1 Like

Thank you for your reply. I just copied the whole thing and pasted it into the html section and forgot to implement everything on codepen how it should be.
I will touch up everything you said as soon as i get time to. Once again thanks for the reply. Means alot