The slides are based on S5 with some extensions regarding
<body>
<div class="layout"></div>
<div class="presentation">
<div class="slide">Slide 0</div>
<div class="slide">Slide 1</div>
</div>
</body>
<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
<div id="header">
</div>
<div id="footer">
<h1>Your Slide Title</h1>
<h2>Put your name and date here</h2>
</div>
</div>
<div class="slide">
<ul>
<li>Bullet One</li>
<li>Bullet Two</li>
</ul>
</div>
But you could also use blocks without a title, as you will see in the remainder of this presentation.
This is column two without title
This is column one
This is column two. Note that you can make a block just by adding the class "block"
This is column three
<video controls>
<source src="movie..mp4"
type="video/mp4">
<source src="movie.webm"
type="video/webm">
</video>