Tell us what’s happening:
how to add projects link in my portfolio , i am building the last project of portfolio any hint how to include my projects inside in this section that have id=“Projects”
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>My portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<navbar id="navbar">
<a class="nav-link" href="#About">About</a>
<a class="nav-link" href="#Work">Work</a>
<a class="nav-link" href="Contact">Contact</a>
</navbar>
</header>
<section id="weclome-section">
<h1>I'm Tumukunde Yves</h1>
<h3>a passionate Junior Software Developer with a keen interest in web development, mobile apps</h3>
</section>
<section id="projects">
<h1>some things that i've built</h1>
</section>
</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/126.0.0.0 Safari/537.36
Challenge Information:
Personal Portfolio Webpage - Build a Personal Portfolio Webpage