I am trying to get an image of a project I created on my portfolio page but it is not showing up instead i am getting a broken image symbol of some sort. I have screen shot the image I want to add to my portfolio and saved it to my download folder on my Mac
link to codepen
https://codepen.io/gregcolas90/pen/gBggEV
<!---projects--->
<div id="projects">
<h2>Projects</h2>
<a href="https://codepen.io/gregcolas90/pen/BORvvq" target="_blank" class="project_tile">
<img src="Landing page.png">
</a>
</div>
<!---welcome--->
<h1 id="welcome-section">Web Design by Mr. Gregory Colas</h1>```