Personal Portfolio feedbackk

Hi guys, i-ve finished my portfolio. What do you think about it? Portfolio (codepen.io)

Your portfolio looks good @cocozzafabio. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (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.
    • For instance, links to fonts go in the box labeled ‘Stuff for <head>’
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s). (Be wary of duplicating property: value; pairs. It can make maintenance a nightmare.)
    • (The one for HTML misses things which is why I recommend W3C)
2 Likes

Thanks.
Anyway thanks for the tips: i usally code with Visual studio, that’s the reason why you see these tags

This is terrific! Great job on your entire portfolio. The only issue I noticed is that the buttons on the contact section are not rendering correctly.
https://www.screencast.com/t/dHKrYwwWbT

1 Like

Thanks!
I know I’m having this problem only on Codepen. As you can see in the screen below if I visit the website I’ve upload on GitHub, the images works


I also checked on pc and the images loads perfectly(always using codepen). I really don’t understand why sometimes those images doesn’t display.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.