Build a Landing Page - analyze

Hi there,

if anyone would like to checkout my landing page and give some constructive criticism feel free.

Had a bit of a headache with the nav bar but think I got there in the end. If you have any better suggestions I’d be happy to hear.

Much appreciated, thanks
Ray :slight_smile:

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Challenge: Build a Product Landing Page

Link to the challenge:

HI @raymond_clark !

I think your page looks good.

Just a couple of things.

I think your submit button should have the cursor pointer.

I would remove these styles tags and add your import to the css section.

   <style>
    @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
   </style>

Your image is not loading.
I would look into other hosting options.
https://www.guru99.com/free-photo-hosting.html

There are errors in your html and css.

Run your code through the html validator and css codepen analyzer.
https://validator.w3.org/

Hope that helps!

Thank jwilkins.oboehttps://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fforum.freecodecamp.org%2Fu%2Fjwilkins.oboe&data=04|01||219f635bf3064870587d08d962acfcf1|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|637649317375140027|Unknown|TWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D|1000&sdata=3xA81%2F7PlxDtaG6strWxhrg1Xw%2BztJs1ddgDLP0FlmQ%3D&reserved=0
August 19

I think i’m almost there now… will finish the last bit tomorrow and run the code through html and css validator again

Thanks for the tips!

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