This is the source code for a slide deck used in a 4-hour course on HTML, CSS, and JavaScript.
The deck only renders correctly in Google Chrome (and possibly Safari). Firefox will work once it supports SVG images in the <img>
tag.
You will need Ruby, Rake and the codex
Ruby gem to build this deck.
Issue the following command in the presentation’s root directory. The presentation’s entry point is html/all.html
.
rake all
All errata is welcome, especially in the form of patches.
The deck is built using Dave Thomas’ codex slide compile, which in turn uses Eric Meyer’s S5 slideshow renderer.
The best introduction to codex is the default slide deck generated by its “codex” command.