diff options
author | Konrad Djimeli <konraddjimeli@gmail.com> | 2018-04-12 03:30:51 +0100 |
---|---|---|
committer | Konrad Djimeli <konraddjimeli@gmail.com> | 2018-04-16 02:00:31 +0100 |
commit | 8be08fb1860e05efd1b71958866ce87efecf2d94 (patch) | |
tree | bfac5091b6ab42f4fb362d58521a9f5c6939c384 /doc/pres/ons2018/index.html | |
parent | f10f754a53aca22dcbe56855976ec50b676f75b2 (diff) |
Add ONS2018 functest-k8s meeting presentation
Change-Id: Iadb0942b2699cae05698df2ee3689d3d1eed963e
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
Diffstat (limited to 'doc/pres/ons2018/index.html')
-rw-r--r-- | doc/pres/ons2018/index.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/pres/ons2018/index.html b/doc/pres/ons2018/index.html new file mode 100644 index 00000000..5d3a87dd --- /dev/null +++ b/doc/pres/ons2018/index.html @@ -0,0 +1,52 @@ +<html> +<head> +<title>Functest-kubernetes</title> +<meta name="author" content="Konrad Djimeli"> +<meta name="viewport" + content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> +<link rel="stylesheet" href="../reveal.js/css/reveal.css"> +<link rel="stylesheet" href="../reveal.js/css/theme/white.css"> +<link rel="stylesheet" href="../reveal.js/lib/css/zenburn.css"> +<script> +var link = document.createElement( 'link' ); +link.rel = 'stylesheet'; +link.type = 'text/css'; +link.href = window.location.search.match( /print-pdf/gi ) ? '../reveal.js/css/print/pdf.css' : '../reveal.js/css/print/paper.css'; +document.getElementsByTagName( 'head' )[0].appendChild( link ); +</script> +</head> +<body> + <div class="reveal"> + <div class="slides"> + <section data-markdown="ons2018-functest-kubernetes.md" data-separator="^\n\n\n" + data-separator-vertical="^\n\n" data-separator-notes="^Note:"></section> + </div> + </div> + <script src="../reveal.js/lib/js/head.min.js"></script> + <script src="../reveal.js/js/reveal.js"></script> + <script> + Reveal.initialize({ + dependencies : [ { + src : '../reveal.js/plugin/markdown/marked.js', + condition : function() { + return !!document.querySelector('[data-markdown]'); + } + }, { + src : '../reveal.js/plugin/markdown/markdown.js', + condition : function() { + return !!document.querySelector('[data-markdown]'); + } + }, { + src: '../reveal.js/plugin/highlight/highlight.js', + async: true, + callback: function() { + hljs.initHighlightingOnLoad(); + } + }, { + src: '../reveal.js/plugin/notes/notes.js', + async: true + } ] + }); + </script> +</body> +</html> |