diff --git a/README.md b/README.md index b0a6414..92a711d 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ A new release (at least) every 8th day of the month. Good karma and productivity. Just a basic knowledge of HTML and CSS is required. Designers, marketers, and journalists can now focus on the content. ### Features -Version 0.1 (Jan 8, 2017): -- Navigation (horizontal and vertical sliding): touchpad, keyboard shorcuts, and swipe. +- Navigation (horizontal and vertical sliding): touchpad, keyboard shortcuts, and swipe. - Slide counter. - Permalinks: go to a specific slide. +- Autoslide - Simple CSS alignments. Put content wherever you want (vertical centering...) - 40+ components: background images/videos, quotes, cards, covers... - Flexible blocks with auto-fill and equal height. @@ -27,7 +27,7 @@ Version 0.1 (Jan 8, 2017): - Code is clean and scalable. It uses intuitive markup with popular naming conventions. There's no need to overuse classes or nesting. - Each parent `
` in the `#webslides` element is an individual slide. -``` +```html

Slide 1

@@ -43,7 +43,9 @@ Version 0.1 (Jan 8, 2017): ### Vertical Sliding -`
` +```html +
+``` ### What's in the download?