aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html33
1 files changed, 12 insertions, 21 deletions
diff --git a/index.html b/index.html
index 2d3ede1..46e1405 100644
--- a/index.html
+++ b/index.html
@@ -49,10 +49,9 @@
</section>
<section>
- <h2>Heads Up</h2>
+ <h2>Hello There</h2>
<p>
- reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with
- support for CSS 3D transforms to see it in its full glory.
+ reveal.js is a framework that enables you to create beautiful presentations using HTML. This demo presentation will tell you more about what you can do with it.
</p>
<aside class="notes">
@@ -64,28 +63,21 @@
<section>
<section>
<h2>Vertical Slides</h2>
- <p>
- Slides can be nested inside of other slides,
- try pressing <a href="#" class="navigate-down">down</a>.
- </p>
+ <p>Slides can be nested inside of each other.</p>
+ <p>Use the <em>Space</em> key to navigate through all slides.</p>
+ <br>
<a href="#" class="navigate-down">
<img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
</a>
</section>
<section>
<h2>Basement Level 1</h2>
- <p>Press down or up to navigate.</p>
+ <p>Nested slides are useful for adding additional detail underneath a high level horizontal slide.</p>
</section>
<section>
<h2>Basement Level 2</h2>
- <p>Cornify</p>
- <a class="test" href="http://cornify.com">
- <img width="280" height="326" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif" alt="Unicorn">
- </a>
- </section>
- <section>
- <h2>Basement Level 3</h2>
<p>That's it, time to go back up.</p>
+ <br>
<a href="#/2">
<img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
</a>
@@ -110,9 +102,9 @@
</section>
<section>
- <h2>Works in Mobile Safari</h2>
+ <h2>Mobile Support</h2>
<p>
- Try it out! You can swipe through the slides and pinch your way to the overview.
+ Presentations work on touch devices such as phones and tablets. Simply swipe through your slides.
</p>
</section>
@@ -360,8 +352,7 @@ function linkify( selector ) {
<section>
<h2>Take a Moment</h2>
<p>
- Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen
- during a presentation.
+ Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen during a presentation.
</p>
</section>
@@ -409,8 +400,8 @@ function linkify( selector ) {
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
- { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
- { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
+ { src: 'plugin/zoom-js/zoom.js', async: true },
+ { src: 'plugin/notes/notes.js', async: true }
]
});