Write Slides.
Slide content is simple HTML.
Choose Themes
One for slide styles and one for deck transitions.
Include Extensions
Add extra functionality to your deck, or leave it stripped down.
boilerplate.html
. You can immediately start editing slides in this page and viewing them in your web browser. Later on, when you are comfortable customizing the deck, you can edit the various pieces of the boilerplate or make your own to suit your needs.Slides are just HTML elements with a class of slide
.
<section class="slide">
<h1>How to Make a Deck</h1>
<ol>
<li>
<h3>Write Slides</h3>
<p>Slide content is simple HTML.</p>
</li>
<li>
<h3>Choose Themes</h3>
<p>One for slide styles and one for deck transitions.</p>
</li>
…
</ol>
</section>
Customizes the colors, typography, and layout of slide content.
<link rel="stylesheet" href="/path/to/css/style-theme.css">
Defines transitions between slides using CSS3 transitions. Less capable browsers fall back to cutaways. But you aren't using those browsers to give your presentations, are you...
<link rel="stylesheet" href="/path/to/css/transition-theme.css">
Core gives you basic slide functionality with left and right arrow navigation, but you may want more. Here are the ones included in this deck:
Embed videos from your favorite online video service or with an HTML5 video element.
.. media:: http://player.vimeo.com/video/1063136?title=0&byline=0&portrait=0
/