Please give me feedback on my technical documentation

Hi everyone :slight_smile:

Finally finished my technical documentation page https://codepen.io/michelz/full/PMyWmG

The one thing that is still clearly an issue is that I don’t know how to get the mobile menu to collapse again after a link has been clicked. It would be quite easy for me to do this using JavaScript, but solely relying on CSS, I have no clue.

Any other feedback is welcome (or tips on how to get this done).

Looks nice :slight_smile:

Add this and see if you like it

html {
scroll-behavior: smooth;
}
2 Likes

Yeah I think implementing that will be a very cool thing, that was the first thing I wanted to suggest

Your project is cool and great, can also check out my tribute page on https://danielkpodo.github.io/tribute/

That’s a nice addition. Thanks for the suggestion

Page looks nice! One suggestion is to add in some transition effects on the humburger icon when clicked, so that it just doesn’t pop out at you. As for the nav closing on mobile, that would have to be with JavaScript.

1 Like

I added a few lines of js to close it again.

You are right about the animation, I just got a bit lazy with it (still am). I added the animation now. I think it could still do with a bit of improvement to make it really nice, but I’m satisfied with it as is for now.