diff --git a/praesi_revealJs/demo.html b/praesi_revealJs/demo.html deleted file mode 100755 index 685667d..0000000 --- a/praesi_revealJs/demo.html +++ /dev/null @@ -1,476 +0,0 @@ - - - - - - - reveal.js – The HTML Presentation Framework - - - - - - - - - - - - - - - - - - - -
- - -
-
- - - -

The HTML Presentation Framework

-

- Created by Hakim El Hattab and contributors -

-
- -
-

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 https://slides.com. -

-
- -
-

Hidden Slides

-

- This slide is visible in the source, but hidden when the presentation is viewed. You can show all hidden slides by setting the `showHiddenSlides` config option to `true`. -

-
- -
-

Pretty Code

-

-						import React, { useState } from 'react';
-
-						function Example() {
-						  const [count, setCount] = useState(0);
-
-						  return (
-						    ...
-						  );
-						}
-					
-

Code syntax highlighting courtesy of highlight.js.

-
- -
-

With animations

-
-
- -
-

Point of View

-

- Press ESC to enter the slide overview. -

-

- Hold down the alt key (ctrl in Linux) and click on any element to zoom towards it using zoom.js. Click again to zoom back out. -

-

- (NOTE: Use ctrl + click in Linux.) -

-
- -
-

Auto-Animate

-

Automatically animate matching elements across slides with Auto-Animate.

-
-
-
-
-
-
-
-
-
-
-
-
-

Auto-Animate

-
-
-
-
-
-
-
-

Auto-Animate

-
- -
-

Touch Optimized

-

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

-
- -
- -
- -
-

Add the r-fit-text class to auto-size text

-

FIT TEXT

-
- -
-
-

Fragments

-

Hit the next arrow...

-

... to step through ...

-

... a fragmented slide.

- - -
-
-

Fragment Styles

-

There's different types of fragments, like:

-

grow

-

shrink

-

fade-out

-

- fade-right, - up, - down, - left -

-

fade-in-then-out

-

fade-in-then-semi-out

-

Highlight red blue green

-
-
- -
-

Transition Styles

-

- You can select from different transitions, like:
- None - - Fade - - Slide - - Convex - - Concave - - Zoom -

-
- -
-

Themes

-

- reveal.js comes with a few themes built in:
- - Black (default) - - White - - League - - Sky - - Beige - - Simple
- Serif - - Blood - - Night - - Moon - - Solarized -

-
- -
-
-

Slide Backgrounds

-

- Set data-background="#dddddd" on a slide to change the background color. All CSS color formats are supported. -

- - Down arrow - -
-
-

Image Backgrounds

-
<section data-background="image.png">
-
-
-

Tiled Backgrounds

-
<section data-background="image.png" data-background-repeat="repeat" data-background-size="100px">
-
-
-
-

Video Backgrounds

-
<section data-background-video="video.mp4,video.webm">
-
-
-
-

... and GIFs!

-
-
- -
-

Background Transitions

-

- Different background transitions are available via the backgroundTransition option. This one's called "zoom". -

-
Reveal.configure({ backgroundTransition: 'zoom' })
-
- -
-

Background Transitions

-

- You can override background transitions per-slide. -

-
<section data-background-transition="zoom">
-
- -
-
-

Iframe Backgrounds

-

Since reveal.js runs on the web, you can easily embed other web content. Try interacting with the page in the background.

-
-
- -
-

Marvelous List

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

Fantastic Ordered List

-
    -
  1. One is smaller than...
  2. -
  3. Two is smaller than...
  4. -
  5. Three!
  6. -
-
- -
-

Tabular Tables

- - - - - - - - - - - - - - - - - - - - - - - - - -
ItemValueQuantity
Apples$17
Lemonade$218
Bread$32
-
- -
-

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.

- - -
- -
-

Export to PDF

-

Presentations can be exported to PDF, here's an example:

- -
- -
-

Global State

-

- Set data-state="something" on a slide and "something" - will be added as a class to the document element when the slide is open. This lets you - apply broader style changes, like switching the page background. -

