A personal portfolio in a minimalist style needs feedback

So I finished my portfolio and finally got a certificate. Nevertheless, I would like to know your opinion about the work done.

I’ll tell you right away why such a simple design: it is impossible to insert images into codepen without extraneous services, so I had to do without them

Your page looks good @just_p. Some things to revisit;

  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upxper right of each section and then click on the respective ‘Analyze’ link. (be wary of duplicating property: value; pairs as it can make maintenance a nightmare)
    The one for CSS is good. Use it and address the issue(s).
    (The one for HTML misses things which is why I recommend W3C)

Codepen creates large and small screenshots of your pens that can be used in your portfolio. Their official documentation explains how to access them.

Thanks for the hint! I’ve redone everything and now the page looks much better :blush:

I like it :slight_smile:

The only thing that you should fix for me are the images. Try to make them responsive.
I would like to ask two questions:

  1. Why are there some white stripes? Is this intended?
  2. Did you consider that the scale transformation could increase the size of your element at the point that its border goes out of the page?

Happy coding

Yes it does. Nice job with that.

Have fun with JavaScript.

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