Age | Commit message (Collapse) | Author |
|
now: eot, svg, ttf, woff
|
|
this way, more browsers are supported, like older Opera/Chrome/FF
|
|
|
|
|
|
improved accessibility
|
|
added small fallback for non-font-face browsers
|
|
I gave all the <img>s alt attributes, which makes reveal.js a lot more accessible
|
|
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set to 900px (closes #49)
|
|
|
|
Made the slideshow responsive
|
|
|
|
Include speaker notes plugin after reveal.js
|
|
Must be called after reveal.js otherwise the Reveal object is undefined
and the plugin can't add it's event listener.
|
|
|
|
(closes #95)
|
|
|
|
|
|
|
|
if you resized the window or visited the page on a small screen everything would be amiss
now, I've fixed that with a one-liner
|
|
Woohoo! The slideshow now responds to resizing of the browser nicely!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transition to be transparent
|
|
|
|
|
|
|
|
|
|
|
|
reveal.js
|
|
|
|
|
|
|
|
|
|
slidechange doesn't get fired on "hashchange" events
|
|
startup and onhashchange.
|
|
Another instance of: id="reveal" => class="reveal"
|
|
|
|
|
|
initialize call
|
|
Update README to reflect "reveal" container selector change
|
|
instead of ID"
|
|
instead of alert to demonstrate custom events
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server js #57
|
|
|
|
adds charset declaration in main.css
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/rmurphey/reveal.js into notes
|
|
Send the correct element for fragmenthidden events
|
|
|
|
Specify position for .reveal.linear sections. fixes #64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changed #reveal to .reveal in print.css
|
|
|
|
fix JS error when controls are removed from HTML
|