Help with my Portfolio Project

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>```

you need to upload the image somewhere and put the link to the image in the src.

on codepen that feature seems to only be available for pro users which you must pay for, is there a work around to uploading your own images on codepen?

Hey @gregorycolas90,
This might help you:

1 Like

thanks I got it to work :slight_smile:

the image now shows up on my page!