All Projects → webslides → Webslides

webslides / Webslides

Licence: mit
Create HTML presentations in seconds —

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Webslides

Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+65.96%)
Mutual labels:  webpack, slides, slideshow, html-presentation
elm-slice-show
A simple presentation engine in Elm
Stars: ✭ 59 (-98.98%)
Mutual labels:  slideshow, slides
Terminal In React
👨‍💻 A component that renders a terminal
Stars: ✭ 1,939 (-66.44%)
Mutual labels:  webpack, design
xaringan slides
📺 Links to HTML5 presentations made using the R package {xaringan}.
Stars: ✭ 20 (-99.65%)
Mutual labels:  html-presentation, slides
Libreoffice Impress Templates
Freely-licensed LibreOffice Impress templates
Stars: ✭ 238 (-95.88%)
Mutual labels:  slides, slideshow
Reveal.js
The HTML Presentation Framework
Stars: ✭ 57,980 (+903.46%)
Mutual labels:  slides, slideshow
s6
S6 Blank - Slideshow templates using HTML 5, CSS 3 'n' JavaScript 2017+ w/ Bespoke.js-compatible "microkernel"
Stars: ✭ 91 (-98.43%)
Mutual labels:  slideshow, slides
Slideshow
slideshow gems - write your slides / talks / presentations in plain text with markdown formatting conventions
Stars: ✭ 173 (-97.01%)
Mutual labels:  slides, slideshow
SliderViewLibrary
An easy to use Android Library to get slides in apps using images or image URLs
Stars: ✭ 35 (-99.39%)
Mutual labels:  slideshow, slides
Mojs
The motion graphics toolbelt for the web
Stars: ✭ 17,189 (+197.49%)
Mutual labels:  webpack, design
Big
presentations for busy messy hackers
Stars: ✭ 3,208 (-44.48%)
Mutual labels:  slides, slideshow
Asciidoctor Reveal.js
🔮 A reveal.js converter for Asciidoctor and Asciidoctor.js. Write your slides in AsciiDoc!
Stars: ✭ 219 (-96.21%)
Mutual labels:  slides, slideshow
Vue Infinite Slide Bar
∞ Infinite slide bar component (no dependency and light weight 1.48 KB)
Stars: ✭ 190 (-96.71%)
Mutual labels:  slides, slideshow
Godot Power Pitch
International pitch for the Godot Game Engine, made in Godot, available in 15+ languages
Stars: ✭ 348 (-93.98%)
Mutual labels:  slides, slideshow
Press
Minimalist Markdown Publishing for Nuxt.js
Stars: ✭ 181 (-96.87%)
Mutual labels:  slides, slideshow
markdown-slides
Using markdown, write simple but beautiful presentations with math, animations and media.
Stars: ✭ 64 (-98.89%)
Mutual labels:  slideshow, slides
Pris
A language for designing slides
Stars: ✭ 97 (-98.32%)
Mutual labels:  slides, design
Patat
Terminal-based presentations using Pandoc
Stars: ✭ 1,725 (-70.15%)
Mutual labels:  slides, slideshow
slipshow
An engine for displaying slips, the next-gen version of slides
Stars: ✭ 17 (-99.71%)
Mutual labels:  slideshow, slides
Hacker Slides
A small UI for building presentation slides from markdown markup
Stars: ✭ 316 (-94.53%)
Mutual labels:  slides, slideshow

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].