Tribute Page By Eozalp

Hi.

This is my tribute to Elon Musk. I have respect for this man because his career and todos never was about money.

All feedbacks welcomed.

The man Elon Musk himself. A few changes I would make just by giving it a quick look are:

  1. I would try to match the width of Elon’s name and the image. It looks like the name is a little shorter

  2. You can split up the text. make several p tags, that one paragraph is way too long

1 Like

Your page looks good @emrullah.ozalp. Some things to revisit;

  • Verify your email addr with codepen so we can see your page full view

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)

    • The test script, with all tests passing, should be included when you submit your projects.
    • Your page passes 1/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
      Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in the HTML editor. (No need to include the body tags). 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.

    • For instance, links to fonts go in the box labeled ‘Stuff for <head>’
  • Run your HTML code through the W3C validator.

    • There are HTML syntax/coding errors you should be aware of and address.
  • There are two copies of your code so it displays twice

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