Feedback for personal portfolio website project

Hi there!
I have just completed the personal portfolio project in the responsive web design certification course. I would love some honest reviews about it.
Here’s my code https://codepen.io/strugglerz/pen/qBPoOLx
Please give feedback.

1 Like

Hey I enter by the link and it send to a blank area. Is it supposed to do that?

@lizz.garleb sorry my bad
i’ve corrected it. you can try again.
thanks

Cool… It looks better then mine’s.

Thank u for show your project… I learned something:

  • full screen = 100vh

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

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
      Since copy/paste from codepen you can ignore the first warning and first two errors.
  • 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).
      (The one for HTML misses things which is why I recommend W3C)
  • Your project images are not showing. Codepen does not know how to load images that are local to your machine.
    Codepen creates large and small screenshots of your pens that can be used in your portfolio. Their official documentation explains how to access them.

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