-
- -
-

State Events

-

- Additionally custom events can be triggered on a per slide basis by binding to the data-state name. -

-

-Reveal.on( 'customevent', function() {
-	console.log( '"customevent" has fired' );
-} );
-					
-
- -
-

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

-
- -
-

Much more

- -
- -
-

THE END

-

- - Try the online editor
- - Source code & documentation -

-
- -
- -
- - - - - - - - - - - diff --git a/praesi_revealJs/examples/assets/beeping.txt b/praesi_revealJs/examples/assets/beeping.txt deleted file mode 100755 index bf41997..0000000 --- a/praesi_revealJs/examples/assets/beeping.txt +++ /dev/null @@ -1,2 +0,0 @@ -Source: https://freesound.org/people/fennelliott/sounds/379419/ -License: CC0 (public domain) \ No newline at end of file diff --git a/praesi_revealJs/examples/assets/beeping.wav b/praesi_revealJs/examples/assets/beeping.wav deleted file mode 100755 index 38747a5..0000000 Binary files a/praesi_revealJs/examples/assets/beeping.wav and /dev/null differ diff --git a/praesi_revealJs/examples/assets/image1.png b/praesi_revealJs/examples/assets/image1.png deleted file mode 100755 index 8747594..0000000 Binary files a/praesi_revealJs/examples/assets/image1.png and /dev/null differ diff --git a/praesi_revealJs/examples/assets/image2.png b/praesi_revealJs/examples/assets/image2.png deleted file mode 100755 index 6c403a0..0000000 Binary files a/praesi_revealJs/examples/assets/image2.png and /dev/null differ diff --git a/praesi_revealJs/examples/auto-animate.html b/praesi_revealJs/examples/auto-animate.html deleted file mode 100755 index e222475..0000000 --- a/praesi_revealJs/examples/auto-animate.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - reveal.js - Auto Animate - - - - - - - - - - -
- -
-
-

Auto-Animate Example

-

This will fade out

- -

-						function Example() {
-						  const [count, setCount] = useState(0);
-						}
-					
-
-
-

Auto-Animate Example

-

This will fade out

-

This element is unmatched

- -

-						function Example() {
-						  New line!
-						  const [count, setCount] = useState(0);
-						}
-					
-
- -
-

Line Height & Letter Spacing

-
-
-

Line Height & Letter Spacing

-
- -
-
-

-							import React, { useState } from 'react';
-
-							function Example() {
-							  const [count, setCount] = useState(0);
-
-							  return (
-							    ...
-							  );
-							}
-						
-
-
-

-							function Example() {
-							  const [count, setCount] = useState(0);
-
-							  return (
-							    <div>
-							      <p>You clicked {count} times</p>
-							      <button onClick={() => setCount(count + 1)}>
-							        Click me
-							      </button>
-							    </div>
-							  );
-							}
-						
-
-
-

-							function Example() {
-							  // A comment!
-							  const [count, setCount] = useState(0);
-
-							  return (
-							    <div>
-							      <p>You clicked {count} times</p>
-							      <button onClick={() => setCount(count + 1)}>
-							        Click me
-							      </button>
-							    </div>
-							  );
-							}
-						
-
-
- -
-
-

Swapping list items

-
    -
  • One
  • -
  • Two
  • -
  • Three
  • -
-
-
-

Swapping list items

-
    -
  • Two
  • -
  • One
  • -
  • Three
  • -
-
-
-

Swapping list items

-
    -
  • Two
  • -
  • Three
  • -
  • One
  • -
-
-
- -
-

SLIDE 1

-

Animate Anything

-
-
-
-
-
-
-

SLIDE 2

-

With Auto Animate

-
-
-
-
-
-
-

SLIDE 3

-

With Auto Animate

-
-
-
-
-
-
-

SLIDE 3

-

With Auto Animate

-
-
-
-
-
- -
-

data-auto-animate-id="a"

-

A1

-
-
-

data-auto-animate-id="a"

-

A1

-

A2

-
-
-

data-auto-animate-id="b"

-

B1

-
-
-

data-auto-animate-id="b"

-

B1

-

B2

-
- -
- -
- - - - - - - diff --git a/praesi_revealJs/examples/backgrounds.html b/praesi_revealJs/examples/backgrounds.html deleted file mode 100755 index 19d40c3..0000000 --- a/praesi_revealJs/examples/backgrounds.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - reveal.js - Slide Backgrounds - - - - - - - - - - -
- -
- -
-

data-background: #00ffff

-
- -
-

data-background: #bb00bb

-
- -
-

data-background: lightblue

-
- -
-
-

data-background: #ff0000

-
-
-

data-background: rgba(0, 0, 0, 0.2)

-
-
-

data-background: salmon

-
-
- -
-
-

Background applied to stack

-
-
-

Background applied to stack

-
-
-

Background applied to slide inside of stack

-
-
- -
-

Background image

-
- -
-
-

Background image

-
-
-

Background image

-
-
- -
-

Background image

-
data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"
-
- -
-

Same background twice (1/2)

-
-
-

Same background twice (2/2)

-
- -
-

Video background

-
- -
-

Iframe background

-
- -
-
-

Same background twice vertical (1/2)

-
-
-

Same background twice vertical (2/2)

-
-
- -
-

Same background from horizontal to vertical (1/3)

-
-
-
-

Same background from horizontal to vertical (2/3)

-
-
-

Same background from horizontal to vertical (3/3)

-
-
- -
- -
- - - - - - diff --git a/praesi_revealJs/examples/barebones.html b/praesi_revealJs/examples/barebones.html deleted file mode 100755 index 50adcb8..0000000 --- a/praesi_revealJs/examples/barebones.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - reveal.js - Barebones - - - - -
-
- -
-

Barebones Presentation

-

This example contains the bare minimum includes and markup required to run a reveal.js presentation.

-
- -
-

No Theme

-

There's no theme included, so it will fall back on browser defaults.

-
- -
-
- - - - - - diff --git a/praesi_revealJs/examples/layout-helpers.html b/praesi_revealJs/examples/layout-helpers.html deleted file mode 100755 index 4e41630..0000000 --- a/praesi_revealJs/examples/layout-helpers.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - reveal.js - Layout Helpers - - - - - - - - - - -
- -
- -
-

Layout Helper Examples

- -
- -
-

Fit Text

-

Resizes text to be as large as possible within its container.

-

-					  

FIT

-
-
- -
-

FIT

-
- -
-

HELLO WORLD

-

BOTH THESE TITLES USE FIT-TEXT

-
- -
-

Stretch

-

Makes an element as tall as possible while remaining within the slide bounds.

-

-					  

Stretch Example

- -

Image byline

-
-
- -
-

Stretch Example

- -

Image byline

-
- -
-

Stack

-

Stacks multiple elements on top of each other, for use with fragments.

-

-					  
- <img class="fragment" width="450" height="300" src="..."> - <img class="fragment" width="300" height="450" src="..."> - <img class="fragment" width="400" height="400" src="..."> -
-
-
- -
-

Stack Example

-
-

One

-

Two

-

Three

-

Four

-
-
- - - -
-
- -
-

Stack Example

-

fade-in-then-out fragments

-
- - - -
-
- -
-

HStack

-

Stacks multiple elements horizontally.

-

-					  
- <img width="450" height="300" src="..."> - <img width="300" height="450" src="..."> - <img width="400" height="400" src="..."> -
-
-
- -
-

HStack Example

-
-

One

-

Two

-

Three

-
-
- -
-

VStack

-

Stacks multiple elements horizontally.

-

-					  
- <img width="450" height="300" src="..."> - <img width="300" height="450" src="..."> - <img width="400" height="400" src="..."> -
-
-
- -
-

VStack Example

-
-

One

-

Two

-

Three

