What do you think about my portfolio project?

Good day, I’d appreciate it if you could take a look at my portfolio project and give me some feedback. Thank you!

My code
https://codepen.io/arshia93/full/QWKQdaO

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Hi again!

I think your pages looks good.

There is a small error in you html here

<a href="https://google.com" target="_blank">Get on the invite list ></a>

Some characters are reserved in html like this one >.
You have to use html entities instead. &gt;

<a href="https://google.com" target="_blank">Get on the invite list &gt;</a>
1 Like

Thanks for you time @jwilkins.oboe. Happy new year! :partying_face:

1 Like