` in the `#webslides` element is an individual slide.
-<article id="webslides">
- <section>
- <h1>Slide 1</h1>
- </section>
- <section class="bg-black aligncenter">
-
- <div class="wrap">
- <h1>Slide 2</h1>
- </div>
- </section>
-</article>
-
-#### Vertical Sliding
-
-<article id="webslides" class="vertical">
-
-### How it works
-
-You need to add the follow javascript to initialize the webslides object.
-
-```javascript
-var slide = jQuery('#webslides').webslides();
+```html
+
+
+
+
```
-#### Auto slide
+### Vertical Sliding
-```javascript
-var slide = jQuery('#webslides').webslides({interval: 5000});
-```
-Now you can use the slide with these functions:
-
-```javascript
-// Moving to next slide
-slide.nextSlide();
-// Moving to previous slide
-slide.previousSlide();
-// Moving to a specific slide
-slide.goToSlide(n);
+```html
+
```
### What's in the download?
-The download includes demos and images (devices and logos).
+The download includes demos and images (devices and logos).
All content is for demo purposes only. Images are property of their respective owners.
```
@@ -84,16 +68,17 @@ webslides/
### CSS Syntax (classes)
-- Typography: .text-landing, .text-data, .text-intro...
-- Background Colors: .bg-primary, .bg-apple, .bg-blue...
-- Background Images: .background,.background-center-bottom...
-- Cards: .card-50, .card-40...
-- Flexible Blocks: .flexblock.clients, .flexblock.metrics...
+- Typography: `.text-landing`, `.text-data`, `.text-intro`...
+- Background Colors: `.bg-primary`, `.bg-apple`, `.bg-blue`...
+- Background Images: `.background`,`.background-center-bottom`...
+- Cards: `.card-50`, `.card-40`...
+- Flexible Blocks: `.flexblock.clients`, `.flexblock.metrics`...
### Extensions
You can add:
+
- [Unsplash](https://unsplash.com) photos
- [animate.css](https://daneden.github.io/animate.css)
- [particles.js](https://github.com/VincentGarreau/particles.js)
@@ -101,9 +86,16 @@ You can add:
### License
-WebSlides is licensed under the [MIT License](https://opensource.org/licenses/MIT).
+WebSlides is licensed under the [MIT License](https://opensource.org/licenses/MIT).
Use it to make something cool.
+### Dive In!
+
+Please check out:
+
+ - Want to get techie? Read [our technical docs](docs/technical.md)
+ - Do not miss [our demos](https://webslides.tv/)
+
### Credits
- WebSlides was created by [@jlantunez](https://twitter.com/jlantunez) using [Cactus](https://github.com/eudicots/Cactus).
diff --git a/demos/classes.html b/demos/classes.html
index d3bf374..c49013c 100644
--- a/demos/classes.html
+++ b/demos/classes.html
@@ -1933,16 +1933,13 @@
-
-
+
-
-
-
-
+