Reveal.js Theme

Pike Street

Felix Rieseberg
Open Source Engineer, Microsoft

Icons

Font Awesome is included, so go ahead and use some icons!

Patterns & Fragments

Moving Parts


Hardware Software Data Security

Vertical Slides

Slides can be nested inside of each other.

Use the Space key to navigate through all slides.


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.


Fragments

Hit the next arrow...

... to step through ...

... a fragmented slide.

Fragment Styles

There's different types of fragments, like:

grow

shrink

roll-in

fade-out

current-visible

highlight-red

highlight-blue

Highlighted, Editable 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 highlight.js.

Code Editors

The beauty of HTML5 & JavaScript: Embed whatever you want, including code editors like JSBin.

JS Bin

Marvelous List

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

Fantastic Ordered List

  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

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.