formations/javascript/bower_components/remark/boilerplate-single.html

45 lines
301 KiB
HTML
Raw Permalink Normal View History

2015-03-25 17:27:03 +01:00
<!DOCTYPE html>
<html>
<head>
<title>My Awesome Presentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body onload="var slideshow = remark.create();">
<textarea id="source">
class: center, middle
# My Awesome Presentation
---
# Agenda
1. Introduction
2. Deep-dive
3. ...
[NOTE]: This file is portable; you don't need any other file, or an internet connection for this presentation.
---
# Introduction
</textarea>
<script type="text/javascript">
document.write(unescape("%3Cscript type='text/javascript'%3E" + "require%3Dfunction%28e%2Ct%2Cn%29%7Bfunction%20i%28n%2Cs%29%7Bif%28%21t%5Bn%5D%29%7Bif%28%21e%5Bn%5D%29%7Bvar%20o%3Dtypeof%20require%3D%3D%22function%22%26%26require%3Bif%28%21s%26%26o%29return%20o%28n%2C%210%29%3Bif%28r%29return%20r%28n%2C%210%29%3Bthrow%20new%20Error%28%22Cannot%20find%20module%20%27%22+n+%22%27%22%29%7Dvar%20u%3Dt%5Bn%5D%3D%7Bexports%3A%7B%7D%7D%3Be%5Bn%5D%5B0%5D.call%28u.exports%2Cfunction%28t%29%7Bvar%20r%3De%5Bn%5D%5B1%5D%5Bt%5D%3Breturn%20i%28r%3Fr%3At%29%7D%2Cu%2Cu.exports%29%7Dreturn%20t%5Bn%5D.exports%7Dvar%20r%3Dtypeof%20require%3D%3D%22function%22%26%26require%3Bfor%28var%20s%3D0%3Bs%3Cn.length%3Bs++%29i%28n%5Bs%5D%29%3Breturn%20i%7D%28%7B%22components/slide-number%22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3Drequire%28%22aIW4aw%22%29%7D%2C%7B%7D%5D%2CaIW4aw%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3DSlideNumberViewModel%3Bfunction%20SlideNumberViewModel%28slide%2Cslideshow%29%7Bvar%20self%3Dthis%3Bself.slide%3Dslide%3Bself.slideshow%3Dslideshow%3Bself.element%3Ddocument.createElement%28%22div%22%29%3Bself.element.className%3D%22remark-slide-number%22%3Bself.element.innerHTML%3DformatSlideNumber%28self.slide%2Cself.slideshow%29%7Dfunction%20formatSlideNumber%28slide%2Cslideshow%29%7Bvar%20format%3Dslideshow.getSlideNumberFormat%28%29%2Cslides%3Dslideshow.getSlides%28%29%2Ccurrent%3DgetSlideNo%28slide%2Cslideshow%29%2Ctotal%3DgetSlideNo%28slides%5Bslides.length-1%5D%2Cslideshow%29%3Bif%28typeof%20format%3D%3D%3D%22function%22%29%7Breturn%20format.call%28slideshow%2Ccurrent%2Ctotal%29%7Dreturn%20format.replace%28%22%25current%25%22%2Ccurrent%29.replace%28%22%25total%25%22%2Ctotal%29%7Dfunction%20getSlideNo%28slide%2Cslideshow%29%7Bvar%20slides%3Dslideshow.getSlides%28%29%2Ci%2CslideNo%3D0%3Bfor%28i%3D0%3Bi%3C%3Dslide.getSlideIndex%28%29%26%26i%3Cslides.length%3B++i%29%7Bif%28slides%5Bi%5D.properties.count%21%3D%3D%22false%22%29%7BslideNo+%3D1%7D%7Dreturn%20Math.max%281%2CslideNo%29%7D%7D%2C%7B%7D%5D%2C%22components/printing%22%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bmodule.exports%3Drequire%28%22nZr0zp%22%29%7D%2C%7B%7D%5D%2CnZr0zp%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20EventEmitter%3Drequire%28%22events%22%29.EventEmitter%2Cstyler%3Drequire%28%22components/styler%22%29%3Bvar%20LANDSCAPE%3D%22landscape%22%2CPORTRAIT%3D%22portrait%22%2CPAGE_HEIGHT%3D681%2CPAGE_WIDTH%3D908%3Bfunction%20PrintComponent%28%29%7B%7DPrintComponent.prototype%3Dnew%20EventEmitter%3BPrintComponent.prototype.init%3Dfunction%28%29%7Bvar%20self%3Dthis%3Bthis.setPageOrientation%28LANDSCAPE%29%3Bif%28%21window.matchMedia%29%7Breturn%20false%7Dwindow.matchMedia%28%22print%22%29.addListener%28function%28e%29%7Bself.onPrint%28e%29%7D%29%7D%3BPrintComponent.prototype.onPrint%3Dfunction%28e%29%7Bvar%20slideHeight%3Bif%28%21e.matches%29%7Breturn%7Dthis.emit%28%22print%22%2C%7BisPortrait%3Athis._orientation%3D%3D%3D%22portrait%22%2CpageHeight%3Athis._pageHeight%2CpageWidth%3Athis._pageWidth%7D%29%7D%3BPrintComponent.prototype.setPageOrientation%3Dfunction%28orientation%29%7Bif%28orientation%3D%3D%3DPORTRAIT%29%7Bthis._pageHeight%3DPAGE_WIDTH%3Bthis._pageWidth%3DPAGE_HEIGHT%7Delse%20if%28orientation%3D%3D%3DLANDSCAPE%29%7Bthis._pageHeight%3DPAGE_HEIGHT%3Bthis._pageWidth%3DPAGE_WIDTH%7Delse%7Bthrow%20new%20Error%28%22Unknown%20print%20orientation%3A%20%22+orientation%29%7Dthis._orientation%3Dorientation%3Bstyler.setPageSize%28this._pageWidth+%22px%20%22+this._pageHeight+%22px%22%29%7D%3Bmodule.exports%3Dnew%20PrintComponent%7D%2C%7Bevents%3A1%2C%22components/styler%22%3A%22t5Lx4S%22%7D%5D%2C2%3A%5Bfunction%28require%2Cmodule%2Cexports%29%7Bvar%20process%3Dmodule.exports%3D%7B%7D%3Bprocess.nextTick%3Dfunction%28%29%7Bvar%20canSetImmediate%3Dtypeof%20window%21%3D%3D%22undefined%22%26%26window.setImmediate%3Bvar%20canPost%3Dtypeof%20window%21%3D%3D%22undefined%22%26%26window.postMessage%26%26window.addEventListener%3Bif%28canSetImmediate%29%7Breturn%20function%28f%29%7Breturn%20window.setImmediate%28
</script>
</body>
</html>