Product Landing Page =)

https://elitetest.netlify.app/collection.html

ps: on netlify bc on codepen the images don’t show. =(
Criticism welcomed. =)

can you pass the codepen link?

Hey there, I have it on netlify because they allow for local images. If you would like to check the code simple click on the netlify link, and on the top of your browser click view and open developer tools. You should be able to inspect both html and css.
Thanks. Waiting on your opinion in regards the project.

The project is cool. But I do find this odd →

The time is now.

Don’t you dare killing it, define it instead

I saw this in the main page. I feel this is grammatically incorrect.

Overall the site seems nice though I think you should add more products but thats purely upto you.

Bahahaha, Thanks!!!. It probably is with English being my second language! I will try to find a better way to word it. Thanks much for the feedback

Your pages look good @medic1111. 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.
  • Run your HTML code through the W3C validator.
    There are HTML syntax/coding errors you should be aware of and address.
  • Check that the user has entered a valid email addr. Throw an HTML5 validation error if not.
    You learned to do this when coding the survey form
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    There’s a horizontal scrollbar on smaller screens
  • home page is missing links to all the other pages making it seem disjointed. This would be a bad UX.

You can search and find sites that will host your images for free

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