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.
+ reveal.js enables you to create beautiful interactive slide decks using HTML. This
+ presentation will show you examples of what it can do.
@@ -51,21 +62,38 @@
Vertical Slides
Slides can be nested inside of each other.
Use the Space key to navigate through all slides.
-
+
-
+
Basement Level 1
- Nested slides are useful for adding additional detail underneath a high level horizontal slide.
+
+ 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.
-
+
-
+
@@ -73,14 +101,16 @@
Slides
- Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at https://slides.com.
+ 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`.
+ 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`.
@@ -97,12 +127,17 @@
);
}
-
Code syntax highlighting courtesy of highlight.js.
+
+ Code syntax highlighting courtesy of
+ highlight.js.
+
With Animations
-
-
-
-
-
- -->
-
+
+
+
+
+
+
-
diff --git a/index.html b/index.html
index 45c63070..2cce5f56 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,11 @@
-
+
-
-
+
+
reveal.js
@@ -45,7 +48,7 @@
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
- plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
+ plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
});