I need comments on my tribute page

Hello, I’d like to you if you could leave me a comment on how you think the tribute page I have built, maybe it is not the best but if I put enough time, a greeting! :wave:t2:`

Tribute Page

Your page looks good @isantiago-rod. Some things to revisit;

  • Verify your email addr with codepen so we can see your page full view
  • 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.
    Your page passes 5/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
    Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

Something to think about regarding your font-family choices.
You start out calling a sans-serif font that you neither link to nor import. Then you have a font that is default on most systems but it is a serif font. Then to degrade you go with monospace. It would be better if you went with serif or sans-serif depending on what you choose for your font-family.

Hello thank you very much for commenting!, I would like you to explain this in depth since I can not understand what you want to tell me

The instructions for the project says
You can build your project by forking this CodePen pen. Or you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js.

You haven’t done either. I am saying to paste the following into your pen
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
Put it into codepen’s HTML editor.
When you do you will see a hamburger menu in the upper left.
Expand it and run the appropriate test suite.
You code passes 5 of the 10 user stories. It needs to pass all of them.

I then explain how to see which tests are failing and further explain that you need to read the entire message, not just the first line.

Hello now if I finally succeed, thank you very much for your help, here is the full page!

https://codepen.io/isantiago-rod/full/eYGxyjj

If you still do not meet the parameters or something else that can improve will be welcome, thank you very much! :wave:t2:

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