What’s the easiest way to use earlier FCC projects (tribute page, landing page, survey form, etc) in the portfolio? I don’t see any way to link to them.
<!-- file: index.html -->
<link rel="stylesheet" href="styles.css">
<div id="welcome-section">
<h1>I am Zach</h1>
</div>
<div id="projects">
<div class="project-tile"></div>
<a href=""></a>
<a href=""></a>
<a href=""></a>
<a href=""></a>
<a href=""></a>
<a href=""></a>
</div>
/* 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/112.0.0.0 Safari/537.36
Challenge Information:
Personal Portfolio Webpage - Build a Personal Portfolio Webpage