comments, tweaks and a new slide highlighting mobile support
This commit is contained in:
parent
4f08e2aeb0
commit
43da46f06b
2 changed files with 47 additions and 25 deletions
11
index.html
11
index.html
|
@ -89,6 +89,13 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Works in Mobile Safari</h2>
|
||||
<p>
|
||||
Try it out! You can swipe through the slides pinch your way to the overview.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Transition Styles</h2>
|
||||
<p>
|
||||
|
@ -251,13 +258,13 @@ linkify( 'a' );
|
|||
<div class="progress"><span></span></div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="js/reveal.js"></script>
|
||||
|
||||
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
|
||||
<script src="lib/highlight.js"></script>
|
||||
<script src="lib/classList.js"></script>
|
||||
|
||||
<script src="js/reveal.js"></script>
|
||||
|
||||
<script>
|
||||
// Parse the query string into a key/value object
|
||||
var query = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue