Personal Portfolio Project - looking for feedback

Hi there!

I’ve just finished my Portfolio project and am looking for some feedback.
I’m personally pleased with the look of it, but always keen on ways to improve the code or generally make things more efficient.

Here we go:
https://codepen.io/tomhermanovsky/full/LYpKbrM

Cheers!

2 Likes

The project is pretty cool m8! Well done!

1 Like

Your portfolio page looks good @tomhermanovsky. Just on a lark I took a look at one of your projects, the survey form. Some comments if you don’t mind;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are coding errors you should address.
  • Don’t use <br> to force line breaks. Use CSS
  • Users should be able to click on the labels, not just the radio button / checkboxes
  • Change the cursor to a pointer when hovering over the submit button
1 Like

Hi @Roma!

Thanks for your feedback! I appreciate that you took some time to look at my previous projects. I ran the HTML code through the W3C validator and fixed the issues and updated the CSS as well.

Thanks for all your suggestions - it’s been really helpful !

Cheers!

It’s cool ,
when you declare padding border and margin to 0,it’s always recommend to use box-sizing as border box;to avoid confusions.it’s not a must .I’m just saying.

you have done a good job