Tribute page advice

Tell us what’s happening:
I’ve just completed my tribute page but it seems to be a little bit pendent so I need some advice. Can you guys help me ?

Your code so far
https://codepen.io/anngo/pen/ZEbWqVp

Your browser information:

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

Challenge: Build a Tribute Page

Link to the challenge:

Hi @anngo,
Yellow , green colours and paragraph layouts are making so hard to read your website . Would be good if you make them in order and choose softer colours i think .
Have good coding .:slight_smile:

1 Like

Hi @anngo, you’re right, it does. I’m not good at design either but there are things you can do to make your page a little more appealing.

  • Google a bit about color palettes. I found this one about Website Color Schemes. Give a quick read to some that you find. You want color on your pages but also you want it to have good contrast so it’s easy to read.
  • Think about making things like your tribute info a little tighter. Long lines are harder to read across a desktop browser. Too, when long lines are centered instead of left justified it’s hard on the reader.

A couple of other things to help you…

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
    • Your page currently passes 8/10 user stories.
    • The test script should be included, with all tests passing, when you submit your projects.
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • This helps you to write clean code. Reminding you of things you may not be aware of.
1 Like