--- title: FOSDEM template tags: Talk, fosdem, template description: Dojo\'s FOSDEM lightning talks slideOptions: transition: fade theme: black spotlight: enabled: true allottedMinutes: 5 --- <!-- .slide: data-background="https://kassiksbrew.com/wp-content/uploads/2016/07/beer-twitter-backgrounds-3b.jpg" data-id="slide-epfl" data-contrast="on" --> # Dojo's FOSDEM lightning talks --- # About * Who am I: Firstname Lastname <firsnamte.lastname@epfl.ch> * Slides on https://hackmd.io/@ponsfrilus/HyHNGnKfI * Date: 2020-02-07 --- # Lightning talk A lightning talk is a very short presentation lasting only a few minutes, given at a conference or similar forum. Several lightning talks will usually be delivered by different speakers in a single session, sometimes called a data blitz. <!-- .slide: data-background="https://images.hdqwalls.com/wallpapers/bthumb/low-poly-fox-new.jpg" data-id="slide-epfl" data-contrast="on" --> --- # Timer Enable with `slideOptions.allottedMinutes = 5` in YAML frontmatter ```yaml --- slideOptions: allottedMinutes: 5 --- ``` --- # References * https://fosdem.org/2020/ * https://video.fosdem.org/ * https://twitter.com/fosdem --- # That's it ! <!-- .slide: data-background="https://i.imgur.com/Ar8N4vb.jpg" data-id="slide-epfl" data-contrast="on" --> <!-- This style apply by default to all slides, unless .slide is used. Note the use of the reveal class selector: this mean that only the presentation is affected by this style, and the makrdown preview or the book mode of hackmd.io is style intact. If you want/need a resizable background image, add the background-size: cover; property and change background-position: 0px 0px; --> <style> .reveal { background-color: #fff; /*#e6e6e6*/ background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/8a/FOSDEM_logo.svg'); background-repeat: no-repeat; background-position: 15px 15px; background-size: 10%; } .reveal { color: #000; } .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { color: #1c1c1c; } .reveal a { color: #aa2791; /*#f009*/ } .reveal a:hover { color: #aa2791bd; /*#f00*/ } .reveal code { padding-top: 0.2em; padding-bottom: 0.2em; margin: 0; font-size: 85%; background-color: rgba(255, 255, 255, 0.46); border-radius: 3px; } [data-contrast="on"] > div { background-color: #ffffff94; } /* https://stackoverflow.com/a/39614958/960623 */ img[alt$=">"] { float: right; } img[alt$="<"] { float: left; } img[alt$="><"] { display: block; max-width: 100%; height: auto; margin: auto; float: none!important; } </style>