Build a Tribute Page Not working

I am trying to get a passing grade on the “build the tribute page” and even tho i followed all the instructions the Fork Me! FCC: Test Suite Template tells me i havent passed any of the requirements. I believe this is wrong because i have used the code from the example trubute page and it marks it wrong as well , the only way to get an “all test passed” on the example page is to open the link from the first link given in the instruction page (https://codepen.io/freeCodeCamp/full/zNqgVx) and thats all just for the example tribute page, if i paste my code (which is very similar to the example) i wont pass.
anyone else with that problem? or can some one help?
this is my proyect;
https://codepen.io/kennyp101/pen/yLeYzER?editors=1100

Welcome to the forums @perezaguayo.kenya. First off,

  • 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.
    • Your page passes 8/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.

So you are passing most of the user stories. Just work on those last two.

Welcome, perezaguayo.

There are a few syntax errors in your code. Use the built-in analyser tool in CodePen to find them.

Also, you have not included the test suite script in your code. Why? How are you testing this?

The errors in the test suite are very detailed, and will give you exactly what is wrong.