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