Mission Accomplished - Completed Tribute Page

Howdy FreeCodeCamp Family!

I just wanted to share that I completed the Tribute Page Challenge in the Responsive Web Design Projects section.

Overall it was a great experience. Making something from scratch without tutorials or videos was alot of fun. Required some crude planning and designing (I had to make small word document summarizing the material).

Any constructive feedback to my project would greatly be appreciated and super helpful for my future projects I’ll be completing in my frontend-dev journey.

Thank you!

Here’s My Tribute Page

1 Like

Hi @Adam20058 !

Welcome to the forum!

Congrats on finishing your first project!

Here are a few things.

Make sure all of the tests are passing.
Right now you are passing 8/10.

I would also review the lesson on giving links meaningful names.

wiki article is not that accessible.

I would also keep working on responsiveness.
Right now, there is a horizontal scrollbar for smaller devices.

I don’t think you should use br tags like this

      <br>
          <br>

If you want to create space between elements then use css instead.
Here is the MDN article on br tags for the proper use and definition.

You have a small error in your html.
Run your code through the html validator

Hope that helps!

1 Like

Thanks for the feedback!
I’ll make sure to make those changes :blush:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.