Unable to launch my first project on gitpages

So, I was doing the challenge Build a Tribute Page and I have made it but I was hoping get feedbacks for the projects by tribute.github.io but somehow It’s not working

https://roshan-ican.github.io/Tribute-Page/
I solved it finally is my website okay please review it!!!

Your page looks good @roshan-ican. 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, with all tests passing, should be included when you submit your projects.
    • Your page passes 7/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.
  • All your styling should be external. Do not use internal styling.

  • Run your HTML code through the W3C validator.

    • There are HTML syntax/coding errors you should be aware of and address.
  • You have elements out of order. Review this for an understanding of the HTML boilerplate tags.

  • Most importantly, the HTML code looks to be a copy of the sample code. Make the project from scratch, with your own code, style and content. Don’t take code from the sample project.

    • The projects are not just another challenge. Each one is meant to be a significant step in your progress. Every project you do will require research, planning, trial and error, and strengthening your skills beyond what you gain from the incremental challenges.
    • The hardest part of coding is looking at a problem and coming up with a plan to solve that problem. Starting out by looking at someone else’s code completely bypasses that step.

On a side note, since you’re asking for feedback I’m moving this to the #project-feedback subforum.

1 Like

https://roshan-ican.github.io/Tribute-Page/
Sure I will do that

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