Como se ve mi landing page? Project Feedback

compañeros me siento muy orgulloso de este resultado, aunque se que es solo un inicio queria compartir con ustedes el resultado, podria tener algunos fallos, se que si pero igual me alegra mucho poder hacerlo con firmeza. Landing page

Your page looks good @waldemar.escobar. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML syntax/coding errors you should be aware of and address.
      Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
      Be wary of using multiple selectors. It can make maintenance harder.
  • 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 nav responsive also. On smaller screens “publicidad” cannot be seen. See screenshot

In the future, when asking for feedback it is best to open the topic in the #project-feedback subforum.
I’ve take the liberty of moving this for you.

(The one for HTML misses things which is why I recommend W3C)

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