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