Hello, World!! – Hello, Again!! – Reveal.js



Hello, World!! – Hello, Again!! – Reveal.js

0 0


presentation


On Github ervinxiii / presentation

Hello, World!!

Hello, Again!!

Hi! I'm Ervin

Software Engineer, Novare Technologies

What is a typical day for me?

Reveal.js

Created by Hakim El Hattab / @hakimel

reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with support for CSS 3D transforms to see it in its full glory.

Unordered List

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

Ordered List

Things should have order. Really? How about No?

Slide Backgrounds

Set data-background="#7ec0ee" on a slide to change the full page background to the given color. All CSS color formats are supported.

Markdown support

For those of you who like that sort of thing. Instructions and a bit more info available here.

<section data-markdown>
  ## Markdown support

  For those of you who like that sort of thing.
  Instructions and a bit more info available [here](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';
							      }
							    }
							  }
							}
						

Courtesy of highlight.js.

Embed videos

Transition Styles

You can select from different transitions, like: Default - Cube - Page - Concave - Zoom - Linear - Fade - None

Themes

Reveal.js comes with a few themes built in: Default - Sky - Beige - Simple - Serif - Night Moon - Solarized

And that's it!

Thank you for listening!

Questions?