reveal UzL – Theme for Reveal.js – Hello There



reveal UzL – Theme for Reveal.js – Hello There

0 0


revealUzL

UzL inspired design for reveal.js presentations.

On Github UzLMaennchen / revealUzL

reveal UzL

Theme for Reveal.js

Created by Hendrik Wallbaum

Hello There

This is just a little demo, move alng.

Links

Or how about a link? Like the online editor for reveal.js http://slides.com.

Markdown support Write content using inline or external Markdown. Instructions and more info available in the readme.

<section data-markdown>
    ### Markdown support Write content using inline or external Markdown. Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).
</section>

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

Marvelous List

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

Hope you enjoy this ;)

reveal UzL Theme for Reveal.js Created by Hendrik Wallbaum