Tribute Page
Survey Form
Product Landing
Documentation
Personal Portfolio
Any Feedbacks???
very nice! check the mobile responsiveness of the technical documentation page though
1 Like
- 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.
- The test script is JS. It belongs right before the closing
body
tag. It will not work if it’s in thehead
element.
- tribute page - passes 7/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
- product page - passes 13/16 user stories.
- tech doc page - passes 13/16 user stories.
- portfolio - passes 9/12 user stories.
- Don’t use
<br>
to force line breaks or spacing. That’s what CSS is for. - You should learn to use external style sheets.
1 Like