1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-11 15:45:19 +02:00
2020-09-05 22:55:37 +02:00
2018-01-01 16:32:35 +01:00
2019-02-19 19:06:13 +01:00
2017-04-26 23:11:56 +02:00
2017-03-25 19:53:03 +01:00
2017-04-29 22:51:03 +02:00
2017-09-16 22:29:34 +02:00
2018-01-23 13:51:25 +01:00
2017-05-29 10:24:03 +02:00
2019-02-19 19:06:13 +01:00
2017-09-16 22:45:19 +02:00
2017-03-22 17:58:56 +01:00
2017-01-08 21:35:49 +01:00
2017-03-06 18:45:23 +01:00
2018-08-10 14:00:29 +02:00
2017-05-29 09:22:58 +02:00
2017-09-16 22:29:34 +02:00

WebSlides = Create stories with Karma

MIT License Release codecov Donate Twitter

Finally, everything you need to make HTML presentations, landings, and longforms in a beautiful way. Just a basic knowledge of HTML and CSS is required. Designers, marketers, and journalists can now focus on the content. — https://webslides.tv/demos.


Download

Simply choose a demo and customize it in seconds. Latest version: webslides.tv/webslides-latest.zip.


What's in the download?

The download includes demos and images (devices and logos). All content is for demo purposes only. Images are property of their respective owners.

webslides/
├── index.html
├── css/
│   ├── base.css
│   └── colors.css
│   └── svg-icons.css (optional)
├── js/
│   ├── webslides.js
│   └── svg-icons.js (optional)
└── demos/
└── images/

Features

  • Navigation (horizontal and vertical sliding): remote presenters, touchpad, keyboard shortcuts, and swipe.
  • Slide counter.
  • Permalinks: go to a specific slide.
  • Autoslide.
  • Click to nav.
  • 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.
  • Fonts: Roboto, Maitree (Serif), and San Francisco.
  • Vertical rhythm (use multiples of 8).

Markup

  • Code is clean and scalable. It uses intuitive markup with popular naming conventions. There's no need to overuse classes or nesting.
  • Each parent <section> in the #webslides element is an individual slide.
<article id="webslides">
    <section>
        <h1>Slide 1</h1>
    </section>
    <section class="bg-black aligncenter">
    <!-- .wrap = container 1200px -->
        <div class="wrap">
            <h1>Slide 2</h1>
        </div>
    </section>
</article>

Vertical Sliding

<article id="webslides" class="vertical">

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...

Extensions

You can add:

Dive In!

Credits

Description
No description provided
Readme MIT 4.4 MiB
Languages
JavaScript 49.3%
CSS 45.8%
HTML 4.9%