Tribute page project using grid structure

Hello,I hope everyone’s doing fine. I picked up coding a few weeks back. I’ve done a coursera course related to web developing and thought to try here as well.

I’ve made the tribute page to Albert Einstein and I’ve used the grid structure for it. It’s responsive at desktop, tablet and mobile browsers. I’m also thinking to make it responsive for large monitors.

Any feedback would be welcomed. If you do check it out, thank you for spending the time on it.

1 Like

Good job! Thanks for sharing!

Nice tribute page! I really like your layout. Simple and clean. :sunglasses:

@snigo Thank you for taking a look at it :slight_smile:

@AlexP524 Thank you for your feedback.

Welcome to the forums @dhruv_manila. Page looks good. Some things to revisit;

  • 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 an HTML coding error you should address.
  • Review the lesson about giving meaningful text to links.
  • Don’t use <br> to force spacing or line breaks. That’s what CSS is for.