Hey guys i just finished working on the documentation page project
https://michicko.github.io/jsDocumentation/
I’d really like to hear your honest opinion and feedback on this project so i improve on it further.
Thanks.
Hey guys i just finished working on the documentation page project
https://michicko.github.io/jsDocumentation/
I’d really like to hear your honest opinion and feedback on this project so i improve on it further.
Thanks.
Hey!
Looks very good and neat. As a user I would really like to have a look at this site. The explanation looks good and is also very clear. There are some things that can be tweaked to make it even finer, but this is not necessary for now.
Good luck with upgrading this website.
Greetings!
Thank you for the feedback, i appreciate you taking a look.
Hey there,
great job so far!
My ideas:
I like the simple design!
when I use my wide screen, I’m having a hard time to read the texts; I think this is a combination of low color contrast, long lines, small font and small line height
in the sidebar, I would love to see a marker to show the current active section of the text!
Keep up the good work!
Thanks for the feedback. I’ll try to increase the font size and also add some line-height to give some spacing.
I tried to style the active links, it’s not working for me.
a:active and a:focus.
Is there a way to go about this??
I appreciate you doing this.
Your page looks good @michicko. Some things to revisit;
code
element. Not sure if you know you could nest multi-line <code>
snippets in <pre> </pre>
tags in HTML to preserve whitespace and line breaks. Or you could docode {
white-space: pre;
}
in CSS and skip the <pre>
tag in HTML.
@sythanh14, did you mean to reply to this thread? If not, please delete it.
Otherwise, please open a new thread with your code etc instead of impeding on the OP’s thread.
Thank you.
Thanks for the feedback, i’ll try to fix that.