Build a Tribute Page (First Glance Evaluation)

Tell us what’s happening:

I think I’m 70% complete with my tribute page (I’m now playing/practicing around with CSS because I want to create a page worthy of the man I admire).

I then tested it with the FCC Test Suite Template and the result was “Tests 8/10” with red background.

Does that mean that I failed 8/10 coding tests I’m supposed to pass.

For any experienced coders out there that have the time to evaluate my page, can you critique my page?

I’ll post the codepen link below.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-tribute-page

For the images you can alter them like this: https://minecraft.net/en-us/what-is-minecraft/

You can also include image overlay’s like this:

For inspiration, check out my tools below:


Notes

Please hit the reply button or I do not get notified.

Helpful tools–> https://codepen.io/Mike-was-here123/post/check-out-these-sites

Thank you for the valuable helping hand.

I’ll be sure to maximise the resources you gave me for future learning/references.

:grinning::grin::sweat_smile:

I’ve actually one question.

How do I pass the the FCC’s Tribute Page Test Suite?

If you actually passed the test, can you give me a bit of guidance on passing the test?

The page is not yet fully responsive. You just need to add in css just a couple of lines like:

img {
  max-width: 100%;
  margin: 0 auto;
}

Happy coding.

I wouldn’t say worry about the tests.

When you submit it, FCC doesn’t check anyways.

I suggest going off, using the tools i posted (https://codepen.io/Mike-was-here123/post/check-out-these-sites), get inspiration, and improve your webpage. All of the links are very important and are tools i use (except chrome tools).

Lean flexbox. It helped me so much.

Okay, I’ll spend several hours a day studying the materials you’ve given to me.

Thank you! :grinning::grin:

1 Like