mvsd

minimally viable slide deck

soledadpenades.com / @supersole

Warning: this slide deck is very tailored to my needs

displaying source code

showing inline demos

scalable

Featuring...

Source code

Highlighted using Prism.js

					
						<pre>
							<code class="language-xxxx">
							// where xxxx = javascript, html, css...
							</code>
						</pre>
					
				

Background images can cover the whole slide

(and are also scaled and hardware accelerated by the browser)

Get background images with:

					
						<section class="background-image" data-background="/path/to/image">
						...
						</section>
					
				

Fragments

Let you show or hide items on demand, as you press the down and up arrows

iframes will be automatically hidden for all but the currently active slide

This is to avoid hidden frames emitting sounds in the background, etc

Set them with data-src instead of src

					
						<iframe data-src="path/to/iframe">
						</iframe>
					
				
						
							<!-- Example including Wikipedia in an iframe -->
							<iframe data-src="//wikipedia.org">
							</iframe>
						
					

Thanks!

soledadpenades.com