Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite Tutorials and Demos #7

Open
jehoshua02 opened this issue Sep 23, 2014 · 0 comments
Open

Rewrite Tutorials and Demos #7

jehoshua02 opened this issue Sep 23, 2014 · 0 comments

Comments

@jehoshua02
Copy link
Member

Right now, the demo page is actually a tutorial with demos embedded within. I'd like to replace all this with a series of tutorials and demo pages.

Tutorials:

  • Typical Layout Without Breakpoints.js: I'd like to start by showing how a typical layout would be created without breakpoints.js with a link to a working demo page. This layout should have a right and left sidebar with content section broken into columns. We should define a min-width for each element and the order in which we want to move elements into columns so that we can determine breakpoints. We should have fluctuating content columns, so that it progresses from 1 to 2 to 3 to 2 to 3, to ensure we end up with duplicate and messy code in our media queries.
  • Typical Layout With Breakpoints.js: Then I would like to show how to build the same layout with breakpoints.js with a link to a working demo page.
  • Using Breakpoints.js Callbacks: I'd like to show how to use the enter and exit callbacks to insert elements into a layout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant