Portfolio page - made it using tailwindCSS

what do you guys think about my portfolio page?
any feedback is welcome :smiley:
EDIT: updated link to include the one with test script included.

1 Like

Welcome to the forums @ItsArnob. Your page looks good. 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, with all tests passing, should be included when you submit your projects.
  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
      Review this for an understanding of the HTML boilerplate tags.
1 Like

Thanks for the feedback :smiley:

I’ll look into the html syntax/coding errors and fix it :smiley:
About the test script - i have my portfolio on two different location, one at itsarnob.github.io and the other one at https://itsarnob.github.io/fcc-projects/portfolio (the one with test script included). I probably should’ve used the second link for this post, I’ll edit the post with the second link.

1 Like

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