-
-
- -
- -
- - - - - - - diff --git a/praesi_revealJs/examples/markdown.html b/praesi_revealJs/examples/markdown.html deleted file mode 100755 index 9dece58..0000000 --- a/praesi_revealJs/examples/markdown.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - reveal.js - Markdown Example - - - - - - - - - -
- -
- - -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- -
-
- - - - - - - - - - diff --git a/praesi_revealJs/examples/markdown.md b/praesi_revealJs/examples/markdown.md deleted file mode 100755 index 89c7534..0000000 --- a/praesi_revealJs/examples/markdown.md +++ /dev/null @@ -1,36 +0,0 @@ -# Markdown Demo - - - -## External 1.1 - -Content 1.1 - -Note: This will only appear in the speaker notes window. - - -## External 1.2 - -Content 1.2 - - - -## External 2 - -Content 2.1 - - - -## External 3.1 - -Content 3.1 - - -## External 3.2 - -Content 3.2 - - -## External 3.3 - -![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png) diff --git a/praesi_revealJs/examples/math.html b/praesi_revealJs/examples/math.html deleted file mode 100755 index 5861a71..0000000 --- a/praesi_revealJs/examples/math.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - - - - reveal.js - Math Plugin - - - - - - - - - -
- -
- -
-

reveal.js Math Plugin

-

A thin wrapper for MathJax

-
- -
-

The Lorenz Equations

- - \[\begin{aligned} - \dot{x} & = \sigma(y-x) \\ - \dot{y} & = \rho x - y - xz \\ - \dot{z} & = -\beta z + xy - \end{aligned} \] -
- -
-

The Cauchy-Schwarz Inequality

- - -
- -
-

A Cross Product Formula

- - \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} - \mathbf{i} & \mathbf{j} & \mathbf{k} \\ - \frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\ - \frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 - \end{vmatrix} \] -
- -
-

The probability of getting \(k\) heads when flipping \(n\) coins is

- - \[P(E) = {n \choose k} p^k (1-p)^{ n-k} \] -
- -
-

An Identity of Ramanujan

- - \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = - 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} - {1+\frac{e^{-8\pi}} {1+\ldots} } } } \] -
- -
-

A Rogers-Ramanujan Identity

- - \[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = - \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}\] -
- -
-

Maxwell’s Equations

- - \[ \begin{aligned} - \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ - \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ - \nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned} - \] -
- -
-

TeX Macros

- - Here is a common vector space: - \[L^2(\R) = \set{u : \R \to \R}{\int_\R |u|^2 < +\infty}\] - used in functional analysis. -
- -
-
-

The Lorenz Equations

- -
- \[\begin{aligned} - \dot{x} & = \sigma(y-x) \\ - \dot{y} & = \rho x - y - xz \\ - \dot{z} & = -\beta z + xy - \end{aligned} \] -
-
- -
-

The Cauchy-Schwarz Inequality

- -
- \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] -
-
- -
-

A Cross Product Formula

- -
- \[\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} - \mathbf{i} & \mathbf{j} & \mathbf{k} \\ - \frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\ - \frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 - \end{vmatrix} \] -
-
- -
-

The probability of getting \(k\) heads when flipping \(n\) coins is

- -
- \[P(E) = {n \choose k} p^k (1-p)^{ n-k} \] -
-
- -
-

An Identity of Ramanujan

- -
- \[ \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = - 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} - {1+\frac{e^{-8\pi}} {1+\ldots} } } } \] -
-
- -
-

A Rogers-Ramanujan Identity

- -
- \[ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = - \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}\] -
-
- -
-

Maxwell’s Equations

- -
- \[ \begin{aligned} - \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ - \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ - \nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned} - \] -
-
- -
-

TeX Macros

- - Here is a common vector space: - \[L^2(\R) = \set{u : \R \to \R}{\int_\R |u|^2 < +\infty}\] - used in functional analysis. -
-
- -
- -
- - - - - - - diff --git a/praesi_revealJs/examples/media.html b/praesi_revealJs/examples/media.html deleted file mode 100755 index 388208f..0000000 --- a/praesi_revealJs/examples/media.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - reveal.js - Video, Audio and Iframes - - - - - - - - - -
- -
- -
-

