diff options
| author | Simeon Simeonov | 2020-11-30 09:54:21 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-11-30 09:54:21 +0100 |
| commit | 97e8b1c6ed35e84097f035a056d1c938b9942d11 (patch) | |
| tree | 8bb08f2cf43b404ffb465a4ec2e9e907dd5a424c | |
| parent | 0665c646705f29fb4a5274e4a1a0bfb3cc713366 (diff) | |
Update old presentations
| -rw-r--r-- | reveal.js/dataporten.html | 49 | ||||
| -rw-r--r-- | reveal.js/gateway.html | 15 | ||||
| -rw-r--r-- | reveal.js/mqprod.html | 49 | ||||
| -rw-r--r-- | reveal.js/rabbitmq.html | 49 |
4 files changed, 81 insertions, 81 deletions
diff --git a/reveal.js/dataporten.html b/reveal.js/dataporten.html index ba69c74..6c9f941 100644 --- a/reveal.js/dataporten.html +++ b/reveal.js/dataporten.html | |||
| @@ -4,14 +4,17 @@ | |||
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <title>Utviklerforum: Dataporten & eValg 3.0</title> | 5 | <title>Utviklerforum: Dataporten & eValg 3.0</title> |
| 6 | <meta name="author" content="Simeon Simeonov"> | 6 | <meta name="author" content="Simeon Simeonov"> |
| 7 | <meta name="apple-mobile-web-app-capable" content="yes"> | 7 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | 9 | |
| 10 | <link rel="stylesheet" href="css/reveal.css"> | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | <link rel="stylesheet" href="css/theme/serif.css" id="theme"> | 11 | |
| 12 | <link rel="stylesheet" href="dist/reset.css"> | ||
| 13 | <link rel="stylesheet" href="dist/reveal.css"> | ||
| 14 | <link rel="stylesheet" href="dist/theme/serif.css" id="theme"> | ||
| 12 | 15 | ||
| 13 | <!-- Theme used for syntax highlighting of code --> | 16 | <!-- Theme used for syntax highlighting of code --> |
| 14 | <link rel="stylesheet" href="lib/css/zenburn.css"> | 17 | <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme"> |
| 15 | </head> | 18 | </head> |
| 16 | <body> | 19 | <body> |
| 17 | <div class="reveal"> | 20 | <div class="reveal"> |
| @@ -89,28 +92,24 @@ | |||
| 89 | </div> | 92 | </div> |
| 90 | </div> | 93 | </div> |
| 91 | 94 | ||
| 92 | <script src="lib/js/head.min.js"></script> | 95 | <script src="dist/reveal.js"></script> |
| 93 | <script src="js/reveal.js"></script> | 96 | <script src="plugin/zoom/zoom.js"></script> |
| 97 | <script src="plugin/notes/notes.js"></script> | ||
| 98 | <script src="plugin/search/search.js"></script> | ||
| 99 | <script src="plugin/markdown/markdown.js"></script> | ||
| 100 | <script src="plugin/highlight/highlight.js"></script> | ||
| 94 | <script> | 101 | <script> |
| 95 | 102 | ||
| 96 | // More info https://github.com/hakimel/reveal.js#configuration | 103 | // Also available as an ES module, see: |
| 104 | // https://revealjs.netlify.app/initialization/ | ||
| 97 | Reveal.initialize({ | 105 | Reveal.initialize({ |
| 98 | controls: true, | 106 | controls: true, |
| 99 | progress: true, | 107 | progress: true, |
| 100 | history: true, | 108 | center: true, |
| 101 | center: true, | 109 | hash: true, |
| 102 | 110 | ||
| 103 | transition: 'slide', // none/fade/slide/convex/concave/zoom | 111 | // Learn about plugins: https://revealjs.netlify.app/plugins/ |
| 104 | 112 | plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ] | |
| 105 | // More info https://github.com/hakimel/reveal.js#dependencies | ||
| 106 | dependencies: [ | ||
| 107 | { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, | ||
| 108 | { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 109 | { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 110 | { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, | ||
| 111 | { src: 'plugin/zoom-js/zoom.js', async: true }, | ||
| 112 | { src: 'plugin/notes/notes.js', async: true } | ||
| 113 | ] | ||
| 114 | }); | 113 | }); |
| 115 | 114 | ||
| 116 | </script> | 115 | </script> |
diff --git a/reveal.js/gateway.html b/reveal.js/gateway.html index 90ff7f8..4996a9c 100644 --- a/reveal.js/gateway.html +++ b/reveal.js/gateway.html | |||
| @@ -4,14 +4,17 @@ | |||
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <title>API gateway</title> | 5 | <title>API gateway</title> |
| 6 | <meta name="author" content="Simeon Simeonov"> | 6 | <meta name="author" content="Simeon Simeonov"> |
| 7 | <meta name="apple-mobile-web-app-capable" content="yes"> | 7 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | 9 | |
| 10 | <link rel="stylesheet" href="css/reveal.css"> | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | <link rel="stylesheet" href="css/theme/serif.css" id="theme"> | 11 | |
| 12 | <link rel="stylesheet" href="dist/reset.css"> | ||
| 13 | <link rel="stylesheet" href="dist/reveal.css"> | ||
| 14 | <link rel="stylesheet" href="dist/theme/serif.css" id="theme"> | ||
| 12 | 15 | ||
| 13 | <!-- Theme used for syntax highlighting of code --> | 16 | <!-- Theme used for syntax highlighting of code --> |
| 14 | <link rel="stylesheet" href="lib/css/zenburn.css"> | 17 | <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme"> |
| 15 | <!-- Printing and PDF exports --> | 18 | <!-- Printing and PDF exports --> |
| 16 | <script> | 19 | <script> |
| 17 | var link = document.createElement( 'link' ); | 20 | var link = document.createElement( 'link' ); |
diff --git a/reveal.js/mqprod.html b/reveal.js/mqprod.html index 8f64d0e..fb3caf8 100644 --- a/reveal.js/mqprod.html +++ b/reveal.js/mqprod.html | |||
| @@ -4,14 +4,17 @@ | |||
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <title>Meldingskø for UiO</title> | 5 | <title>Meldingskø for UiO</title> |
| 6 | <meta name="author" content="Kai Vaade, Simeon Simeonov"> | 6 | <meta name="author" content="Kai Vaade, Simeon Simeonov"> |
| 7 | <meta name="apple-mobile-web-app-capable" content="yes"> | 7 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | 9 | |
| 10 | <link rel="stylesheet" href="css/reveal.css"> | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | <link rel="stylesheet" href="css/theme/serif.css" id="theme"> | 11 | |
| 12 | <link rel="stylesheet" href="dist/reset.css"> | ||
| 13 | <link rel="stylesheet" href="dist/reveal.css"> | ||
| 14 | <link rel="stylesheet" href="dist/theme/serif.css" id="theme"> | ||
| 12 | 15 | ||
| 13 | <!-- Theme used for syntax highlighting of code --> | 16 | <!-- Theme used for syntax highlighting of code --> |
| 14 | <link rel="stylesheet" href="lib/css/zenburn.css"> | 17 | <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme"> |
| 15 | </head> | 18 | </head> |
| 16 | <body> | 19 | <body> |
| 17 | <div class="reveal"> | 20 | <div class="reveal"> |
| @@ -219,28 +222,24 @@ | |||
| 219 | </div> | 222 | </div> |
| 220 | </div> | 223 | </div> |
| 221 | 224 | ||
| 222 | <script src="lib/js/head.min.js"></script> | 225 | <script src="dist/reveal.js"></script> |
| 223 | <script src="js/reveal.js"></script> | 226 | <script src="plugin/zoom/zoom.js"></script> |
| 227 | <script src="plugin/notes/notes.js"></script> | ||
| 228 | <script src="plugin/search/search.js"></script> | ||
| 229 | <script src="plugin/markdown/markdown.js"></script> | ||
| 230 | <script src="plugin/highlight/highlight.js"></script> | ||
| 224 | <script> | 231 | <script> |
| 225 | 232 | ||
| 226 | // More info https://github.com/hakimel/reveal.js#configuration | 233 | // Also available as an ES module, see: |
| 234 | // https://revealjs.netlify.app/initialization/ | ||
| 227 | Reveal.initialize({ | 235 | Reveal.initialize({ |
| 228 | controls: true, | 236 | controls: true, |
| 229 | progress: true, | 237 | progress: true, |
| 230 | history: true, | 238 | center: true, |
| 231 | center: true, | 239 | hash: true, |
| 232 | 240 | ||
| 233 | transition: 'slide', // none/fade/slide/convex/concave/zoom | 241 | // Learn about plugins: https://revealjs.netlify.app/plugins/ |
| 234 | 242 | plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ] | |
| 235 | // More info https://github.com/hakimel/reveal.js#dependencies | ||
| 236 | dependencies: [ | ||
| 237 | { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, | ||
| 238 | { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 239 | { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 240 | { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, | ||
| 241 | { src: 'plugin/zoom-js/zoom.js', async: true }, | ||
| 242 | { src: 'plugin/notes/notes.js', async: true } | ||
| 243 | ] | ||
| 244 | }); | 243 | }); |
| 245 | 244 | ||
| 246 | </script> | 245 | </script> |
diff --git a/reveal.js/rabbitmq.html b/reveal.js/rabbitmq.html index 753a799..ed1cbfd 100644 --- a/reveal.js/rabbitmq.html +++ b/reveal.js/rabbitmq.html | |||
| @@ -6,12 +6,15 @@ | |||
| 6 | <meta name="author" content="Simeon Simeonov"> | 6 | <meta name="author" content="Simeon Simeonov"> |
| 7 | <meta name="apple-mobile-web-app-capable" content="yes"> | 7 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | 8 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 10 | <link rel="stylesheet" href="css/reveal.css"> | 10 | |
| 11 | <link rel="stylesheet" href="css/theme/serif.css" id="theme"> | 11 | <link rel="stylesheet" href="dist/reset.css"> |
| 12 | <link rel="stylesheet" href="dist/reveal.css"> | ||
| 13 | |||
| 14 | <link rel="stylesheet" href="dist/theme/serif.css" id="theme"> | ||
| 12 | 15 | ||
| 13 | <!-- Theme used for syntax highlighting of code --> | 16 | <!-- Theme used for syntax highlighting of code --> |
| 14 | <link rel="stylesheet" href="lib/css/zenburn.css"> | 17 | <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme"> |
| 15 | </head> | 18 | </head> |
| 16 | <body> | 19 | <body> |
| 17 | <div class="reveal"> | 20 | <div class="reveal"> |
| @@ -281,31 +284,27 @@ | |||
| 281 | 284 | ||
| 282 | </div> | 285 | </div> |
| 283 | </div> | 286 | </div> |
| 284 | 287 | ||
| 285 | <script src="lib/js/head.min.js"></script> | 288 | <script src="dist/reveal.js"></script> |
| 286 | <script src="js/reveal.js"></script> | 289 | <script src="plugin/zoom/zoom.js"></script> |
| 290 | <script src="plugin/notes/notes.js"></script> | ||
| 291 | <script src="plugin/search/search.js"></script> | ||
| 292 | <script src="plugin/markdown/markdown.js"></script> | ||
| 293 | <script src="plugin/highlight/highlight.js"></script> | ||
| 287 | <script> | 294 | <script> |
| 288 | 295 | ||
| 289 | // More info https://github.com/hakimel/reveal.js#configuration | 296 | // Also available as an ES module, see: |
| 297 | // https://revealjs.netlify.app/initialization/ | ||
| 290 | Reveal.initialize({ | 298 | Reveal.initialize({ |
| 291 | controls: true, | 299 | controls: true, |
| 292 | progress: true, | 300 | progress: true, |
| 293 | history: true, | 301 | center: true, |
| 294 | center: true, | 302 | hash: true, |
| 295 | |||
| 296 | transition: 'slide', // none/fade/slide/convex/concave/zoom | ||
| 297 | |||
| 298 | // More info https://github.com/hakimel/reveal.js#dependencies | ||
| 299 | dependencies: [ | ||
| 300 | { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, | ||
| 301 | { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 302 | { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, | ||
| 303 | { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, | ||
| 304 | { src: 'plugin/zoom-js/zoom.js', async: true }, | ||
| 305 | { src: 'plugin/notes/notes.js', async: true } | ||
| 306 | ] | ||
| 307 | }); | ||
| 308 | 303 | ||
| 304 | // Learn about plugins: https://revealjs.netlify.app/plugins/ | ||
| 305 | plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ] | ||
| 306 | }); | ||
| 307 | |||
| 309 | </script> | 308 | </script> |
| 310 | 309 | ||
| 311 | </body> | 310 | </body> |
