Hey everyone I just finished the Tribute Page project challenge and am looking for some feedback.
Any feedback and criticism is appreciated
Tribute Page
Hi @trivada, welcome to the forums. Your page looks okay. 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>
). Your page passes 6/10 user stories. - On using codepen. codepen only expects the code you’d put within the
<body> </body>
tags in HTML. (No need to include the body tags). For anything you want to add to<head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.- The link to your font would go in the box labeled ‘Stuff for <head>’
- Review the lesson about giving meaningful text to links
- Make your page responsive
I have fixed the errors now it’s 10/10 thanks for the feedback
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.