pageination
v2.0.2
Published
Simple, free, single-page websites.
Downloads
7
Readme
:house: Thanks for checking out Pageination.js
With Pageination.js you can build simple, free, single-page websites in seconds. Check out the demo page here or read on for full documentation.
:nerd_face: Full Documentation (for Nerds)
:rocket: Get Started
If this is the only thing that your read, take this in: all you need to start is as follows.
Download it here.
Add some basic HTML.
<main id="wrapper"> <section class="Page1"> Page1 </section> <section class="Page2"> Page2 </section> <section class="Page3"> Page3 </section> </main>
Sprinkle in a bit of JS.
new pageination("wrapper")
Enjoy your new, shiny single-page website. It should look like this.
:handshaking: Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
:wave: Say Hi!
Or :email: me at [email protected].