Technical-Documentation-Page Any feedback

Any comment
Hello everyone! Here is my Technical Documentation Page: https://codepen.io/guchime06/pen/wvrzVXd

1 Like

Welcome to the forums @kira2. Your page looks good. 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).
      (The one for HTML misses things which is why I recommend W3C)
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens
      The user story states the nav should be on the left for regular sized devices. For smaller screens it would be better to have the nav at the top.

When asking for feedback it’s best to open your topic in the #project-feedback subforum. I’ve taken the liberty of moving this for you.

1 Like

Hey @kira2 your page isn’t responsive for mobile. First make it responsive for common screen sizes.

1 Like

Thanks @Roma for your feedback, I will double check it.

Thanks @ ashutoshmishra for your feedback, I will double check it.

1 Like

Right Information Thanks. techno