Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Tell us what’s happening:

Hello for Project 5 in Responsive Web Design I’m trying to get a general idea on how to link to my already completed projects for the portfolio?

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>Portfolio Webpage</title>
    <link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <nav>
      <ul>
        <li><a href="#welcome-section">Welcome</a></li>
        <li><a href="#projects">Projects</a></li>
        <li><a href="#contact">Contact</a></li>
    </nav>
    <section id="welcome-section">
      <div class="heading">
        <h1>Welcome I am Germaine Perry</h1>
      </div>
      <div class="sub-heading">
        <p>Aspiring Web Developer</p>
      </div>
    </section>
    <section id="projects">
      <div class="project-tile">
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Personal Portfolio Webpage - Build a Personal Portfolio Webpage

you need to publish your projects somewhere online.
For example you can use github pages or codepen.io to do that.
Then you can link to them.

thank you for your answer

1 Like

why you delete your answer I didn’t know I can do that thank you

1 Like