Tribute Page - Feedback - Al Khwarizmi

Hi all! I have just finished my first HTML/CSS project. Phew, it was tough. Would love to here feedback.
Here is the link: https://codepen.io/rreiso/full/eYBZmRP

Hi @RReiso !

I think your page looks good.
Congrats on finishing the first responsive design project.

Sometimes the brown text blends in to much with the brown background.
Like here.

You might want to play around with different colors.

Also, I noticed you deleted your original topic and posted the same thing under a different category.

If you feel like you have posted your topic in the wrong category, you should have the ability to move it over.

Or a moderator can move it for you.

Happy coding!

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

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
    • The test script should be included, with all tests passing, when you submit your projects.
  • Accessibility is about being accessible to all users. Review the lesson about giving meaningful text to links. For a more thorough explanation read Web Accessibility in Mind.
    • Encyclopædia Britannica” is not accessible

Sorry about that. Will do it for next ones. Thank you for the accessibility reminder!

Thanks. I didn’t know about moving topics.

If you’ve already submitted this project then all you have to do is edit the pen and correct the issues.
There’s no need to resubmit because the link is a pointer to the pen so any edits will be picked up automatically and you’ll have a better looking page that you’ve submitted.

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