Personal Portfolio - review

Hi all,

One month after starting with FCC RWD I have completed my personal portfolio together with 4 other projects.

https://codepen.io/ktoodo/full/LYRxKjX

It’s been a great ride. Looking forward to JS.

Thanks!

1 Like

Hi @ktoodo!

I think your project looks good.

Remember to keep the test suite in your project for submission.

1 Like

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

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script should be included, with all tests passing, when you submit your projects.
  • Run your HTML code through the W3C validator.
    • There is an HTML coding error you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Make all your styling external. Don’t use in-line styling.
  • Have your projects open in a new tab, preferably full-screen

Wow!! super!! :open_mouth: