Portfolio Review for web developer internships/jobs

If anyone has some honest feedback I would highly appreciate it! :slight_smile:
https://yog9.github.io/My-previous-portfolio/

Hi @Yog9 , looks good except some things which i will point out,

  1. To make the .text class to position center both horizontal and vertical, you should make the top and left props to 50% and apply transform: translate(-50%, -50%)
  1. To make .intro align center, you can use margin: auto instead of making it center using margin-left with some value
  1. Logo of technologies looks so small below 1024px screen width, increasing the size would look better
  1. Give some padding to the left and right for the body in mobile screen, just a little breathing space will make it better

Good Luck :slight_smile:

Really nice. Check images within .col-grid-modal-item, cause they are not responsive, also some padding/margin to the text in modal will make it more clean.

Thanks for the suggestions I will implement them :slight_smile:

Thanks for the suggestions I will implement them .