Portfolio Page finished

Just finally completed the Responsive Web Design course after 18 days.
Started on 24th January from scratch.
The projects simply took the longest time.
A nice challenge.

Here is my portfolio. I see my html and css coding is slightly getting better. Still rusty, but I’m happy with it at the moment, because I’m a noobie programmer.
Shoddy picture work, used gimp and screenshot image cropping to export in png files.
Used 3 of the 4 completed projects in this pen.

https://codepen.io/shauncraig/full/eYBBzGm

I would like to see all your thoughts about this project.

Your portfolio looks good @anon92163060. 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.
  • 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.
  • Have you projects open in a new tab (It’s good they open full screen)

Thanks.

Yeah, I’ve un commented it now.

This is what I need to learn more about CodePen for the settings etc.
I will remember this - cheers.

Thanks for your comments.

Onto JS now.

Have a look at their official documentation.

Yeah, I will start to read it a lot more, so I get used to their extensive settings.

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