Intro to htmlslides
Andy Balaam
Write slides in HTML
- It's more fun than LibreOffice
- And you can put it in source control
- And your stuff is web searchable
- No flash or downloads
Write slides in HTML
<section id="in_html">
<h2>Write slides in HTML</h2>
<ul>
<li>It's more fun than LibreOffice</li>
<li>And you can put it in source control</li>
<li>And your stuff is web searchable</li>
<li>No flash or downloads</li>
</ul>
</section>
Link to CSS and JS
<link rel="stylesheet" href="htmlslides.css"/>
<script src="htmlslides.js"></script>
Link to CSS and JS
- It's small: htmlslides.css + htmlslides.js = 366 lines of code
- It's simple: that's it
- Customise with your own CSS
Clean, webby slides
- It looks like a proper presentation
- You can include any HTML
- You can link to it
- You don't have to download anything