How can I find a link, cover photo of my work in codepen?

How can I find a link, cover photo of my work in codepen? Thak you.

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Are you talking about screenshots of the pens?

I’m going to make my portfolio based on the freecodecamp example on the codepen website, based on this code sample.

href="https://codepen.io/freeCodeCamp/full/zNqgVx"
       target="_blank"
       class="project project-tile"
     >
       <img
         class="project-image"
         src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute.jpg"

But I don’t know how to find a link to put in src=" " .

I’m really not sure I understand the question.

You are coding the portfolio project and want to link to your tribute project, just like how the example portfolio project does it?

  1. Copy the URL of your tribute project.

  2. Use the documentation I linked to, to get the screenshot of your tribute project.

  3. Use the URL and screenshot links in your portfolio project.

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