Portfolio help needed

Hey Code Campers!

Was curious how to fix an issue with one of my project images on my portfolio. Cannot get it to load. I’ve tried changing the image. Resizing the image. And I’ve swept through my html & css code and don’t see any errors there. If I can get a pair of fresh eyes on this I would greatly appreciate it.

https://wasabibeats.github.io/

Maybe try to remove html at the end of the picture’s url.

Thank you for the suggestion unfortunately no change. For your portfolio it looks like your pulling from your local machine screenshots of your project. Would this be a better method in my case? And do I just reference to them similarly as we reference to our .css files for github?

I think yes.

Put them in a folder (say images) and reference them in src of the image, like:

<img src="images/image1.png" />