reveal.js.template



reveal.js.template

0 0


reveal.js.template


On Github drumrick-sharings / reveal.js.template

Your Title

Your sub-title

Testing Code Snippets

import os
path = os.path.join('foo', 'bar')
def do_something(path):
    return path

Testing Table

Header HC1 HC2 index 1 value (1, 1) value (1, 2) index 2 value (2, 1) value (2, 2) index 3 value (3, 1) value (3, 2)

Testing Slide Attributes

<!-- .slide: data-background="#ff0000" -->

Testing Slide Attributes

<!-- .slide: data-background="#00ff00" -->

Testing Slide Attributes

<!-- .slide: data-background="#0000ff" -->

Testing Element Attributes

<!-- .element: class="fragment" data-fragment-index="1" -->

<!-- .element: class="fragment" data-fragment-index="2" -->

<!-- .element: class="fragment" data-fragment-index="3" -->

Your Title Your sub-title