|
|
@ -13,11 +13,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="http://cdn.jsdelivr.net/reveal.js/2.6.2/css/reveal.min.css"> |
|
|
|
<link rel="stylesheet" href="_external/reveal.min.css"> |
|
|
|
<link rel="stylesheet" href="http://cdn.jsdelivr.net/reveal.js/2.6.2/css/theme/default.css" id="theme"> |
|
|
|
<link rel="stylesheet" href="_external/default.css" id="theme"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- For syntax highlighting --> |
|
|
|
<!-- For syntax highlighting --> |
|
|
|
<link rel="stylesheet" href="http://cdn.jsdelivr.net/reveal.js/2.6.2/lib/css/zenburn.css"> |
|
|
|
<link rel="stylesheet" href="_external/zenburn.css"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- If the query includes 'print-pdf', include the PDF print sheet --> |
|
|
|
<!-- If the query includes 'print-pdf', include the PDF print sheet --> |
|
|
|
<script> |
|
|
|
<script> |
|
|
@ -25,7 +25,7 @@ |
|
|
|
var link = document.createElement( 'link' ); |
|
|
|
var link = document.createElement( 'link' ); |
|
|
|
link.rel = 'stylesheet'; |
|
|
|
link.rel = 'stylesheet'; |
|
|
|
link.type = 'text/css'; |
|
|
|
link.type = 'text/css'; |
|
|
|
link.href = 'http://cdn.jsdelivr.net/reveal.js/2.6.2/css/print/pdf.css'; |
|
|
|
link.href = '_external/pdf.css'; |
|
|
|
document.getElementsByTagName( 'head' )[0].appendChild( link ); |
|
|
|
document.getElementsByTagName( 'head' )[0].appendChild( link ); |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
@ -309,8 +309,8 @@ img { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<script src="http://cdn.jsdelivr.net/reveal.js/2.6.2/lib/js/head.min.js"></script> |
|
|
|
<script src="_external/head.min.js"></script> |
|
|
|
<script src="http://cdn.jsdelivr.net/reveal.js/2.6.2/js/reveal.min.js"></script> |
|
|
|
<script src="_external/reveal.min.js"></script> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
|
|
|
@ -331,12 +331,12 @@ img { |
|
|
|
|
|
|
|
|
|
|
|
// Optional libraries used to extend on reveal.js |
|
|
|
// Optional libraries used to extend on reveal.js |
|
|
|
dependencies: [ |
|
|
|
dependencies: [ |
|
|
|
{ src: 'http://cdn.jsdelivr.net/reveal.js/2.6.2/lib/js/classList.js', condition: function() { return !document.body.classList; } }, |
|
|
|
{ src: '_external/classList.js', condition: function() { return !document.body.classList; } }, |
|
|
|
{ src: 'http://cdn.jsdelivr.net/reveal.js/2.6.2/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, |
|
|
|
{ src: '_external/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, |
|
|
|
{ src: 'http://cdn.jsdelivr.net/reveal.js/2.6.2/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, |
|
|
|
{ src: '_external/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, |
|
|
|
{ src: 'http://cdn.jsdelivr.net/reveal.js/2.6.2/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, |
|
|
|
{ src: '_external/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, |
|
|
|
{ src: 'http://cdn.jsdelivr.net/reveal.js/2.6.2/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, |
|
|
|
{ src: '_external/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, |
|
|
|
{ src: 'http://cdn.jsdelivr.net/reveal.js/2.6.2/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } |
|
|
|
{ src: '_external/notes.js', async: true, condition: function() { return !!document.body.classList; } } |
|
|
|
] |
|
|
|
] |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|