Tribute-Page Project feedback please

Hello there!
Hope you are at home and safe.

I just completed the tribute page project. All I want is some feedback for my project. It’s about ‘The man who invented Zero.’
“Acharya” is used to address a teacher or preacher. Hope you’ll learn something new today.

Here’s the codepen link - click me
Github repository - https://github.com/zippytyro/Tribute-Page-Brahmagupta/

1 Like

Hi @zippytyro, well done on your Tribute page.

First thing I checked was the tests and you passed all of them :white_check_mark:
It was important to check first because we’re here to learn right :wink:

Secondly, I read through your tribute and WOW! I definitely learned a great deal.
I have a new respect for ZERO

The Tribute page is designed and laid out beautifully and well done for making it your own and putting your own touch to it.

Good job!

1 Like

Thanks a lot, dear!
I hope you learned a lot today. Zero is underrated, that’s why I made a tribute about its inventor.

Fun Fact - There would have been no computers if Zero wasn’t invented.

1 Like

Hi @zippytyro
Welcome to FCC (FreeCodeCamp) !
Your project looks great and I definitely learned a lot about Zero
Keep going!

Thanks man! Hope you are at home safe and sound.

1 Like

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

  • When using codepen it only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
  • 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 a few errors you should fix.
  • Don’t use the <br> element to force spacing. Use margin and/or padding in CSS.
  • Review the lesson about giving meaningful text to link.
    • ‘wikipedia’ is not accessible
1 Like

Thanks a lot for such an elaborate explanation. I’ll try to implement all of 'em.
Didn’t knew about the <head> in codepen, as I’m new to the platform.
And the wikipedia link was accessible, did you have problem accessing it?

Once again thanks.

Glad to help.
You can check out codepen’s official documentation

Thanks Roma.
How are you so active on the forum?