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:
lasjorg
2
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=" " .
lasjorg
4
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?
-
Copy the URL of your tribute project.
-
Use the documentation I linked to, to get the screenshot of your tribute project.
-
Use the URL and screenshot links in your portfolio project.
system
Closed
5
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.