Intro to htmlslides

Andy Balaam
artificialworlds.net

Contents

Write slides in HTML

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

Clean, webby slides

Download it

gitlab.com/andybalaam/htmlslides