-
Notifications
You must be signed in to change notification settings - Fork 12
Add a 5-second tutorial to the top of the site, and reorganize some of the main info. #5
Conversation
This will finally provide an authoritative source for the most trivial rack use cases. I also changed the site to a basic two-column layout, with the incredibly-long News section on the left and everything else on the right. This makes it much easier to scroll down and see what information is available, as opposed to getting lost in the News and Releases lists. The CSS has been tested in Chrome and Safari.
|
Max Cantor [email protected] writes:
I like it. Perhaps we could make the side a little narrower, so that it Christian Neukirchen [email protected] http://chneukirchen.org |
|
Glad you like it! Any particular reason 960px is the target? The site live on rack.github.io now has a 976px-wide content box that's 1026px-wide total counting padding & borders, whereas the one in my pull request is actually thinner at 980px content and 1010px counting padding & borders. Wouldn't take much to change it to 960px counting padding & borders if that's what you're thinking; just curious as to the motivation. |
|
Max Cantor [email protected] writes:
Easy, my browser is 980px wide. ;) But the page on rack.github.io displays without scrollbar here, even if Christian Neukirchen [email protected] http://chneukirchen.org |
|
Ooh. I see what you mean. I've unintentionally removed the responsiveness of the page layout. I'll see if I can bring that back. |
|
OK. Should be better now. The only potential problem is that the code snippets won't word-wrap because they're in a |
Add a 5-second tutorial to the top of the site, and reorganize some of the main info.
|
Thanks! |
|
Awesome! Thanks for such a quick followup. |
This will finally provide an authoritative source for the most trivial rack use cases.
I also changed the site to a basic two-column layout, with the incredibly-long News section on the left and everything else on the right. This makes it much easier to scroll down and see what information is available, as opposed to getting lost in the News and Releases lists.
You can see what it looks like here.
The CSS has been tested in Chrome and Safari.
Syntax Highlighting is achieved with a CDNJS copy of the "syntaxhighlighter" library. I'm not a fan of the color scheme, but couldn't find a better theme with a non-white background (white backgrounds just didn't stand out enough).