Build a Personal Portfolio - Build a Personal Portfolio

Tell us what’s happening:

How can I link my projects in portfolio. Is there way to see all the completed project to see at one place.

Your code so far

<!-- file: index.html -->
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Personal Portfolio</title>
  </head>
  <body>
    <div id="welcome-section">
      <h1>personal info</h1>
    </div>
    <div id="project-section">
      <div class="project-tile"></div>
    </div>
  </body>
</html>
/* file: styles.css */

Your browser information:

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

Challenge Information:

Build a Personal Portfolio - Build a Personal Portfolio

You can put your projects in codepen or something similar.

sorry can you explain , what is codepen and how can I see my completed project on freecodecamp.

If you’re doing the challenge for building a personal portfolio, this is meant to get you familiar with the process of designing and developing a portfolio webpage, hence freeCodeCamp don’t save your projects and the example it gives you as a guide. It’ll save your progress, but you can’t retrieve the projects you did through freeCodeCamp.

Instead of creating a project through freeCodeCamp, you create the same projects on your own text editor saved on your own computer, which you can showcase on your own portfolio website you created.

1 Like