summaryrefslogtreecommitdiff
path: root/reveal.js/template_statnett.html
diff options
context:
space:
mode:
Diffstat (limited to 'reveal.js/template_statnett.html')
-rw-r--r--reveal.js/template_statnett.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/reveal.js/template_statnett.html b/reveal.js/template_statnett.html
new file mode 100644
index 0000000..e47b280
--- /dev/null
+++ b/reveal.js/template_statnett.html
@@ -0,0 +1,56 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>Title</title>
6 <meta name="author" content="Simeon Simeonov"/>
7 <meta name="mobile-web-app-capable" content="yes"/>
8 <meta name="mobile-web-app-status-bar-style" content="black-translucent"/>
9 <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
10
11 <link rel="stylesheet" href="dist/reset.css"/>
12 <link rel="stylesheet" href="dist/reveal.css"/>
13
14 <!-- <link rel="stylesheet" href="dist/theme/black.css" id="theme"/> -->
15 <link rel="stylesheet" href="dist/theme/statnett.css" id="theme"/>
16
17 <!-- Theme used for syntax highlighting of code -->
18 <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme"/>
19 <!-- <link rel="stylesheet" href="plugin/highlight/zenburn.css" id="highlight-theme"/> -->
20 </head>
21
22 <body>
23 <div class="reveal">
24 <!-- Any section element inside of this container is displayed as a slide -->
25 <div class="slides">
26
27 </div>
28 </div>
29
30 <script src="dist/reveal.js"></script>
31 <script src="dist/plugin/zoom.js"></script>
32 <script src="dist/plugin/notes.js"></script>
33 <script src="dist/plugin/search.js"></script>
34 <script src="dist/plugin/markdown.js"></script>
35 <script src="dist/plugin/highlight.js"></script>
36 <script>
37 // Also available as an ES module, see: https://revealjs.com/initialization/
38 // import Reveal from 'reveal.js';
39 // import RevealZoom from 'reveal.js/plugin/zoom';
40 // import RevealNotes from 'reveal.js/plugin/notes';
41 // import RevealSearch from 'reveal.js/plugin/search';
42 // import RevealMarkdown from 'reveal.js/plugin/markdown';
43 // import RevealHighlight from 'reveal.js/plugin/highlight';
44
45 Reveal.initialize({
46 controls: true,
47 progress: true,
48 center: true,
49 hash: true,
50
51 // Learn about plugins: https://revealjs.com/plugins/
52 plugins: [RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight],
53 });
54 </script>
55 </body>
56</html>