From b292c6f3f4526ef93ef96cbf4092a86bfadbbc85 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 29 Jun 2013 21:48:56 -0400 Subject: add barebones example --- examples/background.html | 104 ---------------------------------------- examples/barebones.html | 42 ++++++++++++++++ examples/embedded-media.html | 49 +++++++++++++++++++ examples/media.html | 58 ---------------------- examples/slide-backgrounds.html | 101 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 192 insertions(+), 162 deletions(-) delete mode 100644 examples/background.html create mode 100644 examples/barebones.html create mode 100644 examples/embedded-media.html delete mode 100644 examples/media.html create mode 100644 examples/slide-backgrounds.html (limited to 'examples') diff --git a/examples/background.html b/examples/background.html deleted file mode 100644 index da2b947..0000000 --- a/examples/background.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - reveal.js - Test - - - - - - - - - -
- -
- -
-

data-background: #00ffff

-
- -
-

data-background: #bb00bb

-
- -
-
-

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)

-
- -
- -
- - - - - - - - diff --git a/examples/barebones.html b/examples/barebones.html new file mode 100644 index 0000000..7a1dcee --- /dev/null +++ b/examples/barebones.html @@ -0,0 +1,42 @@ + + + + + + + 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/examples/embedded-media.html b/examples/embedded-media.html new file mode 100644 index 0000000..f3bcae4 --- /dev/null +++ b/examples/embedded-media.html @@ -0,0 +1,49 @@ + + + + + + + reveal.js - Embedded Media + + + + + + + + + +
+ +
+ +
+

Embedded Media Test

+
+ +
+ +
+ +
+

Empty Slide

+
+ +
+ +
+ + + + + + + + diff --git a/examples/media.html b/examples/media.html deleted file mode 100644 index 6e95606..0000000 --- a/examples/media.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - reveal.js - Test - - - - - - - - - -
- -
- -
-

Embedded Media Test

-
- -
- -
- -
-

Empty Slide

-
- -
- -
- - - - - - - - diff --git a/examples/slide-backgrounds.html b/examples/slide-backgrounds.html new file mode 100644 index 0000000..fbbdd3a --- /dev/null +++ b/examples/slide-backgrounds.html @@ -0,0 +1,101 @@ + + + + + + + reveal.js - Slide Backgrounds + + + + + + + + + +
+ +
+ +
+

data-background: #00ffff

+
+ +
+

data-background: #bb00bb

+
+ +
+
+

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)

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