Examples of embedded Video, Audio and Iframes

-
- -
-

Iframe

- -
- -
-

Iframe Background

-
- -
-

Video

- -
- -
-

Background Video

-
- -
-

Auto-playing audio

- -
- -
-

Audio inside slide fragments

-
- Beep 1 - -
-
- Beep 2 - -
-
- -
-

Audio with controls

- -
- -
- -
- - - - - - diff --git a/praesi_revealJs/examples/multiple-presentations.html b/praesi_revealJs/examples/multiple-presentations.html deleted file mode 100755 index e5347d4..0000000 --- a/praesi_revealJs/examples/multiple-presentations.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - reveal.js - Multiple Presentations - - - - - - - - - - -
-
-
-
Deck 1, Slide 1
-
Deck 1, Slide 2
-
-

-							import React, { useState } from 'react';
-							function Example() {
-							  const [count, setCount] = useState(0);
-							}
-						
-
-
-
- -
-
-
Deck 2, Slide 1
-
Deck 2, Slide 2
-
- -
-
-

The Lorenz Equations

- - \[\begin{aligned} - \dot{x} & = \sigma(y-x) \\ - \dot{y} & = \rho x - y - xz \\ - \dot{z} & = -\beta z + xy - \end{aligned} \] -
-
-
-
- - - - - - - - - - - diff --git a/praesi_revealJs/examples/transitions.html b/praesi_revealJs/examples/transitions.html deleted file mode 100755 index adbfd15..0000000 --- a/praesi_revealJs/examples/transitions.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - reveal.js - Slide Transitions - - - - - - - - -
- -
- -
-

Default

-
- -
-

Default

-
- -
-

data-transition: zoom

-
- -
-

data-transition: zoom-in fade-out

-
- -
-

Default

-
- -
-

data-transition: convex

-
- -
-

data-transition: convex-in concave-out

-
- -
-
-

Default

-
-
-

data-transition: concave

-
-
-

data-transition: convex-in fade-out

-
-
-

Default

-
-
- -
-

data-transition: none

-
- -
-

Default

-
- -
- -
- - - - - - diff --git a/praesi_revealJs/test/assets/external-script-a.js b/praesi_revealJs/test/assets/external-script-a.js deleted file mode 100755 index cbc8da1..0000000 --- a/praesi_revealJs/test/assets/external-script-a.js +++ /dev/null @@ -1 +0,0 @@ -window.externalScriptSequence += 'A'; \ No newline at end of file diff --git a/praesi_revealJs/test/assets/external-script-b.js b/praesi_revealJs/test/assets/external-script-b.js deleted file mode 100755 index e5bca5a..0000000 --- a/praesi_revealJs/test/assets/external-script-b.js +++ /dev/null @@ -1 +0,0 @@ -window.externalScriptSequence += 'B'; \ No newline at end of file diff --git a/praesi_revealJs/test/assets/external-script-c.js b/praesi_revealJs/test/assets/external-script-c.js deleted file mode 100755 index 7d4ccf6..0000000 --- a/praesi_revealJs/test/assets/external-script-c.js +++ /dev/null @@ -1 +0,0 @@ -window.externalScriptSequence += 'C'; \ No newline at end of file diff --git a/praesi_revealJs/test/assets/external-script-d.js b/praesi_revealJs/test/assets/external-script-d.js deleted file mode 100755 index 1c5925b..0000000 --- a/praesi_revealJs/test/assets/external-script-d.js +++ /dev/null @@ -1 +0,0 @@ -window.externalScriptSequence += 'D'; \ No newline at end of file diff --git a/praesi_revealJs/test/simple.md b/praesi_revealJs/test/simple.md deleted file mode 100755 index c72a440..0000000 --- a/praesi_revealJs/test/simple.md +++ /dev/null @@ -1,12 +0,0 @@ -## Slide 1.1 - -```js -var a = 1; -``` - - -## Slide 1.2 - - - -## Slide 2 diff --git a/praesi_revealJs/test/test-auto-animate.html b/praesi_revealJs/test/test-auto-animate.html deleted file mode 100755 index ecff991..0000000 --- a/praesi_revealJs/test/test-auto-animate.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - reveal.js - Test Auto-Animate - - - - - - - - -
-
- -
- -
- -
-

