reveal.js

https://rwcitek.github.io/A_Gentle_Introduction_to_BNF/slides/reveal-js/

The HTML presentation framework

Hello there

reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.

Vertical slides

Slides can be nested inside of each other.

Use the Space key to navigate through all slides.

Down arrow

Basement level 1

Nested slides are useful for adding additional detail underneath a high level horizontal slide.

Basement level 2

That’s it, time to go back up.

Up arrow

Slides

Not a coder? Not a problem. There’s a fully-featured visual editor for authoring these, try it out at slides.com.

Point of view

Hold down alt and click on any element to zoom in on it using zoom.js. alt + click anywhere to zoom back out.

Touch optimized

Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.

Markdown support

Write content using pure Markdown.

Instructions and more info available in the readme.

  ## Markdown support

  Write content using pure Markdown.

  Instructions and more info available in the [readme](https://github.com/admhlt/jekyll-and-slide).

Fragments

Hit the next arrow…

… to step through …

… a fragmented slide.

Fragment Styles

There’s different types of fragments, like:

grow

shrink

fade-out

current-visible

highlight-red

highlight-blue

Transition styles

You can select from different transitions, like:

Pretty code

function linkify( selector ) {
  if( supports3DTransforms ) {

    var nodes = document.querySelectorAll( selector );

    for( var i = 0, len = nodes.length; i < len; i++ ) {
      var node = nodes[i];

      if( !node.className ) {
        node.className += ' roll';
      }
    }
  }
}

Code syntax highlighting courtesy of Rouge.

Marvelous lists

  • No order here
  • Or here
  • Or here
  • Or here

Fantastic ordered lists

  1. One is smaller than…
  2. Two is smaller than…
  3. Three!

Tabular tables

Item Value Quantity
Apples $1 7
Lemonade $2 18
Bread $3 2

Clever quotes

These guys come in two forms, inline: “The nice thing about standards is that there are so many to choose from” and block:

“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”

Intergalactic interconnections

You can link between slides internally, like this.

Speaker view

There’s a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.

Press the S key to try it out.

Take a moment

Press B or . on your keyboard to pause the presentation. This is helpful when you’re on stage and want to take distracting slides off the screen.