From a840a022669adcc88fba3339378a0328d7b3032e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Mar 2020 22:20:40 +0100 Subject: Well, this is the actual first commit ig --- test/examples/assets/beeping.txt | 2 - test/examples/assets/beeping.wav | Bin 422472 -> 0 bytes test/examples/assets/image1.png | Bin 21991 -> 0 bytes test/examples/assets/image2.png | Bin 10237 -> 0 bytes test/examples/barebones.html | 41 ------- test/examples/embedded-media.html | 53 --------- test/examples/math.html | 205 ----------------------------------- test/examples/slide-backgrounds.html | 143 ------------------------ test/examples/slide-transitions.html | 100 ----------------- 9 files changed, 544 deletions(-) delete mode 100644 test/examples/assets/beeping.txt delete mode 100644 test/examples/assets/beeping.wav delete mode 100644 test/examples/assets/image1.png delete mode 100644 test/examples/assets/image2.png delete mode 100644 test/examples/barebones.html delete mode 100644 test/examples/embedded-media.html delete mode 100644 test/examples/math.html delete mode 100644 test/examples/slide-backgrounds.html delete mode 100644 test/examples/slide-transitions.html (limited to 'test/examples') diff --git a/test/examples/assets/beeping.txt b/test/examples/assets/beeping.txt deleted file mode 100644 index bf41997..0000000 --- a/test/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/test/examples/assets/beeping.wav b/test/examples/assets/beeping.wav deleted file mode 100644 index 38747a5..0000000 Binary files a/test/examples/assets/beeping.wav and /dev/null differ diff --git a/test/examples/assets/image1.png b/test/examples/assets/image1.png deleted file mode 100644 index 8747594..0000000 Binary files a/test/examples/assets/image1.png and /dev/null differ diff --git a/test/examples/assets/image2.png b/test/examples/assets/image2.png deleted file mode 100644 index 6c403a0..0000000 Binary files a/test/examples/assets/image2.png and /dev/null differ diff --git a/test/examples/barebones.html b/test/examples/barebones.html deleted file mode 100644 index 2bee3cb..0000000 --- a/test/examples/barebones.html +++ /dev/null @@ -1,41 +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/test/examples/embedded-media.html b/test/examples/embedded-media.html deleted file mode 100644 index 91457e4..0000000 --- a/test/examples/embedded-media.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - reveal.js - Embedded Media - - - - - - - - - -
- -
- -
-

Embedded Media Test

-
- -
- -
- -
-

Empty Slide

-
- -
-

Auto-playing audio

- -
- -
- -
- - - - - - - diff --git a/test/examples/math.html b/test/examples/math.html deleted file mode 100644 index 0f74a8f..0000000 --- a/test/examples/math.html +++ /dev/null @@ -1,205 +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/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html deleted file mode 100644 index e08d260..0000000 --- a/test/examples/slide-backgrounds.html +++ /dev/null @@ -1,143 +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/test/examples/slide-transitions.html b/test/examples/slide-transitions.html deleted file mode 100644 index b7520ab..0000000 --- a/test/examples/slide-transitions.html +++ /dev/null @@ -1,100 +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

-
- -
- -
- - - - - - - -- cgit v1.2.3