h1

-

h2

-

h3

-
- -
-

h1

-

h2

-

h3

-
- -
-

h1

-

h2

-

h3

-
- -
-

Non-auto-animate slide

-
- -
-

h1

-

h2

-

h3

-
- -
-

h1

-

h2

-

h3

-
- -
-

Non-auto-animate slide

-
- -
- -
- - - - - - diff --git a/praesi_revealJs/test/test-dependencies-async.html b/praesi_revealJs/test/test-dependencies-async.html deleted file mode 100755 index 14a9b69..0000000 --- a/praesi_revealJs/test/test-dependencies-async.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - reveal.js - Test Async Dependencies - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-dependencies.html b/praesi_revealJs/test/test-dependencies.html deleted file mode 100755 index fdfe196..0000000 --- a/praesi_revealJs/test/test-dependencies.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - reveal.js - Test Dependencies - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-grid-navigation.html b/praesi_revealJs/test/test-grid-navigation.html deleted file mode 100755 index e35baf4..0000000 --- a/praesi_revealJs/test/test-grid-navigation.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - reveal.js - Test Grid - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-iframe-backgrounds.html b/praesi_revealJs/test/test-iframe-backgrounds.html deleted file mode 100755 index 825e85b..0000000 --- a/praesi_revealJs/test/test-iframe-backgrounds.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - reveal.js - Test Iframe Backgrounds - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-iframes.html b/praesi_revealJs/test/test-iframes.html deleted file mode 100755 index 55268c2..0000000 --- a/praesi_revealJs/test/test-iframes.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - reveal.js - Test Iframes - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-markdown.html b/praesi_revealJs/test/test-markdown.html deleted file mode 100755 index b0ead9c..0000000 --- a/praesi_revealJs/test/test-markdown.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - reveal.js - Test Markdown - - - - - - - - -
-
- - - - - - - - - - - -
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- - - - - diff --git a/praesi_revealJs/test/test-multiple-instances-es5.html b/praesi_revealJs/test/test-multiple-instances-es5.html deleted file mode 100755 index 5f2a49b..0000000 --- a/praesi_revealJs/test/test-multiple-instances-es5.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - reveal.js - Test Iframes - - - - - - - - -
-
- -
- -
- -
- -
- - - - - - - diff --git a/praesi_revealJs/test/test-multiple-instances.html b/praesi_revealJs/test/test-multiple-instances.html deleted file mode 100755 index c831b62..0000000 --- a/praesi_revealJs/test/test-multiple-instances.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - reveal.js - Test Iframes - - - - - - - - -
-
- -
- -
- -
- -
- - - - - - diff --git a/praesi_revealJs/test/test-pdf.html b/praesi_revealJs/test/test-pdf.html deleted file mode 100755 index 1c9d955..0000000 --- a/praesi_revealJs/test/test-pdf.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - reveal.js - Test PDF exports - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-plugins.html b/praesi_revealJs/test/test-plugins.html deleted file mode 100755 index 7d1a0f9..0000000 --- a/praesi_revealJs/test/test-plugins.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - reveal.js - Test Plugins - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test-state.html b/praesi_revealJs/test/test-state.html deleted file mode 100755 index ef97e8c..0000000 --- a/praesi_revealJs/test/test-state.html +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - - reveal.js - Test State - - - - - - - - -
-
- - - - - - - - diff --git a/praesi_revealJs/test/test.html b/praesi_revealJs/test/test.html deleted file mode 100755 index 260b43c..0000000 --- a/praesi_revealJs/test/test.html +++ /dev/null @@ -1,829 +0,0 @@ - - - - - - - reveal.js - Tests - - - - - - - - -
-
- - - - - - - -