Portfolio project - feedback would be appreciated :)

Hi,
I’m new to coding and have just completed a first draft of my portfolio…

any feedback would be really appreciated :slight_smile:

Thank you!

Overall I like it.

check out line 36, you are missing a quotation mark around row and on line 38 there is an extra quotation mark after the p class.

And for me the images take a long time to load. Not sure why that is or if it might just be me?

Thanks for the feedback, I appreciate it. Not sure about the images loading…they seem OK for me? Anyone else?

The images look worked fine for me! Very slick and easy design, I like the feel of it.

Check out your HTML for the navigation section. There are a lot of end tags that don’t need to be there. Make sure your end tags line up with the nested code. Fix that and the top of your page will look clean.

You should also try to keep the CSS styles out of the HTML. It’s better practice and makes both the CSS and HTML easier to read