Personal-Portfolio-Page Complete

Hey Everyone just finished my last project for the responsive web design https://codepen.io/Fierceincii/pen/VwpWWvx

Any kind of feedback is much appreciated.

Looks good, great Job!

1 Like

Your portfolio looks good @Fierceincii. 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 styling the html element you’d add a class in the ‘Add Class(es) to <html>’ box
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address. (remember, id's must be unique within the document
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • You should have the links to your projects open in a new tab and have them open in full view rather than the pen
  • The FCC test script should not appear in the footer element. It belongs right before the closing body tag.

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