Project Tile parameters. Where to find them?

Hi, I’m working on my Personal Portfolio Webpage for the test and it fails on the project-tile section. I can create an element and give it a class of project-tiles but I’m having trouble figuring out where to find the parameters to add into each tile. I can find the url easily but not sure where to find the image information. Can You direct me?

It’s easier to help debug if you provide a link to your codepen.

Not sure if you know this but codepen creates large and small screen shots of your pens that can be used in your portfolio.
Access them from;
https://codepen.io/userName/pen/penName/image/large.png (for the large screenshot)
and
https://codepen.io/userName/pen/penName/image/small.png (for the small screenshot)

  • where you replace userName with your codepen userId and penName with the id of one of your codepen pens

Thanks I really appreciate it. I passed all of the tests now. My only weird thing now is that the link at the bottom of the webpage for my profile isn’t working. Everything looks ok to me.https://codepen.io/brisket1/pen/xxGYKvN
but then I’m a newbie.
Thank You for Your Help.

@Brisket1, all the tests aren’t passing.

  • Your page passes 11/12 user stories.
    • The test script should be included, with all tests passing, when you submit your projects.
  • Run your HTML code through the W3C validator.
    • You’ve got errors that need to be corrected.
  • You don’t need a table to lay out your navbar.
1 Like

Thanks Roma, I ran it through the Fork Mehttps://codepen.io/freeCodeCamp/pen/MJjpwO
and it passed all 12 but then I went back and changed a couple of things. Thanks I’ll change it back.

Thanks Roma I ran it through the W3C validator and finally got it thorugh without errors. It just had a few suggestions for adding h2-h6 headings.
Thanks again. I still can’t figure out why my My Profile link at the bottom of the page isn’t working. Any ideas?
https://codepen.io/brisket1/full/xxGYKvNhanks.

Not sure what the issue is but I quickly took a look and if I comment out all of your CSS the link works. So it’s something with your CSS…which is odd.

Thanks for checking.