Tell us what’s happening:
Describe your issue in detail here.
I Need Help
I am confused about this project (portfolio) because I don’t have any images of the projects I’ve done so far. Freecodecamp has used images of their projects on their portfolio, like a tribute page. How do I create images of the projects I have done because I also want to use them in my portfolio as well
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"/>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<nav id="nav-bar">
<ul class="nav-links">
<li>
<a class="nav-link" href="# ">hfdchtgj
</a>
</li>
<li><a class="nav-link" href="#">gvh
</a>
</li>
<li><a class="nav-link" href="#">
hjvj
</a>
</li>
</ul>
</nav>
<section id="welcome-section">
<h1>Welcome</h1>
</section>
<section id="projects">
<h2 class="project-tile">These some of my projects I did at freecodecamp</h2>
</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/114.0.0.0 Safari/537.36
Challenge: Personal Portfolio Webpage - Build a Personal Portfolio Webpage
Link to the challenge: