Check out my personal portfolio. Comments will be appreciated

https://codepen.io/dilly336/full/xPWGPO

Very nice. Making borders for the projects links would be a good idea too. I didn’t know they were links until I hovered my cursor over them.

1 Like

I pretty much agree with momozor about the borders . Also adding small animation would be a good idea, like changing the color of the navbar elements on hover, or moving the links elements on the bottom a little bit on hover too. This will make your page more beautiful .

1 Like

Thanks momozor, I’ll do that

Thanks for the feedback, I’ll make sure to implement this idea

Your portfolio looks good @dilly336.
You have an id (socials) that you used twice. An id must be unique in the document.
Images of your projects would look nice. Don’t know if you’re aware that codepen creates large and small screen shots of your pens that can be used in your portfolio.
Access them from;
https://codepen.io/userName/pen/penName/image/large.png (for the large screenshot)
and
https://codepen.io/userName/pen/penName/image/small.png (for the small screenshot)

  • where you replace userName with your codepen userId and penName with the id of one of your codepen pens
2 Likes

Thanks Roma, I’ll make sure to fix those