Technical Documentation CryptoCurrency project feedback

I’ve just completed my technical documentation project.I want to guys to help me with your reviews. here is the link
Codepen

2 Likes

Hi @godspoweriheanachoc,

Looking so far… Have you tried working on chechboxes that open and close navbars?

Or you can have two menus. One is your normal navbar that hides on mobile, and a second menu that was already hidden and opens on top on mobile.

1 Like

you mean hamburger menu.
i’ve been finding it difficult doing it.Do you have material on it

2 Likes

Sure.
There’s tons of article written about that. And it could be really easy with bootstrap. But it’s better to do it in pure CSS.


That guy over there, does it without JavaScript. Using CSS.
1 Like

Your page looks good @godspoweriheanachoc. Something to revisit;

  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are coding errors you should address. They’re possibly mostly typo’s but you should correct.
    • The other warnings you can choose to ignore if you want. They’re just warning, nor errors and are there to show how to improve the semantics of the page if you choose.
1 Like

Thank you very much for the feedback

thanks for the feedback.