Faker Tribute Page

I thought Faker would be fun to make a tribute page for. I was curious if any of you had feedback or thoughts on my page. Thank you :slight_smile:

Hi @yakkya, your page looks good. Some things to revisit;

  • On using codepen. codepen only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
  • Use external CSS for all your styling instead of using internal and inline CSS
  • make your page responsive
1 Like

Thanks Roma, I’ll try to implement these things in my next project :]

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