Responsiveweb-Personal-Portfolio

Please review my Personal-Portfolio project.Portfolio

Can you please tell me why am I not able to see any certification after completing my responsive web section?

2 Likes

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

  • 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.
  • 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.

    • The one for CSS is good. Use it, there’s something to clean up.
      • Keep selectors together for ease of maintenance
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.

  • Maybe think about resizing your nav font for smaller screens or utilizing a collapsible menu. It looks too disjointed now. (I’ve attached a screenshot.)

  • On a side note, you should protect your privacy here and get not give out your phone number or email addr.

  • (The one for HTML misses things which is why I recommend W3C)

Screen Shot 2020-11-06 at 17.20.34

Thank you for the suggestion and code review!!

You need to go to your account settings to claim your certificate. Before you can do so, you also need to agree to the Academy Honesty Pledge.

To make your certificate appear in your profile, you need to have your profile set to public.

1 Like