html5slides-uulm
html5slides-uulm copied to clipboard
An HTML5-based slide deck (Ulm University Corporate Design)
I found your code as I was searching for a way to implement targeting specific slides in the presentation I had already built using googles slide code. I was able...
When `built` is used, the presenter already sees everything in place, while the viewers see content appearing sequentially. Thus, it is hard for the presenter to keep track of the...
This is a known issue due to the `X-FRAME-OPTIONS` (https://developer.mozilla.org/en/The_X-FRAME-OPTIONS_response_header) in modern browsers. If web servers do not allow the frames to be displayed in external websites, they can't be...
Provide a custom CSS stylesheet targeting `media="print"` for creating printable slides.
In order to provide self-contained presentations, an inlining tool would be helpful. It should provide the following features: - embed all stylesheets and script files directly into the HTML file...