The project of tribute page

hello everyone here is my tribute page feel free to give me a feedback and some advice on it https://codepen.io/WALIDpmp/pen/KKdQZga
thank you.

Hello!

The first thing I notice is that your image is REALLY large. I recommend shrinking it down.

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

  • Your page needs to be responsive. It falls apart on smaller screens.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There is a coding error you need to address.
  • It’s not a good idea to skip headers. You go from h1 to h3 to h5
  • Use external styling for everything. No in-line styling
  • Don’t use <br> to force line breaks. Use CSS
  • Review the lesson about giving meaningful text to links.