Portfolio Page2

Hello everyone, i just completed my portfolio and i would love if you provide me with a feedback https://codepen.io/abidemi1/pen/VwpRPMY

Hi again!

I think your page looks good.

Don’t leave alt attributes empty.
They are important to the web page.

For the project links, it would be better is they opened up in a new tab.

You have a couple of small errors in your css.
Run your code through the css analyzer.

Also, it would help to use the format tool in codepen for your css.
Screen Shot 2021-06-23 at 11.20.02 PM

Hope that helps!

2 Likes

Hi! I love the overall look of the webpage,
here are a few things i would suggest you to work on.

  1. The first thing would be to set proper breakpoints to project tiles as well as modifications to the margin or padding because right now, they are overflowing when i make the screen size smaller

You could also add a padding to individual nav elements as well as a transition of background-color to make them look even better although, these are just personal design choices.

  1. Using an article tag for individual product items would be a better coding practice.

  2. I also noticed that you have links to your social media accounts at the bottom of the page, inside a section element. I would suggest you to use a footer element instead .

Hope this helper ! :slight_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.