My Hummingbird Tribute Page

Hello,

I’m just looking for some feedback on my first FCC project. I’m a graphic designer, but I decided to start getting into web development for the first time. Thank you for any comments!

I love the blend of the colours. Very nice! Keep it up!

1 Like

Welcome to the forums @Oltman-B. Your page looks good. Some things to revisit;

  • With codepen, for anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes 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 is an HTML coding error you should address.
    • Additionally, you don’t want to use the <br> element to force spacing or line breaks. That’s what CSS is for.
  • Review the lesson about giving meaningful text to links.
    • Web Accessibility in Mind has a more thorough explanation.
    • You may be able to make “read all the facts” a little more accessible
1 Like