Browse Source

Initial commit

master
The Dod 9 months ago
commit
05dba409d3
100 changed files with 10576 additions and 0 deletions
  1. 4
    0
      .gitignore
  2. 25
    0
      app.py
  3. 3
    0
      example.env
  4. 3
    0
      requirements.txt
  5. 85
    0
      slides.json
  6. BIN
      static/css/.style.css.swp
  7. 14
    0
      static/css/nav/beige.css
  8. 14
    0
      static/css/nav/black.css
  9. 14
    0
      static/css/nav/blood.css
  10. 14
    0
      static/css/nav/league.css
  11. 14
    0
      static/css/nav/moon.css
  12. 14
    0
      static/css/nav/night.css
  13. 14
    0
      static/css/nav/serif.css
  14. 14
    0
      static/css/nav/simple.css
  15. 14
    0
      static/css/nav/sky.css
  16. 14
    0
      static/css/nav/solarized.css
  17. 14
    0
      static/css/nav/white.css
  18. 55
    0
      static/css/style.css
  19. BIN
      static/img/bekir-donmez-stones-4.png
  20. BIN
      static/img/bekir-donmez-stones-5.png
  21. BIN
      static/img/bekir-donmez-stones-6.png
  22. BIN
      static/img/bekir-donmez-stones-7.png
  23. BIN
      static/img/bekir-donmez-stones-8.png
  24. BIN
      static/img/cat-resting.png
  25. BIN
      static/img/horse.png
  26. 2
    0
      static/js/jquery-3.7.1.min.js
  27. 1
    0
      static/js/jquery-3.7.1.min.map
  28. 21
    0
      static/reveal/.github/CONTRIBUTING.md
  29. 1
    0
      static/reveal/.github/FUNDING.yml
  30. 27
    0
      static/reveal/.github/workflows/js.yml
  31. 11
    0
      static/reveal/.gitignore
  32. 7
    0
      static/reveal/.npmignore
  33. 19
    0
      static/reveal/LICENSE
  34. 50
    0
      static/reveal/README.md
  35. 69
    0
      static/reveal/css/layout.scss
  36. 166
    0
      static/reveal/css/print/paper.scss
  37. 154
    0
      static/reveal/css/print/pdf.scss
  38. 1873
    0
      static/reveal/css/reveal.scss
  39. 21
    0
      static/reveal/css/theme/README.md
  40. 41
    0
      static/reveal/css/theme/source/beige.scss
  41. 49
    0
      static/reveal/css/theme/source/black-contrast.scss
  42. 46
    0
      static/reveal/css/theme/source/black.scss
  43. 87
    0
      static/reveal/css/theme/source/blood.scss
  44. 106
    0
      static/reveal/css/theme/source/dracula.scss
  45. 36
    0
      static/reveal/css/theme/source/league.scss
  46. 58
    0
      static/reveal/css/theme/source/moon.scss
  47. 37
    0
      static/reveal/css/theme/source/night.scss
  48. 38
    0
      static/reveal/css/theme/source/serif.scss
  49. 40
    0
      static/reveal/css/theme/source/simple.scss
  50. 49
    0
      static/reveal/css/theme/source/sky.scss
  51. 63
    0
      static/reveal/css/theme/source/solarized.scss
  52. 49
    0
      static/reveal/css/theme/source/white-contrast.scss
  53. 46
    0
      static/reveal/css/theme/source/white.scss
  54. 28
    0
      static/reveal/css/theme/template/exposer.scss
  55. 45
    0
      static/reveal/css/theme/template/mixins.scss
  56. 45
    0
      static/reveal/css/theme/template/settings.scss
  57. 331
    0
      static/reveal/css/theme/template/theme.scss
  58. 481
    0
      static/reveal/demo.html
  59. 30
    0
      static/reveal/dist/reset.css
  60. 8
    0
      static/reveal/dist/reveal.css
  61. 9
    0
      static/reveal/dist/reveal.esm.js
  62. 1
    0
      static/reveal/dist/reveal.esm.js.map
  63. 9
    0
      static/reveal/dist/reveal.js
  64. 1
    0
      static/reveal/dist/reveal.js.map
  65. 364
    0
      static/reveal/dist/theme/beige.css
  66. 360
    0
      static/reveal/dist/theme/black-contrast.css
  67. 357
    0
      static/reveal/dist/theme/black.css
  68. 390
    0
      static/reveal/dist/theme/blood.css
  69. 383
    0
      static/reveal/dist/theme/dracula.css
  70. 2
    0
      static/reveal/dist/theme/fonts/league-gothic/LICENSE
  71. 10
    0
      static/reveal/dist/theme/fonts/league-gothic/league-gothic.css
  72. BIN
      static/reveal/dist/theme/fonts/league-gothic/league-gothic.eot
  73. BIN
      static/reveal/dist/theme/fonts/league-gothic/league-gothic.ttf
  74. BIN
      static/reveal/dist/theme/fonts/league-gothic/league-gothic.woff
  75. 45
    0
      static/reveal/dist/theme/fonts/source-sans-pro/LICENSE
  76. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot
  77. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf
  78. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff
  79. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot
  80. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf
  81. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff
  82. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot
  83. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf
  84. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff
  85. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot
  86. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf
  87. BIN
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff
  88. 39
    0
      static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro.css
  89. 366
    0
      static/reveal/dist/theme/league.css
  90. 365
    0
      static/reveal/dist/theme/moon.css
  91. 358
    0
      static/reveal/dist/theme/night.css
  92. 361
    0
      static/reveal/dist/theme/serif.css
  93. 360
    0
      static/reveal/dist/theme/simple.css
  94. 368
    0
      static/reveal/dist/theme/sky.css
  95. 361
    0
      static/reveal/dist/theme/solarized.css
  96. 360
    0
      static/reveal/dist/theme/white-contrast.css
  97. 357
    0
      static/reveal/dist/theme/white.css
  98. 360
    0
      static/reveal/dist/theme/white_contrast_compact_verbatim_headers.css
  99. 526
    0
      static/reveal/examples/500-slides.html
  100. 0
    0
      static/reveal/examples/assets/beeping.txt

+ 4
- 0
.gitignore View File

@@ -0,0 +1,4 @@
1
+venv/
2
+__pycache__/
3
+work/
4
+.env

+ 25
- 0
app.py View File

@@ -0,0 +1,25 @@
1
+from flask import Flask, render_template, request
2
+from dotenv import load_dotenv
3
+from markdown import markdown
4
+import json
5
+
6
+def preprocess_payload(payload):
7
+    for column in payload.get('columns', []):
8
+        md = column.get('markdown')
9
+        if md:
10
+            column['content'] = markdown(md)
11
+        for slide in column.get('slides', []):
12
+            md = slide.get('markdown')
13
+            if md:
14
+                slide['content'] = markdown(md)
15
+
16
+load_dotenv()
17
+payload = json.load(open("slides.json"))
18
+preprocess_payload(payload)
19
+
20
+application = Flask(__name__)
21
+
22
+@application.get("/")
23
+def home():
24
+    return render_template("slides.html", **payload)
25
+

+ 3
- 0
example.env View File

@@ -0,0 +1,3 @@
1
+# Change *** below to an API key from
2
+# https://platform.openai.com/account/api-keys
3
+export OPENAI_API_KEY='***'

+ 3
- 0
requirements.txt View File

@@ -0,0 +1,3 @@
1
+python-dotenv
2
+flask
3
+markdown

+ 85
- 0
slides.json View File

@@ -0,0 +1,85 @@
1
+{
2
+    "title": "Joe's farewell ceremony",
3
+    "columns": [
4
+        {
5
+            "id": "",
6
+            "title": "Goodbye from George",
7
+            "params": {
8
+                "theme": "sky",
9
+                "background-image": "static/img/bekir-donmez-stones-4.png",
10
+                "background-opacity": "0.25",
11
+                "background-position": "top left"
12
+            },
13
+            "markdown": "This is my **farewell ceremony**.\n\nI [love](https://en.wikipedia.org/wiki/Love) you all."
14
+        },
15
+        {
16
+            "id": "memory",
17
+            "title": "How I'd like to be remembered",
18
+            "params": {
19
+                "theme": "sky",
20
+                "background-image": "static/img/bekir-donmez-stones-5.png",
21
+                "background-opacity": "0.25",
22
+                "background-position": "top left"
23
+            },
24
+            "markdown": "I've done many things. Some of them I'm proud of:",
25
+            "slides": [
26
+                {
27
+                    "id": "work",
28
+                    "title": "My work",
29
+                    "params": {
30
+                        "theme": "black",
31
+                        "background-image": "static/img/horse.png",
32
+                        "background-position": "center middle",
33
+                        "background-size": "contain"
34
+                    },
35
+                    "markdown": "I've worked like a horse."
36
+                },
37
+                {
38
+                    "id": "rest",
39
+                    "title": "The rest",
40
+                    "params": {
41
+                        "theme": "dracula",
42
+                        "background-image": "static/img/cat-resting.png",
43
+                        "background-position": "center middle",
44
+                        "background-size": "contain"
45
+                    },
46
+                    "markdown": "I've rested like a cat."
47
+                }
48
+            ]
49
+        },
50
+        {
51
+            "id": "sorry",
52
+            "title": "Who I seek forgiveness from",
53
+            "params": {
54
+                "theme": "blood",
55
+                "background-image": "static/img/bekir-donmez-stones-6.png",
56
+                "background-opacity": "0.25",
57
+                "background-position": "top left"
58
+            },
59
+            "markdown": "I've made many mistakes.\n\nI hope you can forgive me:",
60
+            "slides": [
61
+                {
62
+                    "id": "horse",
63
+                    "title": "My horse",
64
+                    "params": {
65
+                        "background-image": "static/img/horse.png",
66
+                        "background-position": "center middle",
67
+                        "background-size": "contain"
68
+                    },
69
+                    "markdown": "Please forgive me, horse, for this and that"
70
+                },
71
+                {
72
+                    "id": "cat",
73
+                    "title": "My cat",
74
+                    "params": {
75
+                        "theme": "night",
76
+                        "background-image": "static/img/cat-resting.png",
77
+                        "background-position": "center middle",
78
+                        "background-size": "contain"
79
+                    },
80
+                    "markdown": "Please forgive me, cat, for that and this"
81
+                }
82
+            ]
83
+        }
84
+    ]
85
+}

BIN
static/css/.style.css.swp View File


+ 14
- 0
static/css/nav/beige.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #8b743d;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #c0a86e;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/black.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #42affa;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #8dcffc;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/blood.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #a23;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #dd5566;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/league.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #13DAEC;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #71e9f4;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/moon.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #268bd2;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #78b9e6;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/night.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #e7ad52;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #f3d7ac;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/serif.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #51483D;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #8b7c69;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/simple.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #2a76dd;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #6ca0e8;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/sky.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #3b759e;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #74a7cb;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/solarized.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #00008B;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #0000f1;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 14
- 0
static/css/nav/white.css View File

@@ -0,0 +1,14 @@
1
+#custom-nav {
2
+    position:fixed; bottom: 0.5em; left: 0.5em;
3
+    z-index: 529; font-size: 200%;
4
+}
5
+#custom-nav a, #custom-nav a:active, #custom-nav a:visited {
6
+  color: #268bd2;
7
+  border: 0; outline: 0;
8
+}
9
+#custon-nav a:hover {
10
+  color: #78b9e6;
11
+}
12
+@media print {
13
+  #custom-nav { display: none !important }
14
+}

+ 55
- 0
static/css/style.css View File

@@ -0,0 +1,55 @@
1
+.title, .reveal h3.title  {
2
+    font-weight: bold;
3
+    margin-top: 0;
4
+    color: #ffffff;
5
+    text-shadow: 1px 1px 2px #000000;
6
+    text-transform: none;
7
+}
8
+
9
+#custom-nav a[disabled] {
10
+	opacity: 0.5;
11
+}
12
+
13
+.reveal table thead th,
14
+.reveal table thead td,
15
+.reveal table tbody th,
16
+.reveal table tbody td {
17
+	text-align: center !important;
18
+	vertical-align: top !important;
19
+}
20
+
21
+.reveal .slides section section {
22
+	font-size: 90%;
23
+}
24
+
25
+.reveal .slides p {
26
+        margin-top: 0.25em;
27
+	text-align: justify;
28
+}
29
+
30
+.reveal .slides p.title {
31
+	margin-bottom: 0.1em;
32
+}
33
+
34
+.reveal .slides p.small a {
35
+	text-decoration: underline;
36
+}
37
+
38
+.reveal .slides .title,
39
+.modal .title {
40
+	text-align: center;
41
+	font-weight: bold;
42
+}
43
+
44
+.reveal .slides .small,
45
+.modal .small {
46
+        font-size: 80%;
47
+}
48
+
49
+.reveal .slides ul {
50
+	max-width: 85%
51
+}
52
+
53
+.slide-number {
54
+	border-radius: 0.5em;
55
+}

BIN
static/img/bekir-donmez-stones-4.png View File


BIN
static/img/bekir-donmez-stones-5.png View File


BIN
static/img/bekir-donmez-stones-6.png View File


BIN
static/img/bekir-donmez-stones-7.png View File


BIN
static/img/bekir-donmez-stones-8.png View File


BIN
static/img/cat-resting.png View File


BIN
static/img/horse.png View File


+ 2
- 0
static/js/jquery-3.7.1.min.js
File diff suppressed because it is too large
View File


+ 1
- 0
static/js/jquery-3.7.1.min.map
File diff suppressed because it is too large
View File


+ 21
- 0
static/reveal/.github/CONTRIBUTING.md View File

@@ -0,0 +1,21 @@
1
+## Contributing
2
+Please keep the [issue tracker](https://github.com/hakimel/reveal.js/issues) limited to **bug reports**.
3
+
4
+
5
+### General Questions and Support
6
+If you have questions about how to use reveal.js the best place to ask is in the [Discussions](https://github.com/hakimel/reveal.js/discussions). Anything that isn't a bug report should be posted as a dicussion instead.
7
+
8
+
9
+### Bug Reports
10
+When reporting a bug make sure to include information about which browser and operating system you are on as well as the necessary steps to reproduce the issue. If possible please include a link to a sample presentation where the bug can be tested.
11
+
12
+
13
+### Pull Requests
14
+- Should be submitted from a feature/topic branch (not your master)
15
+- Should follow the coding style of the file you work in, most importantly:
16
+  - Tabs to indent
17
+  - Single-quoted strings
18
+
19
+
20
+### Plugins
21
+Please do not submit plugins as pull requests. They should be maintained in their own separate repository. More information here: https://github.com/hakimel/reveal.js/wiki/Plugin-Guidelines

+ 1
- 0
static/reveal/.github/FUNDING.yml View File

@@ -0,0 +1 @@
1
+github: [hakimel]

+ 27
- 0
static/reveal/.github/workflows/js.yml View File

@@ -0,0 +1,27 @@
1
+name: tests
2
+
3
+on: [push]
4
+
5
+permissions:
6
+  contents: read
7
+
8
+jobs:
9
+  build:
10
+
11
+    runs-on: ubuntu-latest
12
+
13
+    strategy:
14
+      matrix:
15
+        node-version: [14.x]
16
+
17
+    steps:
18
+    - uses: actions/checkout@v2
19
+    - name: Use Node.js ${{ matrix.node-version }}
20
+      uses: actions/setup-node@v1
21
+      with:
22
+        node-version: ${{ matrix.node-version }}
23
+    - run: npm install
24
+    - run: npm run build --if-present
25
+    - run: npm test
26
+      env:
27
+        CI: true

+ 11
- 0
static/reveal/.gitignore View File

@@ -0,0 +1,11 @@
1
+.idea/
2
+*.iml
3
+*.iws
4
+*.eml
5
+out/
6
+.DS_Store
7
+.svn
8
+log/*.log
9
+tmp/**
10
+node_modules/
11
+.sass-cache

+ 7
- 0
static/reveal/.npmignore View File

@@ -0,0 +1,7 @@
1
+/test
2
+/examples
3
+.github
4
+.gulpfile
5
+.sass-cache
6
+gulpfile.js
7
+CONTRIBUTING.md

+ 19
- 0
static/reveal/LICENSE View File

@@ -0,0 +1,19 @@
1
+Copyright (C) 2011-2023 Hakim El Hattab, http://hakim.se, and reveal.js contributors
2
+
3
+Permission is hereby granted, free of charge, to any person obtaining a copy
4
+of this software and associated documentation files (the "Software"), to deal
5
+in the Software without restriction, including without limitation the rights
6
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+copies of the Software, and to permit persons to whom the Software is
8
+furnished to do so, subject to the following conditions:
9
+
10
+The above copyright notice and this permission notice shall be included in
11
+all copies or substantial portions of the Software.
12
+
13
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+THE SOFTWARE.

+ 50
- 0
static/reveal/README.md View File

@@ -0,0 +1,50 @@
1
+<p align="center">
2
+  <a href="https://revealjs.com">
3
+  <img src="https://hakim-static.s3.amazonaws.com/reveal-js/logo/v1/reveal-black-text-sticker.png" alt="reveal.js" width="500">
4
+  </a>
5
+  <br><br>
6
+  <a href="https://github.com/hakimel/reveal.js/actions"><img src="https://github.com/hakimel/reveal.js/workflows/tests/badge.svg"></a>
7
+  <a href="https://slides.com/"><img src="https://s3.amazonaws.com/static.slid.es/images/slides-github-banner-320x40.png?1" alt="Slides" width="160" height="20"></a>
8
+</p>
9
+
10
+reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com](https://revealjs.com/).
11
+
12
+The framework comes with a powerful feature set including [nested slides](https://revealjs.com/vertical-slides/), [Markdown support](https://revealjs.com/markdown/), [Auto-Animate](https://revealjs.com/auto-animate/), [PDF export](https://revealjs.com/pdf-export/), [speaker notes](https://revealjs.com/speaker-view/), [LaTeX typesetting](https://revealjs.com/math/), [syntax highlighted code](https://revealjs.com/code/) and an [extensive API](https://revealjs.com/api/).
13
+
14
+---
15
+
16
+Want to create reveal.js presentation in a graphical editor? Try <https://slides.com>. It's made by the same people behind reveal.js.
17
+
18
+---
19
+
20
+### Sponsors
21
+Hakim's open source work is supported by <a href="https://github.com/sponsors/hakimel">GitHub sponsors</a>. Special thanks to:
22
+<div align="center">
23
+  <table>
24
+    <td align="center">
25
+      <a href="https://workos.com/?utm_campaign=github_repo&utm_medium=referral&utm_content=revealjs&utm_source=github">
26
+        <div>
27
+          <img src="https://user-images.githubusercontent.com/629429/151508669-efb4c3b3-8fe3-45eb-8e47-e9510b5f0af1.svg" width="290" alt="WorkOS">
28
+        </div>
29
+        <b>Your app, enterprise-ready.</b>
30
+        <div>
31
+          <sub>Start selling to enterprise customers with just a few lines of code. Add Single Sign-On (and more) in minutes instead of months.</sup>
32
+        </div>
33
+      </a>
34
+    </td>
35
+  </table>
36
+</div>
37
+
38
+---
39
+
40
+### Getting started
41
+- 🚀 [Install reveal.js](https://revealjs.com/installation)
42
+- 👀 [View the demo presentation](https://revealjs.com/demo)
43
+- 📖 [Read the documentation](https://revealjs.com/markup/)
44
+- 🖌 [Try the visual editor for reveal.js at Slides.com](https://slides.com/)
45
+- 🎬 [Watch the reveal.js video course (paid)](https://revealjs.com/course)
46
+
47
+--- 
48
+<div align="center">
49
+  MIT licensed | Copyright © 2011-2023 Hakim El Hattab, https://hakim.se
50
+</div>

+ 69
- 0
static/reveal/css/layout.scss View File

@@ -0,0 +1,69 @@
1
+/**
2
+ * Layout helpers.
3
+ */
4
+
5
+// Stretch an element vertically based on available space
6
+.reveal .stretch,
7
+.reveal .r-stretch {
8
+	max-width: none;
9
+	max-height: none;
10
+}
11
+
12
+.reveal pre.stretch code,
13
+.reveal pre.r-stretch code {
14
+	height: 100%;
15
+	max-height: 100%;
16
+	box-sizing: border-box;
17
+}
18
+
19
+// Text that auto-fits its container
20
+.reveal .r-fit-text {
21
+	display: inline-block; // https://github.com/rikschennink/fitty#performance
22
+	white-space: nowrap;
23
+}
24
+
25
+// Stack multiple elements on top of each other
26
+.reveal .r-stack {
27
+	display: grid;
28
+}
29
+
30
+.reveal .r-stack > * {
31
+	grid-area: 1/1;
32
+	margin: auto;
33
+}
34
+
35
+// Horizontal and vertical stacks
36
+.reveal .r-vstack,
37
+.reveal .r-hstack {
38
+	display: flex;
39
+
40
+	img, video {
41
+		min-width: 0;
42
+		min-height: 0;
43
+		object-fit: contain;
44
+	}
45
+}
46
+
47
+.reveal .r-vstack {
48
+	flex-direction: column;
49
+	align-items: center;
50
+	justify-content: center;
51
+}
52
+
53
+.reveal .r-hstack {
54
+	flex-direction: row;
55
+	align-items: center;
56
+	justify-content: center;
57
+}
58
+
59
+// Naming based on tailwindcss
60
+.reveal .items-stretch { align-items: stretch; }
61
+.reveal .items-start { align-items: flex-start; }
62
+.reveal .items-center { align-items: center; }
63
+.reveal .items-end { align-items: flex-end; }
64
+
65
+.reveal .justify-between { justify-content: space-between; }
66
+.reveal .justify-around { justify-content: space-around; }
67
+.reveal .justify-start { justify-content: flex-start; }
68
+.reveal .justify-center { justify-content: center; }
69
+.reveal .justify-end { justify-content: flex-end; }

+ 166
- 0
static/reveal/css/print/paper.scss View File

@@ -0,0 +1,166 @@
1
+
2
+@media print {
3
+	html:not(.print-pdf) {
4
+		overflow: visible;
5
+		width: auto;
6
+		height: auto;
7
+
8
+		body {
9
+			margin: 0;
10
+			padding: 0;
11
+			overflow: visible;
12
+		}
13
+	}
14
+
15
+	html:not(.print-pdf) .reveal {
16
+		background: #fff;
17
+		font-size: 20pt;
18
+
19
+		.controls,
20
+		.state-background,
21
+		.progress,
22
+		.backgrounds,
23
+		.slide-number {
24
+			display: none !important;
25
+		}
26
+
27
+		p, td, li {
28
+			font-size: 20pt!important;
29
+			color: #000;
30
+		}
31
+
32
+		h1,h2,h3,h4,h5,h6 {
33
+			color: #000!important;
34
+			height: auto;
35
+			line-height: normal;
36
+			text-align: left;
37
+			letter-spacing: normal;
38
+		}
39
+
40
+		h1 { font-size: 28pt !important; }
41
+		h2 { font-size: 24pt !important; }
42
+		h3 { font-size: 22pt !important; }
43
+		h4 { font-size: 22pt !important; font-variant: small-caps; }
44
+		h5 { font-size: 21pt !important; }
45
+		h6 { font-size: 20pt !important; font-style: italic; }
46
+
47
+		a:link,
48
+		a:visited {
49
+			color: #000 !important;
50
+			font-weight: bold;
51
+			text-decoration: underline;
52
+		}
53
+
54
+		ul, ol, div, p {
55
+			visibility: visible;
56
+			position: static;
57
+			width: auto;
58
+			height: auto;
59
+			display: block;
60
+			overflow: visible;
61
+			margin: 0;
62
+			text-align: left !important;
63
+		}
64
+		pre,
65
+		table {
66
+			margin-left: 0;
67
+			margin-right: 0;
68
+		}
69
+		pre code {
70
+			padding: 20px;
71
+		}
72
+		blockquote {
73
+			margin: 20px 0;
74
+		}
75
+
76
+		.slides {
77
+			position: static !important;
78
+			width: auto !important;
79
+			height: auto !important;
80
+
81
+			left: 0 !important;
82
+			top: 0 !important;
83
+			margin-left: 0 !important;
84
+			margin-top: 0 !important;
85
+			padding: 0 !important;
86
+			zoom: 1 !important;
87
+			transform: none !important;
88
+
89
+			overflow: visible !important;
90
+			display: block !important;
91
+
92
+			text-align: left !important;
93
+			perspective: none;
94
+
95
+			perspective-origin: 50% 50%;
96
+		}
97
+		.slides section {
98
+			visibility: visible !important;
99
+			position: static !important;
100
+			width: auto !important;
101
+			height: auto !important;
102
+			display: block !important;
103
+			overflow: visible !important;
104
+
105
+			left: 0 !important;
106
+			top: 0 !important;
107
+			margin-left: 0 !important;
108
+			margin-top: 0 !important;
109
+			padding: 60px 20px !important;
110
+			z-index: auto !important;
111
+
112
+			opacity: 1 !important;
113
+
114
+			page-break-after: always !important;
115
+
116
+			transform-style: flat !important;
117
+			transform: none !important;
118
+			transition: none !important;
119
+		}
120
+		.slides section.stack {
121
+			padding: 0 !important;
122
+		}
123
+		.slides section:last-of-type {
124
+			page-break-after: avoid !important;
125
+		}
126
+		.slides section .fragment {
127
+			opacity: 1 !important;
128
+			visibility: visible !important;
129
+
130
+			transform: none !important;
131
+		}
132
+
133
+		.r-fit-text {
134
+			white-space: normal !important;
135
+		}
136
+
137
+		section img {
138
+			display: block;
139
+			margin: 15px 0px;
140
+			background: rgba(255,255,255,1);
141
+			border: 1px solid #666;
142
+			box-shadow: none;
143
+		}
144
+
145
+		section small {
146
+			font-size: 0.8em;
147
+		}
148
+
149
+		.hljs {
150
+			max-height: 100%;
151
+			white-space: pre-wrap;
152
+			word-wrap: break-word;
153
+			word-break: break-word;
154
+			font-size: 15pt;
155
+		}
156
+
157
+		.hljs .hljs-ln-numbers {
158
+			white-space: nowrap;
159
+		}
160
+
161
+		.hljs td {
162
+			font-size: inherit !important;
163
+			color: inherit !important;
164
+		}
165
+	}
166
+}

+ 154
- 0
static/reveal/css/print/pdf.scss View File

@@ -0,0 +1,154 @@
1
+/**
2
+ * This stylesheet is used to print reveal.js
3
+ * presentations to PDF.
4
+ *
5
+ * https://revealjs.com/pdf-export/
6
+ */
7
+
8
+html.print-pdf {
9
+	* {
10
+		-webkit-print-color-adjust: exact;
11
+	}
12
+
13
+	& {
14
+		width: 100%;
15
+		height: 100%;
16
+		overflow: visible;
17
+	}
18
+
19
+	body {
20
+		margin: 0 auto !important;
21
+		border: 0;
22
+		padding: 0;
23
+		float: none !important;
24
+		overflow: visible;
25
+	}
26
+
27
+	/* Remove any elements not needed in print. */
28
+	.nestedarrow,
29
+	.reveal .controls,
30
+	.reveal .progress,
31
+	.reveal .playback,
32
+	.reveal.overview,
33
+	.state-background {
34
+		display: none !important;
35
+	}
36
+
37
+	.reveal pre code {
38
+		overflow: hidden !important;
39
+	}
40
+
41
+	.reveal {
42
+		width: auto !important;
43
+		height: auto !important;
44
+		overflow: hidden !important;
45
+	}
46
+	.reveal .slides {
47
+		position: static;
48
+		width: 100% !important;
49
+		height: auto !important;
50
+		zoom: 1 !important;
51
+		pointer-events: initial;
52
+
53
+		left: auto;
54
+		top: auto;
55
+		margin: 0 !important;
56
+		padding: 0 !important;
57
+
58
+		overflow: visible;
59
+		display: block;
60
+
61
+		perspective: none;
62
+		perspective-origin: 50% 50%;
63
+	}
64
+
65
+	.reveal .slides .pdf-page {
66
+		position: relative;
67
+		overflow: hidden;
68
+		z-index: 1;
69
+
70
+		page-break-after: always;
71
+	}
72
+
73
+	.reveal .slides section {
74
+		visibility: visible !important;
75
+		display: block !important;
76
+		position: absolute !important;
77
+
78
+		margin: 0 !important;
79
+		padding: 0 !important;
80
+		box-sizing: border-box !important;
81
+		min-height: 1px;
82
+
83
+		opacity: 1 !important;
84
+
85
+		transform-style: flat !important;
86
+		transform: none !important;
87
+	}
88
+
89
+	.reveal section.stack {
90
+		position: relative !important;
91
+		margin: 0 !important;
92
+		padding: 0 !important;
93
+		page-break-after: avoid !important;
94
+		height: auto !important;
95
+		min-height: auto !important;
96
+	}
97
+
98
+	.reveal img {
99
+		box-shadow: none;
100
+	}
101
+
102
+	/* Slide backgrounds are placed inside of their slide when exporting to PDF */
103
+	.reveal .backgrounds {
104
+		display: none;
105
+	}
106
+	.reveal .slide-background {
107
+		display: block !important;
108
+		position: absolute;
109
+		top: 0;
110
+		left: 0;
111
+		width: 100%;
112
+		height: 100%;
113
+		z-index: auto !important;
114
+	}
115
+
116
+	/* Display slide speaker notes when 'showNotes' is enabled */
117
+	.reveal.show-notes {
118
+		max-width: none;
119
+		max-height: none;
120
+	}
121
+	.reveal .speaker-notes-pdf {
122
+		display: block;
123
+		width: 100%;
124
+		height: auto;
125
+		max-height: none;
126
+		top: auto;
127
+		right: auto;
128
+		bottom: auto;
129
+		left: auto;
130
+		z-index: 100;
131
+	}
132
+
133
+	/* Layout option which makes notes appear on a separate page */
134
+	.reveal .speaker-notes-pdf[data-layout="separate-page"] {
135
+		position: relative;
136
+		color: inherit;
137
+		background-color: transparent;
138
+		padding: 20px;
139
+		page-break-after: always;
140
+		border: 0;
141
+	}
142
+
143
+	/* Display slide numbers when 'slideNumber' is enabled */
144
+	.reveal .slide-number-pdf {
145
+		display: block;
146
+		position: absolute;
147
+		font-size: 14px;
148
+	}
149
+
150
+	/* This accessibility tool is not useful in PDF and breaks it visually */
151
+	.aria-status {
152
+		display: none;
153
+	}
154
+}

+ 1873
- 0
static/reveal/css/reveal.scss
File diff suppressed because it is too large
View File


+ 21
- 0
static/reveal/css/theme/README.md View File

@@ -0,0 +1,21 @@
1
+## Dependencies
2
+
3
+Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.com/installation/#full-setup
4
+
5
+## Creating a Theme
6
+
7
+To create your own theme, start by duplicating a ```.scss``` file in [/css/theme/source](https://github.com/hakimel/reveal.js/blob/master/css/theme/source). It will be automatically compiled from Sass to CSS (see the [gulpfile](https://github.com/hakimel/reveal.js/blob/master/gulpfile.js)) when you run `npm run build -- css-themes`.
8
+
9
+Each theme file does four things in the following order:
10
+
11
+1. **Include [/css/theme/template/mixins.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/mixins.scss)**
12
+Shared utility functions.
13
+
14
+2. **Include [/css/theme/template/settings.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/settings.scss)**
15
+Declares a set of custom variables that the template file (step 4) expects. Can be overridden in step 3.
16
+
17
+3. **Override**
18
+This is where you override the default theme. Either by specifying variables (see [settings.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/settings.scss) for reference) or by adding any selectors and styles you please.
19
+
20
+4. **Include [/css/theme/template/theme.scss](https://github.com/hakimel/reveal.js/blob/master/css/theme/template/theme.scss)**
21
+The template theme file which will generate final CSS output based on the currently defined variables.

+ 41
- 0
static/reveal/css/theme/source/beige.scss View File

@@ -0,0 +1,41 @@
1
+/**
2
+ * Beige theme for reveal.js.
3
+ *
4
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
+ */
6
+
7
+
8
+// Default mixins and settings -----------------
9
+@import "../template/mixins";
10
+@import "../template/settings";
11
+// ---------------------------------------------
12
+
13
+
14
+
15
+// Include theme-specific fonts
16
+@import url(./fonts/league-gothic/league-gothic.css);
17
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
18
+
19
+
20
+// Override theme settings (see ../template/settings.scss)
21
+$mainColor: #333;
22
+$headingColor: #333;
23
+$headingTextShadow: none;
24
+$backgroundColor: #f7f3de;
25
+$linkColor: #8b743d;
26
+$linkColorHover: lighten( $linkColor, 20% );
27
+$selectionBackgroundColor: rgba(79, 64, 28, 0.99);
28
+$heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 20px 20px rgba(0,0,0,.15);
29
+
30
+// Background generator
31
+@mixin bodyBackground() {
32
+	@include radial-gradient( rgba(247,242,211,1), rgba(255,255,255,1) );
33
+}
34
+
35
+// Change text colors against dark slide backgrounds
36
+@include dark-bg-text-color(#fff);
37
+
38
+
39
+// Theme template ------------------------------
40
+@import "../template/theme";
41
+// ---------------------------------------------

+ 49
- 0
static/reveal/css/theme/source/black-contrast.scss View File

@@ -0,0 +1,49 @@
1
+/**
2
+ * Black compact & high contrast reveal.js theme, with headers not in capitals.
3
+ *
4
+ * By Peter Kehl. Based on black.(s)css by Hakim El Hattab, http://hakim.se
5
+ *
6
+ * - Keep the source similar to black.css - for easy comparison.
7
+ * - $mainFontSize controls code blocks, too (although under some ratio).
8
+ */
9
+
10
+
11
+// Default mixins and settings -----------------
12
+@import "../template/mixins";
13
+@import "../template/settings";
14
+// ---------------------------------------------
15
+
16
+
17
+// Include theme-specific fonts
18
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
19
+
20
+
21
+// Override theme settings (see ../template/settings.scss)
22
+$backgroundColor: #000000;
23
+
24
+$mainColor: #fff;
25
+$headingColor: #fff;
26
+
27
+$mainFontSize: 42px;
28
+$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
29
+$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
30
+$headingTextShadow: none;
31
+$headingLetterSpacing: normal;
32
+$headingTextTransform: uppercase;
33
+$headingFontWeight: 600;
34
+$linkColor: #42affa;
35
+$linkColorHover: lighten( $linkColor, 15% );
36
+$selectionBackgroundColor: lighten( $linkColor, 25% );
37
+
38
+$heading1Size: 2.5em;
39
+$heading2Size: 1.6em;
40
+$heading3Size: 1.3em;
41
+$heading4Size: 1.0em;
42
+
43
+// Change text colors against light slide backgrounds
44
+@include light-bg-text-color(#000);
45
+
46
+
47
+// Theme template ------------------------------
48
+@import "../template/theme";
49
+// ---------------------------------------------

+ 46
- 0
static/reveal/css/theme/source/black.scss View File

@@ -0,0 +1,46 @@
1
+/**
2
+ * Black theme for reveal.js. This is the opposite of the 'white' theme.
3
+ *
4
+ * By Hakim El Hattab, http://hakim.se
5
+ */
6
+
7
+
8
+// Default mixins and settings -----------------
9
+@import "../template/mixins";
10
+@import "../template/settings";
11
+// ---------------------------------------------
12
+
13
+
14
+// Include theme-specific fonts
15
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
16
+
17
+
18
+// Override theme settings (see ../template/settings.scss)
19
+$backgroundColor: #191919;
20
+
21
+$mainColor: #fff;
22
+$headingColor: #fff;
23
+
24
+$mainFontSize: 42px;
25
+$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
26
+$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
27
+$headingTextShadow: none;
28
+$headingLetterSpacing: normal;
29
+$headingTextTransform: uppercase;
30
+$headingFontWeight: 600;
31
+$linkColor: #42affa;
32
+$linkColorHover: lighten( $linkColor, 15% );
33
+$selectionBackgroundColor: rgba( $linkColor, 0.75 );
34
+
35
+$heading1Size: 2.5em;
36
+$heading2Size: 1.6em;
37
+$heading3Size: 1.3em;
38
+$heading4Size: 1.0em;
39
+
40
+// Change text colors against light slide backgrounds
41
+@include light-bg-text-color(#222);
42
+
43
+
44
+// Theme template ------------------------------
45
+@import "../template/theme";
46
+// ---------------------------------------------

+ 87
- 0
static/reveal/css/theme/source/blood.scss View File

@@ -0,0 +1,87 @@
1
+/**
2
+ * Blood theme for reveal.js
3
+ * Author: Walther http://github.com/Walther
4
+ *
5
+ * Designed to be used with highlight.js theme
6
+ * "monokai_sublime.css" available from
7
+ * https://github.com/isagalaev/highlight.js/
8
+ *
9
+ * For other themes, change $codeBackground accordingly.
10
+ *
11
+ */
12
+
13
+ // Default mixins and settings -----------------
14
+@import "../template/mixins";
15
+@import "../template/settings";
16
+// ---------------------------------------------
17
+
18
+// Include theme-specific fonts
19
+
20
+@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
21
+
22
+// Colors used in the theme
23
+$blood: #a23;
24
+$coal: #222;
25
+$codeBackground: #23241f;
26
+
27
+$backgroundColor: $coal;
28
+
29
+// Main text
30
+$mainFont: Ubuntu, 'sans-serif';
31
+$mainColor: #eee;
32
+
33
+// Headings
34
+$headingFont: Ubuntu, 'sans-serif';
35
+$headingTextShadow: 2px 2px 2px $coal;
36
+
37
+// h1 shadow, borrowed humbly from 
38
+// (c) Default theme by Hakim El Hattab
39
+$heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 20px 20px rgba(0,0,0,.15);
40
+
41
+// Links
42
+$linkColor: $blood;
43
+$linkColorHover: lighten( $linkColor, 20% );
44
+
45
+// Text selection
46
+$selectionBackgroundColor: $blood;
47
+$selectionColor: #fff;
48
+
49
+// Change text colors against dark slide backgrounds
50
+@include light-bg-text-color(#222);
51
+
52
+
53
+// Theme template ------------------------------
54
+@import "../template/theme";
55
+// ---------------------------------------------
56
+
57
+// some overrides after theme template import
58
+
59
+.reveal p {
60
+    font-weight: 300;
61
+    text-shadow: 1px 1px $coal;
62
+}
63
+
64
+section.has-light-background {
65
+	p, h1, h2, h3, h4 {
66
+		text-shadow: none;
67
+	}
68
+}
69
+
70
+.reveal h1,
71
+.reveal h2,
72
+.reveal h3,
73
+.reveal h4,
74
+.reveal h5,
75
+.reveal h6 {
76
+    font-weight: 700;
77
+}
78
+
79
+.reveal p code {
80
+    background-color: $codeBackground;
81
+    display: inline-block;
82
+    border-radius: 7px;
83
+}
84
+
85
+.reveal small code {
86
+    vertical-align: baseline;
87
+}

+ 106
- 0
static/reveal/css/theme/source/dracula.scss View File

@@ -0,0 +1,106 @@
1
+/**
2
+ * Dracula Dark theme for reveal.js.
3
+ * Based on https://draculatheme.com
4
+ */
5
+
6
+
7
+// Default mixins and settings -----------------
8
+@import "../template/mixins";
9
+@import "../template/settings";
10
+// ---------------------------------------------
11
+
12
+
13
+
14
+// Include theme-specific fonts
15
+$systemFontsSansSerif: -apple-system,
16
+					   BlinkMacSystemFont,
17
+					   avenir next,
18
+					   avenir,
19
+					   segoe ui,
20
+					   helvetica neue,
21
+					   helvetica,
22
+					   Cantarell,
23
+					   Ubuntu,
24
+					   roboto,
25
+					   noto,
26
+					   arial,
27
+					   sans-serif;
28
+$systemFontsMono: Menlo,
29
+				  Consolas,
30
+				  Monaco,
31
+				  Liberation Mono,
32
+				  Lucida Console,
33
+				  monospace;
34
+
35
+/**
36
+ * Dracula colors by Zeno Rocha
37
+ * https://draculatheme.com/contribute
38
+ */
39
+html * {
40
+	color-profile: sRGB;
41
+	rendering-intent: auto;
42
+}
43
+
44
+$background: #282A36;
45
+$foreground: #F8F8F2;
46
+$selection: #44475A;
47
+$comment: #6272A4;
48
+$red: #FF5555;
49
+$orange: #FFB86C;
50
+$yellow: #F1FA8C;
51
+$green: #50FA7B;
52
+$purple: #BD93F9;
53
+$cyan: #8BE9FD;
54
+$pink: #FF79C6;
55
+
56
+
57
+
58
+// Override theme settings (see ../template/settings.scss)
59
+$mainColor: $foreground;
60
+$headingColor: $purple;
61
+$headingTextShadow: none;
62
+$headingTextTransform: none;
63
+$backgroundColor: $background;
64
+$linkColor: $pink;
65
+$linkColorHover: $cyan;
66
+$selectionBackgroundColor: $selection;
67
+$inlineCodeColor: $green;
68
+$listBulletColor: $cyan;
69
+
70
+$mainFont: $systemFontsSansSerif;
71
+$codeFont: "Fira Code", $systemFontsMono;
72
+
73
+// Change text colors against light slide backgrounds
74
+@include light-bg-text-color($background);
75
+
76
+// Theme template ------------------------------
77
+@import "../template/theme";
78
+// ---------------------------------------------
79
+
80
+// Define additional color effects based on Dracula spec
81
+// https://spec.draculatheme.com/
82
+:root {
83
+	--r-bold-color: #{$orange};
84
+	--r-italic-color: #{$yellow};
85
+	--r-inline-code-color: #{$inlineCodeColor};
86
+	--r-list-bullet-color: #{$listBulletColor};
87
+}
88
+
89
+.reveal {
90
+	strong, b {
91
+		color: var(--r-bold-color);
92
+	}
93
+	em, i, blockquote {
94
+		color: var(--r-italic-color);
95
+	}
96
+	code {
97
+		color: var(--r-inline-code-color);
98
+	}
99
+	// Dracula colored list bullets and numbers
100
+	ul, ol {
101
+		li::marker {
102
+			color: var(--r-list-bullet-color);
103
+		}
104
+	}
105
+}
106
+

+ 36
- 0
static/reveal/css/theme/source/league.scss View File

@@ -0,0 +1,36 @@
1
+/**
2
+ * League theme for reveal.js.
3
+ *
4
+ * This was the default theme pre-3.0.0.
5
+ *
6
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
+ */
8
+
9
+
10
+// Default mixins and settings -----------------
11
+@import "../template/mixins";
12
+@import "../template/settings";
13
+// ---------------------------------------------
14
+
15
+
16
+
17
+// Include theme-specific fonts
18
+@import url(./fonts/league-gothic/league-gothic.css);
19
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
20
+
21
+// Override theme settings (see ../template/settings.scss)
22
+$headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);
23
+$heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 20px 20px rgba(0,0,0,.15);
24
+
25
+// Background generator
26
+@mixin bodyBackground() {
27
+	@include radial-gradient( rgba(28,30,32,1), rgba(85,90,95,1) );
28
+}
29
+
30
+// Change text colors against light slide backgrounds
31
+@include light-bg-text-color(#222);
32
+
33
+
34
+// Theme template ------------------------------
35
+@import "../template/theme";
36
+// ---------------------------------------------

+ 58
- 0
static/reveal/css/theme/source/moon.scss View File

@@ -0,0 +1,58 @@
1
+/**
2
+ * Solarized Dark theme for reveal.js.
3
+ * Author: Achim Staebler
4
+ */
5
+
6
+
7
+// Default mixins and settings -----------------
8
+@import "../template/mixins";
9
+@import "../template/settings";
10
+// ---------------------------------------------
11
+
12
+
13
+
14
+// Include theme-specific fonts
15
+@import url(./fonts/league-gothic/league-gothic.css);
16
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
17
+
18
+/**
19
+ * Solarized colors by Ethan Schoonover
20
+ */
21
+html * {
22
+	color-profile: sRGB;
23
+	rendering-intent: auto;
24
+}
25
+
26
+// Solarized colors
27
+$base03:    #002b36;
28
+$base02:    #073642;
29
+$base01:    #586e75;
30
+$base00:    #657b83;
31
+$base0:     #839496;
32
+$base1:     #93a1a1;
33
+$base2:     #eee8d5;
34
+$base3:     #fdf6e3;
35
+$yellow:    #b58900;
36
+$orange:    #cb4b16;
37
+$red:       #dc322f;
38
+$magenta:   #d33682;
39
+$violet:    #6c71c4;
40
+$blue:      #268bd2;
41
+$cyan:      #2aa198;
42
+$green:     #859900;
43
+
44
+// Override theme settings (see ../template/settings.scss)
45
+$mainColor: $base1;
46
+$headingColor: $base2;
47
+$headingTextShadow: none;
48
+$backgroundColor: $base03;
49
+$linkColor: $blue;
50
+$linkColorHover: lighten( $linkColor, 20% );
51
+$selectionBackgroundColor: $magenta;
52
+
53
+// Change text colors against light slide backgrounds
54
+@include light-bg-text-color(#222);
55
+
56
+// Theme template ------------------------------
57
+@import "../template/theme";
58
+// ---------------------------------------------

+ 37
- 0
static/reveal/css/theme/source/night.scss View File

@@ -0,0 +1,37 @@
1
+/**
2
+ * Black theme for reveal.js.
3
+ *
4
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
+ */
6
+
7
+
8
+// Default mixins and settings -----------------
9
+@import "../template/mixins";
10
+@import "../template/settings";
11
+// ---------------------------------------------
12
+
13
+
14
+// Include theme-specific fonts
15
+@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
16
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
17
+
18
+
19
+// Override theme settings (see ../template/settings.scss)
20
+$backgroundColor: #111;
21
+
22
+$mainFont: 'Open Sans', sans-serif;
23
+$linkColor: #e7ad52;
24
+$linkColorHover: lighten( $linkColor, 20% );
25
+$headingFont: 'Montserrat', Impact, sans-serif;
26
+$headingTextShadow: none;
27
+$headingLetterSpacing: -0.03em;
28
+$headingTextTransform: none;
29
+$selectionBackgroundColor: #e7ad52;
30
+
31
+// Change text colors against light slide backgrounds
32
+@include light-bg-text-color(#222);
33
+
34
+
35
+// Theme template ------------------------------
36
+@import "../template/theme";
37
+// ---------------------------------------------

+ 38
- 0
static/reveal/css/theme/source/serif.scss View File

@@ -0,0 +1,38 @@
1
+/**
2
+ * A simple theme for reveal.js presentations, similar
3
+ * to the default theme. The accent color is brown.
4
+ *
5
+ * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
6
+ */
7
+
8
+
9
+// Default mixins and settings -----------------
10
+@import "../template/mixins";
11
+@import "../template/settings";
12
+// ---------------------------------------------
13
+
14
+
15
+
16
+// Override theme settings (see ../template/settings.scss)
17
+$mainFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
18
+$mainColor: #000;
19
+$headingFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
20
+$headingColor: #383D3D;
21
+$headingTextShadow: none;
22
+$headingTextTransform: none;
23
+$backgroundColor: #F0F1EB;
24
+$linkColor: #51483D;
25
+$linkColorHover: lighten( $linkColor, 20% );
26
+$selectionBackgroundColor: #26351C;
27
+
28
+.reveal a {
29
+  line-height: 1.3em;
30
+}
31
+
32
+// Change text colors against dark slide backgrounds
33
+@include dark-bg-text-color(#fff);
34
+
35
+
36
+// Theme template ------------------------------
37
+@import "../template/theme";
38
+// ---------------------------------------------

+ 40
- 0
static/reveal/css/theme/source/simple.scss View File

@@ -0,0 +1,40 @@
1
+/**
2
+ * A simple theme for reveal.js presentations, similar
3
+ * to the default theme. The accent color is darkblue.
4
+ *
5
+ * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
6
+ * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
+ */
8
+
9
+
10
+// Default mixins and settings -----------------
11
+@import "../template/mixins";
12
+@import "../template/settings";
13
+// ---------------------------------------------
14
+
15
+
16
+
17
+// Include theme-specific fonts
18
+@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
19
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
20
+
21
+
22
+// Override theme settings (see ../template/settings.scss)
23
+$mainFont: 'Lato', sans-serif;
24
+$mainColor: #000;
25
+$headingFont: 'News Cycle', Impact, sans-serif;
26
+$headingColor: #000;
27
+$headingTextShadow: none;
28
+$headingTextTransform: none;
29
+$backgroundColor: #fff;
30
+$linkColor: #00008B;
31
+$linkColorHover: lighten( $linkColor, 20% );
32
+$selectionBackgroundColor: rgba(0, 0, 0, 0.99);
33
+
34
+// Change text colors against dark slide backgrounds
35
+@include dark-bg-text-color(#fff);
36
+
37
+
38
+// Theme template ------------------------------
39
+@import "../template/theme";
40
+// ---------------------------------------------

+ 49
- 0
static/reveal/css/theme/source/sky.scss View File

@@ -0,0 +1,49 @@
1
+/**
2
+ * Sky theme for reveal.js.
3
+ *
4
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
+ */
6
+
7
+
8
+// Default mixins and settings -----------------
9
+@import "../template/mixins";
10
+@import "../template/settings";
11
+// ---------------------------------------------
12
+
13
+
14
+
15
+// Include theme-specific fonts
16
+@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
17
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
18
+
19
+
20
+// Override theme settings (see ../template/settings.scss)
21
+$mainFont: 'Open Sans', sans-serif;
22
+$mainColor: #333;
23
+$headingFont: 'Quicksand', sans-serif;
24
+$headingColor: #333;
25
+$headingLetterSpacing: -0.08em;
26
+$headingTextShadow: none;
27
+$backgroundColor: #f7fbfc;
28
+$linkColor: #3b759e;
29
+$linkColorHover: lighten( $linkColor, 20% );
30
+$selectionBackgroundColor: #134674;
31
+
32
+// Fix links so they are not cut off
33
+.reveal a {
34
+	line-height: 1.3em;
35
+}
36
+
37
+// Background generator
38
+@mixin bodyBackground() {
39
+	@include radial-gradient( #add9e4, #f7fbfc );
40
+}
41
+
42
+// Change text colors against dark slide backgrounds
43
+@include dark-bg-text-color(#fff);
44
+
45
+
46
+
47
+// Theme template ------------------------------
48
+@import "../template/theme";
49
+// ---------------------------------------------

+ 63
- 0
static/reveal/css/theme/source/solarized.scss View File

@@ -0,0 +1,63 @@
1
+/**
2
+ * Solarized Light theme for reveal.js.
3
+ * Author: Achim Staebler
4
+ */
5
+
6
+
7
+// Default mixins and settings -----------------
8
+@import "../template/mixins";
9
+@import "../template/settings";
10
+// ---------------------------------------------
11
+
12
+
13
+
14
+// Include theme-specific fonts
15
+@import url(./fonts/league-gothic/league-gothic.css);
16
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
17
+
18
+
19
+/**
20
+ * Solarized colors by Ethan Schoonover
21
+ */
22
+html * {
23
+	color-profile: sRGB;
24
+	rendering-intent: auto;
25
+}
26
+
27
+// Solarized colors
28
+$base03:    #002b36;
29
+$base02:    #073642;
30
+$base01:    #586e75;
31
+$base00:    #657b83;
32
+$base0:     #839496;
33
+$base1:     #93a1a1;
34
+$base2:     #eee8d5;
35
+$base3:     #fdf6e3;
36
+$yellow:    #b58900;
37
+$orange:    #cb4b16;
38
+$red:       #dc322f;
39
+$magenta:   #d33682;
40
+$violet:    #6c71c4;
41
+$blue:      #268bd2;
42
+$cyan:      #2aa198;
43
+$green:     #859900;
44
+
45
+// Override theme settings (see ../template/settings.scss)
46
+$mainColor: $base00;
47
+$headingColor: $base01;
48
+$headingTextShadow: none;
49
+$backgroundColor: $base3;
50
+$linkColor: $blue;
51
+$linkColorHover: lighten( $linkColor, 20% );
52
+$selectionBackgroundColor: $magenta;
53
+
54
+// Background generator
55
+// @mixin bodyBackground() {
56
+// 	@include radial-gradient( rgba($base3,1), rgba(lighten($base3, 20%),1) );
57
+// }
58
+
59
+
60
+
61
+// Theme template ------------------------------
62
+@import "../template/theme";
63
+// ---------------------------------------------

+ 49
- 0
static/reveal/css/theme/source/white-contrast.scss View File

@@ -0,0 +1,49 @@
1
+/**
2
+ * White compact & high contrast reveal.js theme, with headers not in capitals.
3
+ *
4
+ * By Peter Kehl. Based on white.(s)css by Hakim El Hattab, http://hakim.se
5
+ *
6
+ * - Keep the source similar to black.css - for easy comparison.
7
+ * - $mainFontSize controls code blocks, too (although under some ratio).
8
+ */
9
+
10
+
11
+// Default mixins and settings -----------------
12
+@import "../template/mixins";
13
+@import "../template/settings";
14
+// ---------------------------------------------
15
+
16
+
17
+// Include theme-specific fonts
18
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
19
+
20
+
21
+// Override theme settings (see ../template/settings.scss)
22
+$backgroundColor: #fff;
23
+
24
+$mainColor: #000;
25
+$headingColor: #000;
26
+
27
+$mainFontSize: 42px;
28
+$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
29
+$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
30
+$headingTextShadow: none;
31
+$headingLetterSpacing: normal;
32
+$headingTextTransform: uppercase;
33
+$headingFontWeight: 600;
34
+$linkColor: #2a76dd;
35
+$linkColorHover: lighten( $linkColor, 15% );
36
+$selectionBackgroundColor: lighten( $linkColor, 25% );
37
+
38
+$heading1Size: 2.5em;
39
+$heading2Size: 1.6em;
40
+$heading3Size: 1.3em;
41
+$heading4Size: 1.0em;
42
+
43
+// Change text colors against dark slide backgrounds
44
+@include dark-bg-text-color(#fff);
45
+
46
+
47
+// Theme template ------------------------------
48
+@import "../template/theme";
49
+// ---------------------------------------------

+ 46
- 0
static/reveal/css/theme/source/white.scss View File

@@ -0,0 +1,46 @@
1
+/**
2
+ * White theme for reveal.js. This is the opposite of the 'black' theme.
3
+ *
4
+ * By Hakim El Hattab, http://hakim.se
5
+ */
6
+
7
+
8
+// Default mixins and settings -----------------
9
+@import "../template/mixins";
10
+@import "../template/settings";
11
+// ---------------------------------------------
12
+
13
+
14
+// Include theme-specific fonts
15
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
16
+
17
+
18
+// Override theme settings (see ../template/settings.scss)
19
+$backgroundColor: #fff;
20
+
21
+$mainColor: #222;
22
+$headingColor: #222;
23
+
24
+$mainFontSize: 42px;
25
+$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
26
+$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
27
+$headingTextShadow: none;
28
+$headingLetterSpacing: normal;
29
+$headingTextTransform: uppercase;
30
+$headingFontWeight: 600;
31
+$linkColor: #2a76dd;
32
+$linkColorHover: lighten( $linkColor, 15% );
33
+$selectionBackgroundColor: lighten( $linkColor, 25% );
34
+
35
+$heading1Size: 2.5em;
36
+$heading2Size: 1.6em;
37
+$heading3Size: 1.3em;
38
+$heading4Size: 1.0em;
39
+
40
+// Change text colors against dark slide backgrounds
41
+@include dark-bg-text-color(#fff);
42
+
43
+
44
+// Theme template ------------------------------
45
+@import "../template/theme";
46
+// ---------------------------------------------

+ 28
- 0
static/reveal/css/theme/template/exposer.scss View File

@@ -0,0 +1,28 @@
1
+// Exposes theme's variables for easy re-use in CSS for plugin authors
2
+
3
+:root {
4
+  --r-background-color: #{$backgroundColor};
5
+  --r-main-font: #{$mainFont};
6
+  --r-main-font-size: #{$mainFontSize};
7
+  --r-main-color: #{$mainColor};
8
+  --r-block-margin: #{$blockMargin};
9
+  --r-heading-margin: #{$headingMargin};
10
+  --r-heading-font: #{$headingFont};
11
+  --r-heading-color: #{$headingColor};
12
+  --r-heading-line-height: #{$headingLineHeight};
13
+  --r-heading-letter-spacing: #{$headingLetterSpacing};
14
+  --r-heading-text-transform: #{$headingTextTransform};
15
+  --r-heading-text-shadow: #{$headingTextShadow};
16
+  --r-heading-font-weight: #{$headingFontWeight};
17
+  --r-heading1-text-shadow: #{$heading1TextShadow};
18
+  --r-heading1-size: #{$heading1Size};
19
+  --r-heading2-size: #{$heading2Size};
20
+  --r-heading3-size: #{$heading3Size};
21
+  --r-heading4-size: #{$heading4Size};
22
+  --r-code-font: #{$codeFont};
23
+  --r-link-color: #{$linkColor};
24
+  --r-link-color-dark: #{darken($linkColor , 15% )};
25
+  --r-link-color-hover: #{$linkColorHover};
26
+  --r-selection-background-color: #{$selectionBackgroundColor};
27
+  --r-selection-color: #{$selectionColor};
28
+}

+ 45
- 0
static/reveal/css/theme/template/mixins.scss View File

@@ -0,0 +1,45 @@
1
+@mixin vertical-gradient( $top, $bottom ) {
2
+	background: $top;
3
+	background: -moz-linear-gradient( top, $top 0%, $bottom 100% );
4
+	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%,$top), color-stop(100%,$bottom) );
5
+	background: -webkit-linear-gradient( top, $top 0%, $bottom 100% );
6
+	background: -o-linear-gradient( top, $top 0%, $bottom 100% );
7
+	background: -ms-linear-gradient( top, $top 0%, $bottom 100% );
8
+	background: linear-gradient( top, $top 0%, $bottom 100% );
9
+}
10
+
11
+@mixin horizontal-gradient( $top, $bottom ) {
12
+	background: $top;
13
+	background: -moz-linear-gradient( left, $top 0%, $bottom 100% );
14
+	background: -webkit-gradient( linear, left top, right top, color-stop(0%,$top), color-stop(100%,$bottom) );
15
+	background: -webkit-linear-gradient( left, $top 0%, $bottom 100% );
16
+	background: -o-linear-gradient( left, $top 0%, $bottom 100% );
17
+	background: -ms-linear-gradient( left, $top 0%, $bottom 100% );
18
+	background: linear-gradient( left, $top 0%, $bottom 100% );
19
+}
20
+
21
+@mixin radial-gradient( $outer, $inner, $type: circle ) {
22
+	background: $outer;
23
+	background: -moz-radial-gradient( center, $type cover,  $inner 0%, $outer 100% );
24
+	background: -webkit-gradient( radial, center center, 0px, center center, 100%, color-stop(0%,$inner), color-stop(100%,$outer) );
25
+	background: -webkit-radial-gradient( center, $type cover,  $inner 0%, $outer 100% );
26
+	background: -o-radial-gradient( center, $type cover,  $inner 0%, $outer 100% );
27
+	background: -ms-radial-gradient( center, $type cover,  $inner 0%, $outer 100% );
28
+	background: radial-gradient( center, $type cover,  $inner 0%, $outer 100% );
29
+}
30
+
31
+@mixin light-bg-text-color( $color ) {
32
+	section.has-light-background {
33
+		&, h1, h2, h3, h4, h5, h6 {
34
+			color: $color;
35
+		}
36
+	}
37
+}
38
+
39
+@mixin dark-bg-text-color( $color ) {
40
+	section.has-dark-background {
41
+		&, h1, h2, h3, h4, h5, h6 {
42
+			color: $color;
43
+		}
44
+	}
45
+}

+ 45
- 0
static/reveal/css/theme/template/settings.scss View File

@@ -0,0 +1,45 @@
1
+// Base settings for all themes that can optionally be
2
+// overridden by the super-theme
3
+
4
+// Background of the presentation
5
+$backgroundColor: #2b2b2b;
6
+
7
+// Primary/body text
8
+$mainFont: 'Lato', sans-serif;
9
+$mainFontSize: 40px;
10
+$mainColor: #eee;
11
+
12
+// Vertical spacing between blocks of text
13
+$blockMargin: 20px;
14
+
15
+// Headings
16
+$headingMargin: 0 0 $blockMargin 0;
17
+$headingFont: 'League Gothic', Impact, sans-serif;
18
+$headingColor: #eee;
19
+$headingLineHeight: 1.2;
20
+$headingLetterSpacing: normal;
21
+$headingTextTransform: uppercase;
22
+$headingTextShadow: none;
23
+$headingFontWeight: normal;
24
+$heading1TextShadow: $headingTextShadow;
25
+
26
+$heading1Size: 3.77em;
27
+$heading2Size: 2.11em;
28
+$heading3Size: 1.55em;
29
+$heading4Size: 1.00em;
30
+
31
+$codeFont: monospace;
32
+
33
+// Links and actions
34
+$linkColor: #13DAEC;
35
+$linkColorHover: lighten( $linkColor, 20% );
36
+
37
+// Text selection
38
+$selectionBackgroundColor: #FF5E99;
39
+$selectionColor: #fff;
40
+
41
+// Generates the presentation background, can be overridden
42
+// to return a background image or gradient
43
+@mixin bodyBackground() {
44
+	background: $backgroundColor;
45
+}

+ 331
- 0
static/reveal/css/theme/template/theme.scss View File

@@ -0,0 +1,331 @@
1
+// Base theme template for reveal.js
2
+
3
+/*********************************************
4
+ * GLOBAL STYLES
5
+ *********************************************/
6
+
7
+@import "./exposer";
8
+
9
+.reveal-viewport {
10
+	@include bodyBackground();
11
+	background-color: var(--r-background-color);
12
+}
13
+
14
+.reveal {
15
+	font-family: var(--r-main-font);
16
+	font-size: var(--r-main-font-size);
17
+	font-weight: normal;
18
+	color: var(--r-main-color);
19
+}
20
+
21
+.reveal ::selection {
22
+	color: var(--r-selection-color);
23
+	background: var(--r-selection-background-color);
24
+	text-shadow: none;
25
+}
26
+
27
+.reveal ::-moz-selection {
28
+	color: var(--r-selection-color);
29
+	background: var(--r-selection-background-color);
30
+	text-shadow: none;
31
+}
32
+
33
+.reveal .slides section,
34
+.reveal .slides section>section {
35
+	line-height: 1.3;
36
+	font-weight: inherit;
37
+}
38
+
39
+/*********************************************
40
+ * HEADERS
41
+ *********************************************/
42
+
43
+.reveal h1,
44
+.reveal h2,
45
+.reveal h3,
46
+.reveal h4,
47
+.reveal h5,
48
+.reveal h6 {
49
+	margin: var(--r-heading-margin);
50
+	color: var(--r-heading-color);
51
+
52
+	font-family: var(--r-heading-font);
53
+	font-weight: var(--r-heading-font-weight);
54
+	line-height: var(--r-heading-line-height);
55
+	letter-spacing: var(--r-heading-letter-spacing);
56
+
57
+	text-transform: var(--r-heading-text-transform);
58
+	text-shadow: var(--r-heading-text-shadow);
59
+
60
+	word-wrap: break-word;
61
+}
62
+
63
+.reveal h1 {font-size: var(--r-heading1-size); }
64
+.reveal h2 {font-size: var(--r-heading2-size); }
65
+.reveal h3 {font-size: var(--r-heading3-size); }
66
+.reveal h4 {font-size: var(--r-heading4-size); }
67
+
68
+.reveal h1 {
69
+	text-shadow: var(--r-heading1-text-shadow);
70
+}
71
+
72
+
73
+/*********************************************
74
+ * OTHER
75
+ *********************************************/
76
+
77
+.reveal p {
78
+	margin: var(--r-block-margin) 0;
79
+	line-height: 1.3;
80
+}
81
+
82
+/* Remove trailing margins after titles */
83
+.reveal h1:last-child,
84
+.reveal h2:last-child,
85
+.reveal h3:last-child,
86
+.reveal h4:last-child,
87
+.reveal h5:last-child,
88
+.reveal h6:last-child {
89
+	margin-bottom: 0;
90
+}
91
+
92
+/* Ensure certain elements are never larger than the slide itself */
93
+.reveal img,
94
+.reveal video,
95
+.reveal iframe {
96
+	max-width: 95%;
97
+	max-height: 95%;
98
+}
99
+.reveal strong,
100
+.reveal b {
101
+	font-weight: bold;
102
+}
103
+
104
+.reveal em {
105
+	font-style: italic;
106
+}
107
+
108
+.reveal ol,
109
+.reveal dl,
110
+.reveal ul {
111
+	display: inline-block;
112
+
113
+	text-align: left;
114
+	margin: 0 0 0 1em;
115
+}
116
+
117
+.reveal ol {
118
+	list-style-type: decimal;
119
+}
120
+
121
+.reveal ul {
122
+	list-style-type: disc;
123
+}
124
+
125
+.reveal ul ul {
126
+	list-style-type: square;
127
+}
128
+
129
+.reveal ul ul ul {
130
+	list-style-type: circle;
131
+}
132
+
133
+.reveal ul ul,
134
+.reveal ul ol,
135
+.reveal ol ol,
136
+.reveal ol ul {
137
+	display: block;
138
+	margin-left: 40px;
139
+}
140
+
141
+.reveal dt {
142
+	font-weight: bold;
143
+}
144
+
145
+.reveal dd {
146
+	margin-left: 40px;
147
+}
148
+
149
+.reveal blockquote {
150
+	display: block;
151
+	position: relative;
152
+	width: 70%;
153
+	margin: var(--r-block-margin) auto;
154
+	padding: 5px;
155
+
156
+	font-style: italic;
157
+	background: rgba(255, 255, 255, 0.05);
158
+	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
159
+}
160
+	.reveal blockquote p:first-child,
161
+	.reveal blockquote p:last-child {
162
+		display: inline-block;
163
+	}
164
+
165
+.reveal q {
166
+	font-style: italic;
167
+}
168
+
169
+.reveal pre {
170
+	display: block;
171
+	position: relative;
172
+	width: 90%;
173
+	margin: var(--r-block-margin) auto;
174
+
175
+	text-align: left;
176
+	font-size: 0.55em;
177
+	font-family: var(--r-code-font);
178
+	line-height: 1.2em;
179
+
180
+	word-wrap: break-word;
181
+
182
+	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
183
+}
184
+
185
+.reveal code {
186
+	font-family: var(--r-code-font);
187
+	text-transform: none;
188
+	tab-size: 2;
189
+}
190
+
191
+.reveal pre code {
192
+	display: block;
193
+	padding: 5px;
194
+	overflow: auto;
195
+	max-height: 400px;
196
+	word-wrap: normal;
197
+}
198
+
199
+.reveal .code-wrapper {
200
+	white-space: normal;
201
+}
202
+
203
+.reveal .code-wrapper code {
204
+	white-space: pre;
205
+}
206
+
207
+.reveal table {
208
+	margin: auto;
209
+	border-collapse: collapse;
210
+	border-spacing: 0;
211
+}
212
+
213
+.reveal table th {
214
+	font-weight: bold;
215
+}
216
+
217
+.reveal table th,
218
+.reveal table td {
219
+	text-align: left;
220
+	padding: 0.2em 0.5em 0.2em 0.5em;
221
+	border-bottom: 1px solid;
222
+}
223
+
224
+.reveal table th[align="center"],
225
+.reveal table td[align="center"] {
226
+	text-align: center;
227
+}
228
+
229
+.reveal table th[align="right"],
230
+.reveal table td[align="right"] {
231
+	text-align: right;
232
+}
233
+
234
+.reveal table tbody tr:last-child th,
235
+.reveal table tbody tr:last-child td {
236
+	border-bottom: none;
237
+}
238
+
239
+.reveal sup {
240
+	vertical-align: super;
241
+	font-size: smaller;
242
+}
243
+.reveal sub {
244
+	vertical-align: sub;
245
+	font-size: smaller;
246
+}
247
+
248
+.reveal small {
249
+	display: inline-block;
250
+	font-size: 0.6em;
251
+	line-height: 1.2em;
252
+	vertical-align: top;
253
+}
254
+
255
+.reveal small * {
256
+	vertical-align: top;
257
+}
258
+
259
+.reveal img {
260
+	margin: var(--r-block-margin) 0;
261
+}
262
+
263
+
264
+/*********************************************
265
+ * LINKS
266
+ *********************************************/
267
+
268
+.reveal a {
269
+	color: var(--r-link-color);
270
+	text-decoration: none;
271
+	transition: color .15s ease;
272
+}
273
+	.reveal a:hover {
274
+		color: var(--r-link-color-hover);
275
+		text-shadow: none;
276
+		border: none;
277
+	}
278
+
279
+.reveal .roll span:after {
280
+	color: #fff;
281
+	// background: darken( var(--r-link-color), 15% );
282
+	 background: var(--r-link-color-dark);
283
+
284
+}
285
+
286
+
287
+/*********************************************
288
+ * Frame helper
289
+ *********************************************/
290
+
291
+.reveal .r-frame {
292
+	border: 4px solid var(--r-main-color);
293
+	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
294
+}
295
+
296
+.reveal a .r-frame {
297
+	transition: all .15s linear;
298
+}
299
+
300
+.reveal a:hover .r-frame {
301
+	border-color: var(--r-link-color);
302
+	box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
303
+}
304
+
305
+
306
+/*********************************************
307
+ * NAVIGATION CONTROLS
308
+ *********************************************/
309
+
310
+.reveal .controls {
311
+	color: var(--r-link-color);
312
+}
313
+
314
+
315
+/*********************************************
316
+ * PROGRESS BAR
317
+ *********************************************/
318
+
319
+.reveal .progress {
320
+	background: rgba(0,0,0,0.2);
321
+	color: var(--r-link-color);
322
+}
323
+
324
+/*********************************************
325
+ * PRINT BACKGROUND
326
+ *********************************************/
327
+ @media print {
328
+    .backgrounds {
329
+        background-color: var(--r-background-color);
330
+    }
331
+}

+ 481
- 0
static/reveal/demo.html View File

@@ -0,0 +1,481 @@
1
+<!doctype html>
2
+<html lang="en">
3
+
4
+	<head>
5
+		<meta charset="utf-8">
6
+
7
+		<title>reveal.js – The HTML Presentation Framework</title>
8
+
9
+		<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
10
+		<meta name="author" content="Hakim El Hattab">
11
+
12
+		<meta name="apple-mobile-web-app-capable" content="yes">
13
+		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
14
+
15
+		<meta name="viewport" content="width=device-width, initial-scale=1.0">
16
+
17
+		<link rel="stylesheet" href="dist/reset.css">
18
+		<link rel="stylesheet" href="dist/reveal.css">
19
+		<link rel="stylesheet" href="dist/theme/black.css" id="theme">
20
+
21
+		<!-- Theme used for syntax highlighting of code -->
22
+		<link rel="stylesheet" href="plugin/highlight/monokai.css">
23
+	</head>
24
+
25
+	<body>
26
+
27
+		<div class="reveal">
28
+
29
+			<!-- Any section element inside of this container is displayed as a slide -->
30
+			<div class="slides">
31
+				<section>
32
+					<a href="https://revealjs.com">
33
+						<img src="https://static.slid.es/reveal/logo-v1/reveal-white-text.svg" alt="reveal.js logo" style="height: 180px; margin: 0 auto 4rem auto; background: transparent;" class="demo-logo">
34
+					</a>
35
+					<h3>The HTML Presentation Framework</h3>
36
+					<p>
37
+						<small>Created by <a href="http://hakim.se">Hakim El Hattab</a> and <a href="https://github.com/hakimel/reveal.js/graphs/contributors">contributors</a></small>
38
+					</p>
39
+				</section>
40
+
41
+				<section>
42
+					<h2>Hello There</h2>
43
+					<p>
44
+						reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
45
+					</p>
46
+				</section>
47
+
48
+				<!-- Example of nested vertical slides -->
49
+				<section>
50
+					<section>
51
+						<h2>Vertical Slides</h2>
52
+						<p>Slides can be nested inside of each other.</p>
53
+						<p>Use the <em>Space</em> key to navigate through all slides.</p>
54
+						<br>
55
+						<a href="#/2/1" class="navigate-down">
56
+							<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Down arrow">
57
+						</a>
58
+					</section>
59
+					<section>
60
+						<h2>Basement Level 1</h2>
61
+						<p>Nested slides are useful for adding additional detail underneath a high level horizontal slide.</p>
62
+					</section>
63
+					<section>
64
+						<h2>Basement Level 2</h2>
65
+						<p>That's it, time to go back up.</p>
66
+						<br>
67
+						<a href="#/2">
68
+							<img class="r-frame" style="background: rgba(255,255,255,0.1); transform: rotate(180deg);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Up arrow">
69
+						</a>
70
+					</section>
71
+				</section>
72
+
73
+				<section>
74
+					<h2>Slides</h2>
75
+					<p>
76
+						Not a coder? Not a problem. There's a fully-featured visual editor for authoring these, try it out at <a href="https://slides.com" target="_blank">https://slides.com</a>.
77
+					</p>
78
+				</section>
79
+
80
+				<section data-visibility="hidden">
81
+					<h2>Hidden Slides</h2>
82
+					<p>
83
+						This slide is visible in the source, but hidden when the presentation is viewed. You can show all hidden slides by setting the `showHiddenSlides` config option to `true`.
84
+					</p>
85
+				</section>
86
+
87
+				<section data-auto-animate>
88
+					<h2 data-id="code-title">Pretty Code</h2>
89
+					<pre data-id="code-animation"><code class="hljs javascript" data-trim data-line-numbers>
90
+						import React, { useState } from 'react';
91
+
92
+						function Example() {
93
+						  const [count, setCount] = useState(0);
94
+
95
+						  return (
96
+						    ...
97
+						  );
98
+						}
99
+					</code></pre>
100
+					<p>Code syntax highlighting courtesy of <a href="https://highlightjs.org/usage/">highlight.js</a>.</p>
101
+				</section>
102
+
103
+				<section data-auto-animate>
104
+					<h2 data-id="code-title">With Animations</h2>
105
+					<pre data-id="code-animation"><code class="hljs javascript" data-trim data-line-numbers="|4,8-11|17|22-24"><script type="text/template">
106
+						import React, { useState } from 'react';
107
+
108
+						function Example() {
109
+						  const [count, setCount] = useState(0);
110
+
111
+						  return (
112
+						    <div>
113
+						      <p>You clicked {count} times</p>
114
+						      <button onClick={() => setCount(count + 1)}>
115
+						        Click me
116
+						      </button>
117
+						    </div>
118
+						  );
119
+						}
120
+
121
+						function SecondExample() {
122
+						  const [count, setCount] = useState(0);
123
+
124
+						  return (
125
+						    <div>
126
+						      <p>You clicked {count} times</p>
127
+						      <button onClick={() => setCount(count + 1)}>
128
+						        Click me
129
+						      </button>
130
+						    </div>
131
+						  );
132
+						}
133
+					</script></code></pre>
134
+				</section>
135
+
136
+				<section>
137
+					<h2>Point of View</h2>
138
+					<p>
139
+						Press <strong>ESC</strong> to enter the slide overview.
140
+					</p>
141
+					<p>
142
+						Hold down the <strong>alt</strong> key (<strong>ctrl</strong> in Linux) and click on any element to zoom towards it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. Click again to zoom back out.
143
+					</p>
144
+					<p>
145
+						(NOTE: Use ctrl + click in Linux.)
146
+					</p>
147
+				</section>
148
+
149
+				<section data-auto-animate data-auto-animate-easing="cubic-bezier(0.770, 0.000, 0.175, 1.000)">
150
+					<h2>Auto-Animate</h2>
151
+					<p>Automatically animate matching elements across slides with <a href="https://revealjs.com/auto-animate/">Auto-Animate</a>.</p>
152
+					<div class="r-hstack justify-center">
153
+						<div data-id="box1" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
154
+						<div data-id="box2" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
155
+						<div data-id="box3" style="background: #999; width: 50px; height: 50px; margin: 10px; border-radius: 5px;"></div>
156
+					</div>
157
+				</section>
158
+				<section data-auto-animate data-auto-animate-easing="cubic-bezier(0.770, 0.000, 0.175, 1.000)">
159
+					<div class="r-hstack justify-center">
160
+						<div data-id="box1" data-auto-animate-delay="0" style="background: cyan; width: 150px; height: 100px; margin: 10px;"></div>
161
+						<div data-id="box2" data-auto-animate-delay="0.1" style="background: magenta; width: 150px; height: 100px; margin: 10px;"></div>
162
+						<div data-id="box3" data-auto-animate-delay="0.2" style="background: yellow; width: 150px; height: 100px; margin: 10px;"></div>
163
+					</div>
164
+					<h2 style="margin-top: 20px;">Auto-Animate</h2>
165
+				</section>
166
+				<section data-auto-animate data-auto-animate-easing="cubic-bezier(0.770, 0.000, 0.175, 1.000)">
167
+					<div class="r-stack">
168
+						<div data-id="box1" style="background: cyan; width: 300px; height: 300px; border-radius: 200px;"></div>
169
+						<div data-id="box2" style="background: magenta; width: 200px; height: 200px; border-radius: 200px;"></div>
170
+						<div data-id="box3" style="background: yellow; width: 100px; height: 100px; border-radius: 200px;"></div>
171
+					</div>
172
+					<h2 style="margin-top: 20px;">Auto-Animate</h2>
173
+				</section>
174
+
175
+				<section>
176
+					<h2>Touch Optimized</h2>
177
+					<p>
178
+						Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
179
+					</p>
180
+				</section>
181
+
182
+				<section data-markdown>
183
+					<script type="text/template">
184
+						## Markdown Support
185
+
186
+						Write content using inline or external Markdown.
187
+						Instructions and more info available in the [docs](https://revealjs.com/markdown/).
188
+
189
+						```html []
190
+						<section data-markdown>
191
+						  ## Markdown Support
192
+
193
+						  Write content using inline or external Markdown.
194
+						  Instructions and more info available in the [docs](https://revealjs.com/markdown/).
195
+						</section>
196
+						```
197
+					</script>
198
+				</section>
199
+
200
+				<section>
201
+					<p>Add the <code>r-fit-text</code> class to auto-size text</p>
202
+					<h2 class="r-fit-text">FIT TEXT</h2>
203
+				</section>
204
+
205
+				<section>
206
+					<section id="fragments">
207
+						<h2>Fragments</h2>
208
+						<p>Hit the next arrow...</p>
209
+						<p class="fragment">... to step through ...</p>
210
+						<p><span class="fragment">... a</span> <span class="fragment">fragmented</span> <span class="fragment">slide.</span></p>
211
+
212
+						<aside class="notes">
213
+							This slide has fragments which are also stepped through in the notes window.
214
+						</aside>
215
+					</section>
216
+					<section>
217
+						<h2>Fragment Styles</h2>
218
+						<p>There's different types of fragments, like:</p>
219
+						<p class="fragment grow">grow</p>
220
+						<p class="fragment shrink">shrink</p>
221
+						<p class="fragment fade-out">fade-out</p>
222
+						<p>
223
+							<span style="display: inline-block;" class="fragment fade-right">fade-right, </span>
224
+							<span style="display: inline-block;" class="fragment fade-up">up, </span>
225
+							<span style="display: inline-block;" class="fragment fade-down">down, </span>
226
+							<span style="display: inline-block;" class="fragment fade-left">left</span>
227
+						</p>
228
+						<p class="fragment fade-in-then-out">fade-in-then-out</p>
229
+						<p class="fragment fade-in-then-semi-out">fade-in-then-semi-out</p>
230
+						<p>Highlight <span class="fragment highlight-red">red</span> <span class="fragment highlight-blue">blue</span> <span class="fragment highlight-green">green</span></p>
231
+					</section>
232
+				</section>
233
+
234
+				<section id="transitions">
235
+					<h2>Transition Styles</h2>
236
+					<p>
237
+						You can select from different transitions, like: <br>
238
+						<a href="?transition=none#/transitions">None</a> -
239
+						<a href="?transition=fade#/transitions">Fade</a> -
240
+						<a href="?transition=slide#/transitions">Slide</a> -
241
+						<a href="?transition=convex#/transitions">Convex</a> -
242
+						<a href="?transition=concave#/transitions">Concave</a> -
243
+						<a href="?transition=zoom#/transitions">Zoom</a>
244
+					</p>
245
+				</section>
246
+
247
+				<section id="themes">
248
+					<h2>Themes</h2>
249
+					<p>
250
+						reveal.js comes with a few themes built in: <br>
251
+						<!-- Hacks to swap themes after the page has loaded. Not flexible and only intended for the reveal.js demo deck. -->
252
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/black.css'); return false;">Black (default)</a> -
253
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/white.css'); return false;">White</a> -
254
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/league.css'); return false;">League</a> -
255
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/sky.css'); return false;">Sky</a> -
256
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/beige.css'); return false;">Beige</a> -
257
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/simple.css'); return false;">Simple</a> <br>
258
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/serif.css'); return false;">Serif</a> -
259
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/blood.css'); return false;">Blood</a> -
260
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/night.css'); return false;">Night</a> -
261
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/moon.css'); return false;">Moon</a> -
262
+						<a href="#/themes" onclick="document.getElementById('theme').setAttribute('href','dist/theme/solarized.css'); return false;">Solarized</a>
263
+					</p>
264
+				</section>
265
+
266
+				<section>
267
+					<section data-background="#dddddd">
268
+						<h2>Slide Backgrounds</h2>
269
+						<p>
270
+							Set <code>data-background="#dddddd"</code> on a slide to change the background color. All CSS color formats are supported.
271
+						</p>
272
+						<a href="#" class="navigate-down">
273
+							<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Down arrow">
274
+						</a>
275
+					</section>
276
+					<section data-background-gradient="linear-gradient(to bottom, #283b95, #17b2c3)">
277
+						<h2>Gradient Backgrounds</h2>
278
+						<pre><code class="hljs html wrap">&lt;section data-background-gradient=
279
+							"linear-gradient(to bottom, #ddd, #191919)"&gt;</code></pre>
280
+					</section>
281
+					<section data-background="https://static.slid.es/reveal/image-placeholder.png">
282
+						<h2>Image Backgrounds</h2>
283
+						<pre><code class="hljs html">&lt;section data-background="image.png"&gt;</code></pre>
284
+					</section>
285
+					<section data-background="https://static.slid.es/reveal/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
286
+						<h2>Tiled Backgrounds</h2>
287
+						<pre><code class="hljs html" style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
288
+					</section>
289
+					<section data-background-video="https://static.slid.es/site/homepage/v1/homepage-video-editor.mp4" data-background-color="#000000">
290
+						<div style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px;">
291
+							<h2>Video Backgrounds</h2>
292
+							<pre><code class="hljs html" style="word-wrap: break-word;">&lt;section data-background-video="video.mp4,video.webm"&gt;</code></pre>
293
+						</div>
294
+					</section>
295
+					<section data-background="http://i.giphy.com/90F8aUepslB84.gif">
296
+						<h2>... and GIFs!</h2>
297
+					</section>
298
+				</section>
299
+
300
+				<section data-transition="slide" data-background="#4d7e65" data-background-transition="zoom">
301
+					<h2>Background Transitions</h2>
302
+					<p>
303
+						Different background transitions are available via the backgroundTransition option. This one's called "zoom".
304
+					</p>
305
+					<pre><code class="hljs javascript">Reveal.configure({ backgroundTransition: 'zoom' })</code></pre>
306
+				</section>
307
+
308
+				<section data-transition="slide" data-background="#b5533c" data-background-transition="zoom">
309
+					<h2>Background Transitions</h2>
310
+					<p>
311
+						You can override background transitions per-slide.
312
+					</p>
313
+					<pre><code class="hljs html" style="word-wrap: break-word;">&lt;section data-background-transition="zoom"&gt;</code></pre>
314
+				</section>
315
+
316
+				<section data-background-iframe="https://hakim.se" data-background-interactive>
317
+					<div style="position: absolute; width: 40%; right: 0; box-shadow: 0 1px 4px rgba(0,0,0,0.5), 0 5px 25px rgba(0,0,0,0.2); background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px; font-size: 20px; text-align: left;">
318
+						<h2>Iframe Backgrounds</h2>
319
+						<p>Since reveal.js runs on the web, you can easily embed other web content. Try interacting with the page in the background.</p>
320
+					</div>
321
+				</section>
322
+
323
+				<section>
324
+					<h2>Marvelous List</h2>
325
+					<ul>
326
+						<li>No order here</li>
327
+						<li>Or here</li>
328
+						<li>Or here</li>
329
+						<li>Or here</li>
330
+					</ul>
331
+				</section>
332
+
333
+				<section>
334
+					<h2>Fantastic Ordered List</h2>
335
+					<ol>
336
+						<li>One is smaller than...</li>
337
+						<li>Two is smaller than...</li>
338
+						<li>Three!</li>
339
+					</ol>
340
+				</section>
341
+
342
+				<section>
343
+					<h2>Tabular Tables</h2>
344
+					<table>
345
+						<thead>
346
+							<tr>
347
+								<th>Item</th>
348
+								<th>Value</th>
349
+								<th>Quantity</th>
350
+							</tr>
351
+						</thead>
352
+						<tbody>
353
+							<tr>
354
+								<td>Apples</td>
355
+								<td>$1</td>
356
+								<td>7</td>
357
+							</tr>
358
+							<tr>
359
+								<td>Lemonade</td>
360
+								<td>$2</td>
361
+								<td>18</td>
362
+							</tr>
363
+							<tr>
364
+								<td>Bread</td>
365
+								<td>$3</td>
366
+								<td>2</td>
367
+							</tr>
368
+						</tbody>
369
+					</table>
370
+				</section>
371
+
372
+				<section>
373
+					<h2>Clever Quotes</h2>
374
+					<p>
375
+						These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">The nice thing about standards is that there are so many to choose from</q> and block:
376
+					</p>
377
+					<blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations">
378
+						&ldquo;For years there has been a theory that millions of monkeys typing at random on millions of typewriters would
379
+						reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.&rdquo;
380
+					</blockquote>
381
+				</section>
382
+
383
+				<section>
384
+					<h2>Intergalactic Interconnections</h2>
385
+					<p>
386
+						You can link between slides internally,
387
+						<a href="#/2/3">like this</a>.
388
+					</p>
389
+				</section>
390
+
391
+				<section>
392
+					<h2>Speaker View</h2>
393
+					<p>There's a <a href="https://revealjs.com/speaker-view/">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p>
394
+					<p>Press the <em>S</em> key to try it out.</p>
395
+
396
+					<aside class="notes">
397
+						Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
398
+					</aside>
399
+				</section>
400
+
401
+				<section>
402
+					<h2>Export to PDF</h2>
403
+					<p>Presentations can be <a href="https://revealjs.com/pdf-export/">exported to PDF</a>, here's an example:</p>
404
+					<iframe data-src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe>
405
+				</section>
406
+
407
+				<section>
408
+					<h2>Global State</h2>
409
+					<p>
410
+						Set <code>data-state="something"</code> on a slide and <code>"something"</code>
411
+						will be added as a class to the document element when the slide is open. This lets you
412
+						apply broader style changes, like switching the page background.
413
+					</p>
414
+				</section>
415
+
416
+				<section data-state="customevent">
417
+					<h2>State Events</h2>
418
+					<p>
419
+						Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name.
420
+					</p>
421
+					<pre><code class="javascript" data-trim contenteditable style="font-size: 18px;">
422
+Reveal.on( 'customevent', function() {
423
+	console.log( '"customevent" has fired' );
424
+} );
425
+					</code></pre>
426
+				</section>
427
+
428
+				<section>
429
+					<h2>Take a Moment</h2>
430
+					<p>
431
+						Press B or . on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.
432
+					</p>
433
+				</section>
434
+
435
+				<section>
436
+					<h2>Much more</h2>
437
+					<ul>
438
+						<li>Right-to-left support</li>
439
+						<li><a href="https://revealjs.com/api/">Extensive JavaScript API</a></li>
440
+						<li><a href="https://revealjs.com/auto-slide/">Auto-progression</a></li>
441
+						<li><a href="https://revealjs.com/backgrounds/#parallax-background">Parallax backgrounds</a></li>
442
+						<li><a href="https://revealjs.com/keyboard/">Custom keyboard bindings</a></li>
443
+					</ul>
444
+				</section>
445
+
446
+				<section style="text-align: left;">
447
+					<h1>THE END</h1>
448
+					<p>
449
+						- <a href="https://slides.com">Try the online editor</a> <br>
450
+						- <a href="https://github.com/hakimel/reveal.js">Source code &amp; documentation</a>
451
+					</p>
452
+				</section>
453
+
454
+			</div>
455
+
456
+		</div>
457
+
458
+		<script src="dist/reveal.js"></script>
459
+		<script src="plugin/zoom/zoom.js"></script>
460
+		<script src="plugin/notes/notes.js"></script>
461
+		<script src="plugin/search/search.js"></script>
462
+		<script src="plugin/markdown/markdown.js"></script>
463
+		<script src="plugin/highlight/highlight.js"></script>
464
+		<script>
465
+
466
+			// Also available as an ES module, see:
467
+			// https://revealjs.com/initialization/
468
+			Reveal.initialize({
469
+				controls: true,
470
+				progress: true,
471
+				center: true,
472
+				hash: true,
473
+
474
+				// Learn about plugins: https://revealjs.com/plugins/
475
+				plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ]
476
+			});
477
+
478
+		</script>
479
+
480
+	</body>
481
+</html>

+ 30
- 0
static/reveal/dist/reset.css View File

@@ -0,0 +1,30 @@
1
+/* http://meyerweb.com/eric/tools/css/reset/
2
+   v4.0 | 20180602
3
+   License: none (public domain)
4
+*/
5
+
6
+html, body, div, span, applet, object, iframe,
7
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8
+a, abbr, acronym, address, big, cite, code,
9
+del, dfn, em, img, ins, kbd, q, s, samp,
10
+small, strike, strong, sub, sup, tt, var,
11
+b, u, i, center,
12
+dl, dt, dd, ol, ul, li,
13
+fieldset, form, label, legend,
14
+table, caption, tbody, tfoot, thead, tr, th, td,
15
+article, aside, canvas, details, embed,
16
+figure, figcaption, footer, header, hgroup,
17
+main, menu, nav, output, ruby, section, summary,
18
+time, mark, audio, video {
19
+  margin: 0;
20
+  padding: 0;
21
+  border: 0;
22
+  font-size: 100%;
23
+  font: inherit;
24
+  vertical-align: baseline;
25
+}
26
+/* HTML5 display-role reset for older browsers */
27
+article, aside, details, figcaption, figure,
28
+footer, header, hgroup, main, menu, nav, section {
29
+  display: block;
30
+}

+ 8
- 0
static/reveal/dist/reveal.css
File diff suppressed because it is too large
View File


+ 9
- 0
static/reveal/dist/reveal.esm.js
File diff suppressed because it is too large
View File


+ 1
- 0
static/reveal/dist/reveal.esm.js.map
File diff suppressed because it is too large
View File


+ 9
- 0
static/reveal/dist/reveal.js
File diff suppressed because it is too large
View File


+ 1
- 0
static/reveal/dist/reveal.js.map
File diff suppressed because it is too large
View File


+ 364
- 0
static/reveal/dist/theme/beige.css View File

@@ -0,0 +1,364 @@
1
+/**
2
+ * Beige theme for reveal.js.
3
+ *
4
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
+ */
6
+@import url(./fonts/league-gothic/league-gothic.css);
7
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
8
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
9
+  color: #fff;
10
+}
11
+
12
+/*********************************************
13
+ * GLOBAL STYLES
14
+ *********************************************/
15
+:root {
16
+  --r-background-color: #f7f3de;
17
+  --r-main-font: Lato, sans-serif;
18
+  --r-main-font-size: 40px;
19
+  --r-main-color: #333;
20
+  --r-block-margin: 20px;
21
+  --r-heading-margin: 0 0 20px 0;
22
+  --r-heading-font: League Gothic, Impact, sans-serif;
23
+  --r-heading-color: #333;
24
+  --r-heading-line-height: 1.2;
25
+  --r-heading-letter-spacing: normal;
26
+  --r-heading-text-transform: uppercase;
27
+  --r-heading-text-shadow: none;
28
+  --r-heading-font-weight: normal;
29
+  --r-heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
30
+  --r-heading1-size: 3.77em;
31
+  --r-heading2-size: 2.11em;
32
+  --r-heading3-size: 1.55em;
33
+  --r-heading4-size: 1em;
34
+  --r-code-font: monospace;
35
+  --r-link-color: #8b743d;
36
+  --r-link-color-dark: #564826;
37
+  --r-link-color-hover: #c0a86e;
38
+  --r-selection-background-color: rgba(79, 64, 28, 0.99);
39
+  --r-selection-color: #fff;
40
+}
41
+
42
+.reveal-viewport {
43
+  background: #f7f2d3;
44
+  background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
45
+  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3));
46
+  background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
47
+  background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
48
+  background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
49
+  background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
50
+  background-color: var(--r-background-color);
51
+}
52
+
53
+.reveal {
54
+  font-family: var(--r-main-font);
55
+  font-size: var(--r-main-font-size);
56
+  font-weight: normal;
57
+  color: var(--r-main-color);
58
+}
59
+
60
+.reveal ::selection {
61
+  color: var(--r-selection-color);
62
+  background: var(--r-selection-background-color);
63
+  text-shadow: none;
64
+}
65
+
66
+.reveal ::-moz-selection {
67
+  color: var(--r-selection-color);
68
+  background: var(--r-selection-background-color);
69
+  text-shadow: none;
70
+}
71
+
72
+.reveal .slides section,
73
+.reveal .slides section > section {
74
+  line-height: 1.3;
75
+  font-weight: inherit;
76
+}
77
+
78
+/*********************************************
79
+ * HEADERS
80
+ *********************************************/
81
+.reveal h1,
82
+.reveal h2,
83
+.reveal h3,
84
+.reveal h4,
85
+.reveal h5,
86
+.reveal h6 {
87
+  margin: var(--r-heading-margin);
88
+  color: var(--r-heading-color);
89
+  font-family: var(--r-heading-font);
90
+  font-weight: var(--r-heading-font-weight);
91
+  line-height: var(--r-heading-line-height);
92
+  letter-spacing: var(--r-heading-letter-spacing);
93
+  text-transform: var(--r-heading-text-transform);
94
+  text-shadow: var(--r-heading-text-shadow);
95
+  word-wrap: break-word;
96
+}
97
+
98
+.reveal h1 {
99
+  font-size: var(--r-heading1-size);
100
+}
101
+
102
+.reveal h2 {
103
+  font-size: var(--r-heading2-size);
104
+}
105
+
106
+.reveal h3 {
107
+  font-size: var(--r-heading3-size);
108
+}
109
+
110
+.reveal h4 {
111
+  font-size: var(--r-heading4-size);
112
+}
113
+
114
+.reveal h1 {
115
+  text-shadow: var(--r-heading1-text-shadow);
116
+}
117
+
118
+/*********************************************
119
+ * OTHER
120
+ *********************************************/
121
+.reveal p {
122
+  margin: var(--r-block-margin) 0;
123
+  line-height: 1.3;
124
+}
125
+
126
+/* Remove trailing margins after titles */
127
+.reveal h1:last-child,
128
+.reveal h2:last-child,
129
+.reveal h3:last-child,
130
+.reveal h4:last-child,
131
+.reveal h5:last-child,
132
+.reveal h6:last-child {
133
+  margin-bottom: 0;
134
+}
135
+
136
+/* Ensure certain elements are never larger than the slide itself */
137
+.reveal img,
138
+.reveal video,
139
+.reveal iframe {
140
+  max-width: 95%;
141
+  max-height: 95%;
142
+}
143
+
144
+.reveal strong,
145
+.reveal b {
146
+  font-weight: bold;
147
+}
148
+
149
+.reveal em {
150
+  font-style: italic;
151
+}
152
+
153
+.reveal ol,
154
+.reveal dl,
155
+.reveal ul {
156
+  display: inline-block;
157
+  text-align: left;
158
+  margin: 0 0 0 1em;
159
+}
160
+
161
+.reveal ol {
162
+  list-style-type: decimal;
163
+}
164
+
165
+.reveal ul {
166
+  list-style-type: disc;
167
+}
168
+
169
+.reveal ul ul {
170
+  list-style-type: square;
171
+}
172
+
173
+.reveal ul ul ul {
174
+  list-style-type: circle;
175
+}
176
+
177
+.reveal ul ul,
178
+.reveal ul ol,
179
+.reveal ol ol,
180
+.reveal ol ul {
181
+  display: block;
182
+  margin-left: 40px;
183
+}
184
+
185
+.reveal dt {
186
+  font-weight: bold;
187
+}
188
+
189
+.reveal dd {
190
+  margin-left: 40px;
191
+}
192
+
193
+.reveal blockquote {
194
+  display: block;
195
+  position: relative;
196
+  width: 70%;
197
+  margin: var(--r-block-margin) auto;
198
+  padding: 5px;
199
+  font-style: italic;
200
+  background: rgba(255, 255, 255, 0.05);
201
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
202
+}
203
+
204
+.reveal blockquote p:first-child,
205
+.reveal blockquote p:last-child {
206
+  display: inline-block;
207
+}
208
+
209
+.reveal q {
210
+  font-style: italic;
211
+}
212
+
213
+.reveal pre {
214
+  display: block;
215
+  position: relative;
216
+  width: 90%;
217
+  margin: var(--r-block-margin) auto;
218
+  text-align: left;
219
+  font-size: 0.55em;
220
+  font-family: var(--r-code-font);
221
+  line-height: 1.2em;
222
+  word-wrap: break-word;
223
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
224
+}
225
+
226
+.reveal code {
227
+  font-family: var(--r-code-font);
228
+  text-transform: none;
229
+  tab-size: 2;
230
+}
231
+
232
+.reveal pre code {
233
+  display: block;
234
+  padding: 5px;
235
+  overflow: auto;
236
+  max-height: 400px;
237
+  word-wrap: normal;
238
+}
239
+
240
+.reveal .code-wrapper {
241
+  white-space: normal;
242
+}
243
+
244
+.reveal .code-wrapper code {
245
+  white-space: pre;
246
+}
247
+
248
+.reveal table {
249
+  margin: auto;
250
+  border-collapse: collapse;
251
+  border-spacing: 0;
252
+}
253
+
254
+.reveal table th {
255
+  font-weight: bold;
256
+}
257
+
258
+.reveal table th,
259
+.reveal table td {
260
+  text-align: left;
261
+  padding: 0.2em 0.5em 0.2em 0.5em;
262
+  border-bottom: 1px solid;
263
+}
264
+
265
+.reveal table th[align=center],
266
+.reveal table td[align=center] {
267
+  text-align: center;
268
+}
269
+
270
+.reveal table th[align=right],
271
+.reveal table td[align=right] {
272
+  text-align: right;
273
+}
274
+
275
+.reveal table tbody tr:last-child th,
276
+.reveal table tbody tr:last-child td {
277
+  border-bottom: none;
278
+}
279
+
280
+.reveal sup {
281
+  vertical-align: super;
282
+  font-size: smaller;
283
+}
284
+
285
+.reveal sub {
286
+  vertical-align: sub;
287
+  font-size: smaller;
288
+}
289
+
290
+.reveal small {
291
+  display: inline-block;
292
+  font-size: 0.6em;
293
+  line-height: 1.2em;
294
+  vertical-align: top;
295
+}
296
+
297
+.reveal small * {
298
+  vertical-align: top;
299
+}
300
+
301
+.reveal img {
302
+  margin: var(--r-block-margin) 0;
303
+}
304
+
305
+/*********************************************
306
+ * LINKS
307
+ *********************************************/
308
+.reveal a {
309
+  color: var(--r-link-color);
310
+  text-decoration: none;
311
+  transition: color 0.15s ease;
312
+}
313
+
314
+.reveal a:hover {
315
+  color: var(--r-link-color-hover);
316
+  text-shadow: none;
317
+  border: none;
318
+}
319
+
320
+.reveal .roll span:after {
321
+  color: #fff;
322
+  background: var(--r-link-color-dark);
323
+}
324
+
325
+/*********************************************
326
+ * Frame helper
327
+ *********************************************/
328
+.reveal .r-frame {
329
+  border: 4px solid var(--r-main-color);
330
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
331
+}
332
+
333
+.reveal a .r-frame {
334
+  transition: all 0.15s linear;
335
+}
336
+
337
+.reveal a:hover .r-frame {
338
+  border-color: var(--r-link-color);
339
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
340
+}
341
+
342
+/*********************************************
343
+ * NAVIGATION CONTROLS
344
+ *********************************************/
345
+.reveal .controls {
346
+  color: var(--r-link-color);
347
+}
348
+
349
+/*********************************************
350
+ * PROGRESS BAR
351
+ *********************************************/
352
+.reveal .progress {
353
+  background: rgba(0, 0, 0, 0.2);
354
+  color: var(--r-link-color);
355
+}
356
+
357
+/*********************************************
358
+ * PRINT BACKGROUND
359
+ *********************************************/
360
+@media print {
361
+  .backgrounds {
362
+    background-color: var(--r-background-color);
363
+  }
364
+}

+ 360
- 0
static/reveal/dist/theme/black-contrast.css View File

@@ -0,0 +1,360 @@
1
+/**
2
+ * Black compact & high contrast reveal.js theme, with headers not in capitals.
3
+ *
4
+ * By Peter Kehl. Based on black.(s)css by Hakim El Hattab, http://hakim.se
5
+ *
6
+ * - Keep the source similar to black.css - for easy comparison.
7
+ * - $mainFontSize controls code blocks, too (although under some ratio).
8
+ */
9
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
10
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
11
+  color: #000;
12
+}
13
+
14
+/*********************************************
15
+ * GLOBAL STYLES
16
+ *********************************************/
17
+:root {
18
+  --r-background-color: #000000;
19
+  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
20
+  --r-main-font-size: 42px;
21
+  --r-main-color: #fff;
22
+  --r-block-margin: 20px;
23
+  --r-heading-margin: 0 0 20px 0;
24
+  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
25
+  --r-heading-color: #fff;
26
+  --r-heading-line-height: 1.2;
27
+  --r-heading-letter-spacing: normal;
28
+  --r-heading-text-transform: uppercase;
29
+  --r-heading-text-shadow: none;
30
+  --r-heading-font-weight: 600;
31
+  --r-heading1-text-shadow: none;
32
+  --r-heading1-size: 2.5em;
33
+  --r-heading2-size: 1.6em;
34
+  --r-heading3-size: 1.3em;
35
+  --r-heading4-size: 1em;
36
+  --r-code-font: monospace;
37
+  --r-link-color: #42affa;
38
+  --r-link-color-dark: #068de9;
39
+  --r-link-color-hover: #8dcffc;
40
+  --r-selection-background-color: #bee4fd;
41
+  --r-selection-color: #fff;
42
+}
43
+
44
+.reveal-viewport {
45
+  background: #000000;
46
+  background-color: var(--r-background-color);
47
+}
48
+
49
+.reveal {
50
+  font-family: var(--r-main-font);
51
+  font-size: var(--r-main-font-size);
52
+  font-weight: normal;
53
+  color: var(--r-main-color);
54
+}
55
+
56
+.reveal ::selection {
57
+  color: var(--r-selection-color);
58
+  background: var(--r-selection-background-color);
59
+  text-shadow: none;
60
+}
61
+
62
+.reveal ::-moz-selection {
63
+  color: var(--r-selection-color);
64
+  background: var(--r-selection-background-color);
65
+  text-shadow: none;
66
+}
67
+
68
+.reveal .slides section,
69
+.reveal .slides section > section {
70
+  line-height: 1.3;
71
+  font-weight: inherit;
72
+}
73
+
74
+/*********************************************
75
+ * HEADERS
76
+ *********************************************/
77
+.reveal h1,
78
+.reveal h2,
79
+.reveal h3,
80
+.reveal h4,
81
+.reveal h5,
82
+.reveal h6 {
83
+  margin: var(--r-heading-margin);
84
+  color: var(--r-heading-color);
85
+  font-family: var(--r-heading-font);
86
+  font-weight: var(--r-heading-font-weight);
87
+  line-height: var(--r-heading-line-height);
88
+  letter-spacing: var(--r-heading-letter-spacing);
89
+  text-transform: var(--r-heading-text-transform);
90
+  text-shadow: var(--r-heading-text-shadow);
91
+  word-wrap: break-word;
92
+}
93
+
94
+.reveal h1 {
95
+  font-size: var(--r-heading1-size);
96
+}
97
+
98
+.reveal h2 {
99
+  font-size: var(--r-heading2-size);
100
+}
101
+
102
+.reveal h3 {
103
+  font-size: var(--r-heading3-size);
104
+}
105
+
106
+.reveal h4 {
107
+  font-size: var(--r-heading4-size);
108
+}
109
+
110
+.reveal h1 {
111
+  text-shadow: var(--r-heading1-text-shadow);
112
+}
113
+
114
+/*********************************************
115
+ * OTHER
116
+ *********************************************/
117
+.reveal p {
118
+  margin: var(--r-block-margin) 0;
119
+  line-height: 1.3;
120
+}
121
+
122
+/* Remove trailing margins after titles */
123
+.reveal h1:last-child,
124
+.reveal h2:last-child,
125
+.reveal h3:last-child,
126
+.reveal h4:last-child,
127
+.reveal h5:last-child,
128
+.reveal h6:last-child {
129
+  margin-bottom: 0;
130
+}
131
+
132
+/* Ensure certain elements are never larger than the slide itself */
133
+.reveal img,
134
+.reveal video,
135
+.reveal iframe {
136
+  max-width: 95%;
137
+  max-height: 95%;
138
+}
139
+
140
+.reveal strong,
141
+.reveal b {
142
+  font-weight: bold;
143
+}
144
+
145
+.reveal em {
146
+  font-style: italic;
147
+}
148
+
149
+.reveal ol,
150
+.reveal dl,
151
+.reveal ul {
152
+  display: inline-block;
153
+  text-align: left;
154
+  margin: 0 0 0 1em;
155
+}
156
+
157
+.reveal ol {
158
+  list-style-type: decimal;
159
+}
160
+
161
+.reveal ul {
162
+  list-style-type: disc;
163
+}
164
+
165
+.reveal ul ul {
166
+  list-style-type: square;
167
+}
168
+
169
+.reveal ul ul ul {
170
+  list-style-type: circle;
171
+}
172
+
173
+.reveal ul ul,
174
+.reveal ul ol,
175
+.reveal ol ol,
176
+.reveal ol ul {
177
+  display: block;
178
+  margin-left: 40px;
179
+}
180
+
181
+.reveal dt {
182
+  font-weight: bold;
183
+}
184
+
185
+.reveal dd {
186
+  margin-left: 40px;
187
+}
188
+
189
+.reveal blockquote {
190
+  display: block;
191
+  position: relative;
192
+  width: 70%;
193
+  margin: var(--r-block-margin) auto;
194
+  padding: 5px;
195
+  font-style: italic;
196
+  background: rgba(255, 255, 255, 0.05);
197
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
198
+}
199
+
200
+.reveal blockquote p:first-child,
201
+.reveal blockquote p:last-child {
202
+  display: inline-block;
203
+}
204
+
205
+.reveal q {
206
+  font-style: italic;
207
+}
208
+
209
+.reveal pre {
210
+  display: block;
211
+  position: relative;
212
+  width: 90%;
213
+  margin: var(--r-block-margin) auto;
214
+  text-align: left;
215
+  font-size: 0.55em;
216
+  font-family: var(--r-code-font);
217
+  line-height: 1.2em;
218
+  word-wrap: break-word;
219
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
220
+}
221
+
222
+.reveal code {
223
+  font-family: var(--r-code-font);
224
+  text-transform: none;
225
+  tab-size: 2;
226
+}
227
+
228
+.reveal pre code {
229
+  display: block;
230
+  padding: 5px;
231
+  overflow: auto;
232
+  max-height: 400px;
233
+  word-wrap: normal;
234
+}
235
+
236
+.reveal .code-wrapper {
237
+  white-space: normal;
238
+}
239
+
240
+.reveal .code-wrapper code {
241
+  white-space: pre;
242
+}
243
+
244
+.reveal table {
245
+  margin: auto;
246
+  border-collapse: collapse;
247
+  border-spacing: 0;
248
+}
249
+
250
+.reveal table th {
251
+  font-weight: bold;
252
+}
253
+
254
+.reveal table th,
255
+.reveal table td {
256
+  text-align: left;
257
+  padding: 0.2em 0.5em 0.2em 0.5em;
258
+  border-bottom: 1px solid;
259
+}
260
+
261
+.reveal table th[align=center],
262
+.reveal table td[align=center] {
263
+  text-align: center;
264
+}
265
+
266
+.reveal table th[align=right],
267
+.reveal table td[align=right] {
268
+  text-align: right;
269
+}
270
+
271
+.reveal table tbody tr:last-child th,
272
+.reveal table tbody tr:last-child td {
273
+  border-bottom: none;
274
+}
275
+
276
+.reveal sup {
277
+  vertical-align: super;
278
+  font-size: smaller;
279
+}
280
+
281
+.reveal sub {
282
+  vertical-align: sub;
283
+  font-size: smaller;
284
+}
285
+
286
+.reveal small {
287
+  display: inline-block;
288
+  font-size: 0.6em;
289
+  line-height: 1.2em;
290
+  vertical-align: top;
291
+}
292
+
293
+.reveal small * {
294
+  vertical-align: top;
295
+}
296
+
297
+.reveal img {
298
+  margin: var(--r-block-margin) 0;
299
+}
300
+
301
+/*********************************************
302
+ * LINKS
303
+ *********************************************/
304
+.reveal a {
305
+  color: var(--r-link-color);
306
+  text-decoration: none;
307
+  transition: color 0.15s ease;
308
+}
309
+
310
+.reveal a:hover {
311
+  color: var(--r-link-color-hover);
312
+  text-shadow: none;
313
+  border: none;
314
+}
315
+
316
+.reveal .roll span:after {
317
+  color: #fff;
318
+  background: var(--r-link-color-dark);
319
+}
320
+
321
+/*********************************************
322
+ * Frame helper
323
+ *********************************************/
324
+.reveal .r-frame {
325
+  border: 4px solid var(--r-main-color);
326
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
327
+}
328
+
329
+.reveal a .r-frame {
330
+  transition: all 0.15s linear;
331
+}
332
+
333
+.reveal a:hover .r-frame {
334
+  border-color: var(--r-link-color);
335
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
336
+}
337
+
338
+/*********************************************
339
+ * NAVIGATION CONTROLS
340
+ *********************************************/
341
+.reveal .controls {
342
+  color: var(--r-link-color);
343
+}
344
+
345
+/*********************************************
346
+ * PROGRESS BAR
347
+ *********************************************/
348
+.reveal .progress {
349
+  background: rgba(0, 0, 0, 0.2);
350
+  color: var(--r-link-color);
351
+}
352
+
353
+/*********************************************
354
+ * PRINT BACKGROUND
355
+ *********************************************/
356
+@media print {
357
+  .backgrounds {
358
+    background-color: var(--r-background-color);
359
+  }
360
+}

+ 357
- 0
static/reveal/dist/theme/black.css View File

@@ -0,0 +1,357 @@
1
+/**
2
+ * Black theme for reveal.js. This is the opposite of the 'white' theme.
3
+ *
4
+ * By Hakim El Hattab, http://hakim.se
5
+ */
6
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
7
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
8
+  color: #222;
9
+}
10
+
11
+/*********************************************
12
+ * GLOBAL STYLES
13
+ *********************************************/
14
+:root {
15
+  --r-background-color: #191919;
16
+  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
17
+  --r-main-font-size: 42px;
18
+  --r-main-color: #fff;
19
+  --r-block-margin: 20px;
20
+  --r-heading-margin: 0 0 20px 0;
21
+  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
22
+  --r-heading-color: #fff;
23
+  --r-heading-line-height: 1.2;
24
+  --r-heading-letter-spacing: normal;
25
+  --r-heading-text-transform: uppercase;
26
+  --r-heading-text-shadow: none;
27
+  --r-heading-font-weight: 600;
28
+  --r-heading1-text-shadow: none;
29
+  --r-heading1-size: 2.5em;
30
+  --r-heading2-size: 1.6em;
31
+  --r-heading3-size: 1.3em;
32
+  --r-heading4-size: 1em;
33
+  --r-code-font: monospace;
34
+  --r-link-color: #42affa;
35
+  --r-link-color-dark: #068de9;
36
+  --r-link-color-hover: #8dcffc;
37
+  --r-selection-background-color: rgba(66, 175, 250, 0.75);
38
+  --r-selection-color: #fff;
39
+}
40
+
41
+.reveal-viewport {
42
+  background: #191919;
43
+  background-color: var(--r-background-color);
44
+}
45
+
46
+.reveal {
47
+  font-family: var(--r-main-font);
48
+  font-size: var(--r-main-font-size);
49
+  font-weight: normal;
50
+  color: var(--r-main-color);
51
+}
52
+
53
+.reveal ::selection {
54
+  color: var(--r-selection-color);
55
+  background: var(--r-selection-background-color);
56
+  text-shadow: none;
57
+}
58
+
59
+.reveal ::-moz-selection {
60
+  color: var(--r-selection-color);
61
+  background: var(--r-selection-background-color);
62
+  text-shadow: none;
63
+}
64
+
65
+.reveal .slides section,
66
+.reveal .slides section > section {
67
+  line-height: 1.3;
68
+  font-weight: inherit;
69
+}
70
+
71
+/*********************************************
72
+ * HEADERS
73
+ *********************************************/
74
+.reveal h1,
75
+.reveal h2,
76
+.reveal h3,
77
+.reveal h4,
78
+.reveal h5,
79
+.reveal h6 {
80
+  margin: var(--r-heading-margin);
81
+  color: var(--r-heading-color);
82
+  font-family: var(--r-heading-font);
83
+  font-weight: var(--r-heading-font-weight);
84
+  line-height: var(--r-heading-line-height);
85
+  letter-spacing: var(--r-heading-letter-spacing);
86
+  text-transform: var(--r-heading-text-transform);
87
+  text-shadow: var(--r-heading-text-shadow);
88
+  word-wrap: break-word;
89
+}
90
+
91
+.reveal h1 {
92
+  font-size: var(--r-heading1-size);
93
+}
94
+
95
+.reveal h2 {
96
+  font-size: var(--r-heading2-size);
97
+}
98
+
99
+.reveal h3 {
100
+  font-size: var(--r-heading3-size);
101
+}
102
+
103
+.reveal h4 {
104
+  font-size: var(--r-heading4-size);
105
+}
106
+
107
+.reveal h1 {
108
+  text-shadow: var(--r-heading1-text-shadow);
109
+}
110
+
111
+/*********************************************
112
+ * OTHER
113
+ *********************************************/
114
+.reveal p {
115
+  margin: var(--r-block-margin) 0;
116
+  line-height: 1.3;
117
+}
118
+
119
+/* Remove trailing margins after titles */
120
+.reveal h1:last-child,
121
+.reveal h2:last-child,
122
+.reveal h3:last-child,
123
+.reveal h4:last-child,
124
+.reveal h5:last-child,
125
+.reveal h6:last-child {
126
+  margin-bottom: 0;
127
+}
128
+
129
+/* Ensure certain elements are never larger than the slide itself */
130
+.reveal img,
131
+.reveal video,
132
+.reveal iframe {
133
+  max-width: 95%;
134
+  max-height: 95%;
135
+}
136
+
137
+.reveal strong,
138
+.reveal b {
139
+  font-weight: bold;
140
+}
141
+
142
+.reveal em {
143
+  font-style: italic;
144
+}
145
+
146
+.reveal ol,
147
+.reveal dl,
148
+.reveal ul {
149
+  display: inline-block;
150
+  text-align: left;
151
+  margin: 0 0 0 1em;
152
+}
153
+
154
+.reveal ol {
155
+  list-style-type: decimal;
156
+}
157
+
158
+.reveal ul {
159
+  list-style-type: disc;
160
+}
161
+
162
+.reveal ul ul {
163
+  list-style-type: square;
164
+}
165
+
166
+.reveal ul ul ul {
167
+  list-style-type: circle;
168
+}
169
+
170
+.reveal ul ul,
171
+.reveal ul ol,
172
+.reveal ol ol,
173
+.reveal ol ul {
174
+  display: block;
175
+  margin-left: 40px;
176
+}
177
+
178
+.reveal dt {
179
+  font-weight: bold;
180
+}
181
+
182
+.reveal dd {
183
+  margin-left: 40px;
184
+}
185
+
186
+.reveal blockquote {
187
+  display: block;
188
+  position: relative;
189
+  width: 70%;
190
+  margin: var(--r-block-margin) auto;
191
+  padding: 5px;
192
+  font-style: italic;
193
+  background: rgba(255, 255, 255, 0.05);
194
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
195
+}
196
+
197
+.reveal blockquote p:first-child,
198
+.reveal blockquote p:last-child {
199
+  display: inline-block;
200
+}
201
+
202
+.reveal q {
203
+  font-style: italic;
204
+}
205
+
206
+.reveal pre {
207
+  display: block;
208
+  position: relative;
209
+  width: 90%;
210
+  margin: var(--r-block-margin) auto;
211
+  text-align: left;
212
+  font-size: 0.55em;
213
+  font-family: var(--r-code-font);
214
+  line-height: 1.2em;
215
+  word-wrap: break-word;
216
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
217
+}
218
+
219
+.reveal code {
220
+  font-family: var(--r-code-font);
221
+  text-transform: none;
222
+  tab-size: 2;
223
+}
224
+
225
+.reveal pre code {
226
+  display: block;
227
+  padding: 5px;
228
+  overflow: auto;
229
+  max-height: 400px;
230
+  word-wrap: normal;
231
+}
232
+
233
+.reveal .code-wrapper {
234
+  white-space: normal;
235
+}
236
+
237
+.reveal .code-wrapper code {
238
+  white-space: pre;
239
+}
240
+
241
+.reveal table {
242
+  margin: auto;
243
+  border-collapse: collapse;
244
+  border-spacing: 0;
245
+}
246
+
247
+.reveal table th {
248
+  font-weight: bold;
249
+}
250
+
251
+.reveal table th,
252
+.reveal table td {
253
+  text-align: left;
254
+  padding: 0.2em 0.5em 0.2em 0.5em;
255
+  border-bottom: 1px solid;
256
+}
257
+
258
+.reveal table th[align=center],
259
+.reveal table td[align=center] {
260
+  text-align: center;
261
+}
262
+
263
+.reveal table th[align=right],
264
+.reveal table td[align=right] {
265
+  text-align: right;
266
+}
267
+
268
+.reveal table tbody tr:last-child th,
269
+.reveal table tbody tr:last-child td {
270
+  border-bottom: none;
271
+}
272
+
273
+.reveal sup {
274
+  vertical-align: super;
275
+  font-size: smaller;
276
+}
277
+
278
+.reveal sub {
279
+  vertical-align: sub;
280
+  font-size: smaller;
281
+}
282
+
283
+.reveal small {
284
+  display: inline-block;
285
+  font-size: 0.6em;
286
+  line-height: 1.2em;
287
+  vertical-align: top;
288
+}
289
+
290
+.reveal small * {
291
+  vertical-align: top;
292
+}
293
+
294
+.reveal img {
295
+  margin: var(--r-block-margin) 0;
296
+}
297
+
298
+/*********************************************
299
+ * LINKS
300
+ *********************************************/
301
+.reveal a {
302
+  color: var(--r-link-color);
303
+  text-decoration: none;
304
+  transition: color 0.15s ease;
305
+}
306
+
307
+.reveal a:hover {
308
+  color: var(--r-link-color-hover);
309
+  text-shadow: none;
310
+  border: none;
311
+}
312
+
313
+.reveal .roll span:after {
314
+  color: #fff;
315
+  background: var(--r-link-color-dark);
316
+}
317
+
318
+/*********************************************
319
+ * Frame helper
320
+ *********************************************/
321
+.reveal .r-frame {
322
+  border: 4px solid var(--r-main-color);
323
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
324
+}
325
+
326
+.reveal a .r-frame {
327
+  transition: all 0.15s linear;
328
+}
329
+
330
+.reveal a:hover .r-frame {
331
+  border-color: var(--r-link-color);
332
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
333
+}
334
+
335
+/*********************************************
336
+ * NAVIGATION CONTROLS
337
+ *********************************************/
338
+.reveal .controls {
339
+  color: var(--r-link-color);
340
+}
341
+
342
+/*********************************************
343
+ * PROGRESS BAR
344
+ *********************************************/
345
+.reveal .progress {
346
+  background: rgba(0, 0, 0, 0.2);
347
+  color: var(--r-link-color);
348
+}
349
+
350
+/*********************************************
351
+ * PRINT BACKGROUND
352
+ *********************************************/
353
+@media print {
354
+  .backgrounds {
355
+    background-color: var(--r-background-color);
356
+  }
357
+}

+ 390
- 0
static/reveal/dist/theme/blood.css View File

@@ -0,0 +1,390 @@
1
+/**
2
+ * Blood theme for reveal.js
3
+ * Author: Walther http://github.com/Walther
4
+ *
5
+ * Designed to be used with highlight.js theme
6
+ * "monokai_sublime.css" available from
7
+ * https://github.com/isagalaev/highlight.js/
8
+ *
9
+ * For other themes, change $codeBackground accordingly.
10
+ *
11
+ */
12
+@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic,700italic);
13
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
14
+  color: #222;
15
+}
16
+
17
+/*********************************************
18
+ * GLOBAL STYLES
19
+ *********************************************/
20
+:root {
21
+  --r-background-color: #222;
22
+  --r-main-font: Ubuntu, sans-serif;
23
+  --r-main-font-size: 40px;
24
+  --r-main-color: #eee;
25
+  --r-block-margin: 20px;
26
+  --r-heading-margin: 0 0 20px 0;
27
+  --r-heading-font: Ubuntu, sans-serif;
28
+  --r-heading-color: #eee;
29
+  --r-heading-line-height: 1.2;
30
+  --r-heading-letter-spacing: normal;
31
+  --r-heading-text-transform: uppercase;
32
+  --r-heading-text-shadow: 2px 2px 2px #222;
33
+  --r-heading-font-weight: normal;
34
+  --r-heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
35
+  --r-heading1-size: 3.77em;
36
+  --r-heading2-size: 2.11em;
37
+  --r-heading3-size: 1.55em;
38
+  --r-heading4-size: 1em;
39
+  --r-code-font: monospace;
40
+  --r-link-color: #a23;
41
+  --r-link-color-dark: #6a1520;
42
+  --r-link-color-hover: #dd5566;
43
+  --r-selection-background-color: #a23;
44
+  --r-selection-color: #fff;
45
+}
46
+
47
+.reveal-viewport {
48
+  background: #222;
49
+  background-color: var(--r-background-color);
50
+}
51
+
52
+.reveal {
53
+  font-family: var(--r-main-font);
54
+  font-size: var(--r-main-font-size);
55
+  font-weight: normal;
56
+  color: var(--r-main-color);
57
+}
58
+
59
+.reveal ::selection {
60
+  color: var(--r-selection-color);
61
+  background: var(--r-selection-background-color);
62
+  text-shadow: none;
63
+}
64
+
65
+.reveal ::-moz-selection {
66
+  color: var(--r-selection-color);
67
+  background: var(--r-selection-background-color);
68
+  text-shadow: none;
69
+}
70
+
71
+.reveal .slides section,
72
+.reveal .slides section > section {
73
+  line-height: 1.3;
74
+  font-weight: inherit;
75
+}
76
+
77
+/*********************************************
78
+ * HEADERS
79
+ *********************************************/
80
+.reveal h1,
81
+.reveal h2,
82
+.reveal h3,
83
+.reveal h4,
84
+.reveal h5,
85
+.reveal h6 {
86
+  margin: var(--r-heading-margin);
87
+  color: var(--r-heading-color);
88
+  font-family: var(--r-heading-font);
89
+  font-weight: var(--r-heading-font-weight);
90
+  line-height: var(--r-heading-line-height);
91
+  letter-spacing: var(--r-heading-letter-spacing);
92
+  text-transform: var(--r-heading-text-transform);
93
+  text-shadow: var(--r-heading-text-shadow);
94
+  word-wrap: break-word;
95
+}
96
+
97
+.reveal h1 {
98
+  font-size: var(--r-heading1-size);
99
+}
100
+
101
+.reveal h2 {
102
+  font-size: var(--r-heading2-size);
103
+}
104
+
105
+.reveal h3 {
106
+  font-size: var(--r-heading3-size);
107
+}
108
+
109
+.reveal h4 {
110
+  font-size: var(--r-heading4-size);
111
+}
112
+
113
+.reveal h1 {
114
+  text-shadow: var(--r-heading1-text-shadow);
115
+}
116
+
117
+/*********************************************
118
+ * OTHER
119
+ *********************************************/
120
+.reveal p {
121
+  margin: var(--r-block-margin) 0;
122
+  line-height: 1.3;
123
+}
124
+
125
+/* Remove trailing margins after titles */
126
+.reveal h1:last-child,
127
+.reveal h2:last-child,
128
+.reveal h3:last-child,
129
+.reveal h4:last-child,
130
+.reveal h5:last-child,
131
+.reveal h6:last-child {
132
+  margin-bottom: 0;
133
+}
134
+
135
+/* Ensure certain elements are never larger than the slide itself */
136
+.reveal img,
137
+.reveal video,
138
+.reveal iframe {
139
+  max-width: 95%;
140
+  max-height: 95%;
141
+}
142
+
143
+.reveal strong,
144
+.reveal b {
145
+  font-weight: bold;
146
+}
147
+
148
+.reveal em {
149
+  font-style: italic;
150
+}
151
+
152
+.reveal ol,
153
+.reveal dl,
154
+.reveal ul {
155
+  display: inline-block;
156
+  text-align: left;
157
+  margin: 0 0 0 1em;
158
+}
159
+
160
+.reveal ol {
161
+  list-style-type: decimal;
162
+}
163
+
164
+.reveal ul {
165
+  list-style-type: disc;
166
+}
167
+
168
+.reveal ul ul {
169
+  list-style-type: square;
170
+}
171
+
172
+.reveal ul ul ul {
173
+  list-style-type: circle;
174
+}
175
+
176
+.reveal ul ul,
177
+.reveal ul ol,
178
+.reveal ol ol,
179
+.reveal ol ul {
180
+  display: block;
181
+  margin-left: 40px;
182
+}
183
+
184
+.reveal dt {
185
+  font-weight: bold;
186
+}
187
+
188
+.reveal dd {
189
+  margin-left: 40px;
190
+}
191
+
192
+.reveal blockquote {
193
+  display: block;
194
+  position: relative;
195
+  width: 70%;
196
+  margin: var(--r-block-margin) auto;
197
+  padding: 5px;
198
+  font-style: italic;
199
+  background: rgba(255, 255, 255, 0.05);
200
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
201
+}
202
+
203
+.reveal blockquote p:first-child,
204
+.reveal blockquote p:last-child {
205
+  display: inline-block;
206
+}
207
+
208
+.reveal q {
209
+  font-style: italic;
210
+}
211
+
212
+.reveal pre {
213
+  display: block;
214
+  position: relative;
215
+  width: 90%;
216
+  margin: var(--r-block-margin) auto;
217
+  text-align: left;
218
+  font-size: 0.55em;
219
+  font-family: var(--r-code-font);
220
+  line-height: 1.2em;
221
+  word-wrap: break-word;
222
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
223
+}
224
+
225
+.reveal code {
226
+  font-family: var(--r-code-font);
227
+  text-transform: none;
228
+  tab-size: 2;
229
+}
230
+
231
+.reveal pre code {
232
+  display: block;
233
+  padding: 5px;
234
+  overflow: auto;
235
+  max-height: 400px;
236
+  word-wrap: normal;
237
+}
238
+
239
+.reveal .code-wrapper {
240
+  white-space: normal;
241
+}
242
+
243
+.reveal .code-wrapper code {
244
+  white-space: pre;
245
+}
246
+
247
+.reveal table {
248
+  margin: auto;
249
+  border-collapse: collapse;
250
+  border-spacing: 0;
251
+}
252
+
253
+.reveal table th {
254
+  font-weight: bold;
255
+}
256
+
257
+.reveal table th,
258
+.reveal table td {
259
+  text-align: left;
260
+  padding: 0.2em 0.5em 0.2em 0.5em;
261
+  border-bottom: 1px solid;
262
+}
263
+
264
+.reveal table th[align=center],
265
+.reveal table td[align=center] {
266
+  text-align: center;
267
+}
268
+
269
+.reveal table th[align=right],
270
+.reveal table td[align=right] {
271
+  text-align: right;
272
+}
273
+
274
+.reveal table tbody tr:last-child th,
275
+.reveal table tbody tr:last-child td {
276
+  border-bottom: none;
277
+}
278
+
279
+.reveal sup {
280
+  vertical-align: super;
281
+  font-size: smaller;
282
+}
283
+
284
+.reveal sub {
285
+  vertical-align: sub;
286
+  font-size: smaller;
287
+}
288
+
289
+.reveal small {
290
+  display: inline-block;
291
+  font-size: 0.6em;
292
+  line-height: 1.2em;
293
+  vertical-align: top;
294
+}
295
+
296
+.reveal small * {
297
+  vertical-align: top;
298
+}
299
+
300
+.reveal img {
301
+  margin: var(--r-block-margin) 0;
302
+}
303
+
304
+/*********************************************
305
+ * LINKS
306
+ *********************************************/
307
+.reveal a {
308
+  color: var(--r-link-color);
309
+  text-decoration: none;
310
+  transition: color 0.15s ease;
311
+}
312
+
313
+.reveal a:hover {
314
+  color: var(--r-link-color-hover);
315
+  text-shadow: none;
316
+  border: none;
317
+}
318
+
319
+.reveal .roll span:after {
320
+  color: #fff;
321
+  background: var(--r-link-color-dark);
322
+}
323
+
324
+/*********************************************
325
+ * Frame helper
326
+ *********************************************/
327
+.reveal .r-frame {
328
+  border: 4px solid var(--r-main-color);
329
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
330
+}
331
+
332
+.reveal a .r-frame {
333
+  transition: all 0.15s linear;
334
+}
335
+
336
+.reveal a:hover .r-frame {
337
+  border-color: var(--r-link-color);
338
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
339
+}
340
+
341
+/*********************************************
342
+ * NAVIGATION CONTROLS
343
+ *********************************************/
344
+.reveal .controls {
345
+  color: var(--r-link-color);
346
+}
347
+
348
+/*********************************************
349
+ * PROGRESS BAR
350
+ *********************************************/
351
+.reveal .progress {
352
+  background: rgba(0, 0, 0, 0.2);
353
+  color: var(--r-link-color);
354
+}
355
+
356
+/*********************************************
357
+ * PRINT BACKGROUND
358
+ *********************************************/
359
+@media print {
360
+  .backgrounds {
361
+    background-color: var(--r-background-color);
362
+  }
363
+}
364
+.reveal p {
365
+  font-weight: 300;
366
+  text-shadow: 1px 1px #222;
367
+}
368
+
369
+section.has-light-background p, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4 {
370
+  text-shadow: none;
371
+}
372
+
373
+.reveal h1,
374
+.reveal h2,
375
+.reveal h3,
376
+.reveal h4,
377
+.reveal h5,
378
+.reveal h6 {
379
+  font-weight: 700;
380
+}
381
+
382
+.reveal p code {
383
+  background-color: #23241f;
384
+  display: inline-block;
385
+  border-radius: 7px;
386
+}
387
+
388
+.reveal small code {
389
+  vertical-align: baseline;
390
+}

+ 383
- 0
static/reveal/dist/theme/dracula.css View File

@@ -0,0 +1,383 @@
1
+/**
2
+ * Dracula Dark theme for reveal.js.
3
+ * Based on https://draculatheme.com
4
+ */
5
+/**
6
+ * Dracula colors by Zeno Rocha
7
+ * https://draculatheme.com/contribute
8
+ */
9
+html * {
10
+  color-profile: sRGB;
11
+  rendering-intent: auto;
12
+}
13
+
14
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
15
+  color: #282A36;
16
+}
17
+
18
+/*********************************************
19
+ * GLOBAL STYLES
20
+ *********************************************/
21
+:root {
22
+  --r-background-color: #282A36;
23
+  --r-main-font: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
24
+  --r-main-font-size: 40px;
25
+  --r-main-color: #F8F8F2;
26
+  --r-block-margin: 20px;
27
+  --r-heading-margin: 0 0 20px 0;
28
+  --r-heading-font: League Gothic, Impact, sans-serif;
29
+  --r-heading-color: #BD93F9;
30
+  --r-heading-line-height: 1.2;
31
+  --r-heading-letter-spacing: normal;
32
+  --r-heading-text-transform: none;
33
+  --r-heading-text-shadow: none;
34
+  --r-heading-font-weight: normal;
35
+  --r-heading1-text-shadow: none;
36
+  --r-heading1-size: 3.77em;
37
+  --r-heading2-size: 2.11em;
38
+  --r-heading3-size: 1.55em;
39
+  --r-heading4-size: 1em;
40
+  --r-code-font: Fira Code, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
41
+  --r-link-color: #FF79C6;
42
+  --r-link-color-dark: #ff2da5;
43
+  --r-link-color-hover: #8BE9FD;
44
+  --r-selection-background-color: #44475A;
45
+  --r-selection-color: #fff;
46
+}
47
+
48
+.reveal-viewport {
49
+  background: #282A36;
50
+  background-color: var(--r-background-color);
51
+}
52
+
53
+.reveal {
54
+  font-family: var(--r-main-font);
55
+  font-size: var(--r-main-font-size);
56
+  font-weight: normal;
57
+  color: var(--r-main-color);
58
+}
59
+
60
+.reveal ::selection {
61
+  color: var(--r-selection-color);
62
+  background: var(--r-selection-background-color);
63
+  text-shadow: none;
64
+}
65
+
66
+.reveal ::-moz-selection {
67
+  color: var(--r-selection-color);
68
+  background: var(--r-selection-background-color);
69
+  text-shadow: none;
70
+}
71
+
72
+.reveal .slides section,
73
+.reveal .slides section > section {
74
+  line-height: 1.3;
75
+  font-weight: inherit;
76
+}
77
+
78
+/*********************************************
79
+ * HEADERS
80
+ *********************************************/
81
+.reveal h1,
82
+.reveal h2,
83
+.reveal h3,
84
+.reveal h4,
85
+.reveal h5,
86
+.reveal h6 {
87
+  margin: var(--r-heading-margin);
88
+  color: var(--r-heading-color);
89
+  font-family: var(--r-heading-font);
90
+  font-weight: var(--r-heading-font-weight);
91
+  line-height: var(--r-heading-line-height);
92
+  letter-spacing: var(--r-heading-letter-spacing);
93
+  text-transform: var(--r-heading-text-transform);
94
+  text-shadow: var(--r-heading-text-shadow);
95
+  word-wrap: break-word;
96
+}
97
+
98
+.reveal h1 {
99
+  font-size: var(--r-heading1-size);
100
+}
101
+
102
+.reveal h2 {
103
+  font-size: var(--r-heading2-size);
104
+}
105
+
106
+.reveal h3 {
107
+  font-size: var(--r-heading3-size);
108
+}
109
+
110
+.reveal h4 {
111
+  font-size: var(--r-heading4-size);
112
+}
113
+
114
+.reveal h1 {
115
+  text-shadow: var(--r-heading1-text-shadow);
116
+}
117
+
118
+/*********************************************
119
+ * OTHER
120
+ *********************************************/
121
+.reveal p {
122
+  margin: var(--r-block-margin) 0;
123
+  line-height: 1.3;
124
+}
125
+
126
+/* Remove trailing margins after titles */
127
+.reveal h1:last-child,
128
+.reveal h2:last-child,
129
+.reveal h3:last-child,
130
+.reveal h4:last-child,
131
+.reveal h5:last-child,
132
+.reveal h6:last-child {
133
+  margin-bottom: 0;
134
+}
135
+
136
+/* Ensure certain elements are never larger than the slide itself */
137
+.reveal img,
138
+.reveal video,
139
+.reveal iframe {
140
+  max-width: 95%;
141
+  max-height: 95%;
142
+}
143
+
144
+.reveal strong,
145
+.reveal b {
146
+  font-weight: bold;
147
+}
148
+
149
+.reveal em {
150
+  font-style: italic;
151
+}
152
+
153
+.reveal ol,
154
+.reveal dl,
155
+.reveal ul {
156
+  display: inline-block;
157
+  text-align: left;
158
+  margin: 0 0 0 1em;
159
+}
160
+
161
+.reveal ol {
162
+  list-style-type: decimal;
163
+}
164
+
165
+.reveal ul {
166
+  list-style-type: disc;
167
+}
168
+
169
+.reveal ul ul {
170
+  list-style-type: square;
171
+}
172
+
173
+.reveal ul ul ul {
174
+  list-style-type: circle;
175
+}
176
+
177
+.reveal ul ul,
178
+.reveal ul ol,
179
+.reveal ol ol,
180
+.reveal ol ul {
181
+  display: block;
182
+  margin-left: 40px;
183
+}
184
+
185
+.reveal dt {
186
+  font-weight: bold;
187
+}
188
+
189
+.reveal dd {
190
+  margin-left: 40px;
191
+}
192
+
193
+.reveal blockquote {
194
+  display: block;
195
+  position: relative;
196
+  width: 70%;
197
+  margin: var(--r-block-margin) auto;
198
+  padding: 5px;
199
+  font-style: italic;
200
+  background: rgba(255, 255, 255, 0.05);
201
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
202
+}
203
+
204
+.reveal blockquote p:first-child,
205
+.reveal blockquote p:last-child {
206
+  display: inline-block;
207
+}
208
+
209
+.reveal q {
210
+  font-style: italic;
211
+}
212
+
213
+.reveal pre {
214
+  display: block;
215
+  position: relative;
216
+  width: 90%;
217
+  margin: var(--r-block-margin) auto;
218
+  text-align: left;
219
+  font-size: 0.55em;
220
+  font-family: var(--r-code-font);
221
+  line-height: 1.2em;
222
+  word-wrap: break-word;
223
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
224
+}
225
+
226
+.reveal code {
227
+  font-family: var(--r-code-font);
228
+  text-transform: none;
229
+  tab-size: 2;
230
+}
231
+
232
+.reveal pre code {
233
+  display: block;
234
+  padding: 5px;
235
+  overflow: auto;
236
+  max-height: 400px;
237
+  word-wrap: normal;
238
+}
239
+
240
+.reveal .code-wrapper {
241
+  white-space: normal;
242
+}
243
+
244
+.reveal .code-wrapper code {
245
+  white-space: pre;
246
+}
247
+
248
+.reveal table {
249
+  margin: auto;
250
+  border-collapse: collapse;
251
+  border-spacing: 0;
252
+}
253
+
254
+.reveal table th {
255
+  font-weight: bold;
256
+}
257
+
258
+.reveal table th,
259
+.reveal table td {
260
+  text-align: left;
261
+  padding: 0.2em 0.5em 0.2em 0.5em;
262
+  border-bottom: 1px solid;
263
+}
264
+
265
+.reveal table th[align=center],
266
+.reveal table td[align=center] {
267
+  text-align: center;
268
+}
269
+
270
+.reveal table th[align=right],
271
+.reveal table td[align=right] {
272
+  text-align: right;
273
+}
274
+
275
+.reveal table tbody tr:last-child th,
276
+.reveal table tbody tr:last-child td {
277
+  border-bottom: none;
278
+}
279
+
280
+.reveal sup {
281
+  vertical-align: super;
282
+  font-size: smaller;
283
+}
284
+
285
+.reveal sub {
286
+  vertical-align: sub;
287
+  font-size: smaller;
288
+}
289
+
290
+.reveal small {
291
+  display: inline-block;
292
+  font-size: 0.6em;
293
+  line-height: 1.2em;
294
+  vertical-align: top;
295
+}
296
+
297
+.reveal small * {
298
+  vertical-align: top;
299
+}
300
+
301
+.reveal img {
302
+  margin: var(--r-block-margin) 0;
303
+}
304
+
305
+/*********************************************
306
+ * LINKS
307
+ *********************************************/
308
+.reveal a {
309
+  color: var(--r-link-color);
310
+  text-decoration: none;
311
+  transition: color 0.15s ease;
312
+}
313
+
314
+.reveal a:hover {
315
+  color: var(--r-link-color-hover);
316
+  text-shadow: none;
317
+  border: none;
318
+}
319
+
320
+.reveal .roll span:after {
321
+  color: #fff;
322
+  background: var(--r-link-color-dark);
323
+}
324
+
325
+/*********************************************
326
+ * Frame helper
327
+ *********************************************/
328
+.reveal .r-frame {
329
+  border: 4px solid var(--r-main-color);
330
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
331
+}
332
+
333
+.reveal a .r-frame {
334
+  transition: all 0.15s linear;
335
+}
336
+
337
+.reveal a:hover .r-frame {
338
+  border-color: var(--r-link-color);
339
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
340
+}
341
+
342
+/*********************************************
343
+ * NAVIGATION CONTROLS
344
+ *********************************************/
345
+.reveal .controls {
346
+  color: var(--r-link-color);
347
+}
348
+
349
+/*********************************************
350
+ * PROGRESS BAR
351
+ *********************************************/
352
+.reveal .progress {
353
+  background: rgba(0, 0, 0, 0.2);
354
+  color: var(--r-link-color);
355
+}
356
+
357
+/*********************************************
358
+ * PRINT BACKGROUND
359
+ *********************************************/
360
+@media print {
361
+  .backgrounds {
362
+    background-color: var(--r-background-color);
363
+  }
364
+}
365
+:root {
366
+  --r-bold-color: #FFB86C;
367
+  --r-italic-color: #F1FA8C;
368
+  --r-inline-code-color: #50FA7B;
369
+  --r-list-bullet-color: #8BE9FD;
370
+}
371
+
372
+.reveal strong, .reveal b {
373
+  color: var(--r-bold-color);
374
+}
375
+.reveal em, .reveal i, .reveal blockquote {
376
+  color: var(--r-italic-color);
377
+}
378
+.reveal code {
379
+  color: var(--r-inline-code-color);
380
+}
381
+.reveal ul li::marker, .reveal ol li::marker {
382
+  color: var(--r-list-bullet-color);
383
+}

+ 2
- 0
static/reveal/dist/theme/fonts/league-gothic/LICENSE View File

@@ -0,0 +1,2 @@
1
+SIL Open Font License (OFL)
2
+http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL

+ 10
- 0
static/reveal/dist/theme/fonts/league-gothic/league-gothic.css View File

@@ -0,0 +1,10 @@
1
+@font-face {
2
+    font-family: 'League Gothic';
3
+    src: url('./league-gothic.eot');
4
+    src: url('./league-gothic.eot?#iefix') format('embedded-opentype'),
5
+         url('./league-gothic.woff') format('woff'),
6
+         url('./league-gothic.ttf') format('truetype');
7
+
8
+    font-weight: normal;
9
+    font-style: normal;
10
+}

BIN
static/reveal/dist/theme/fonts/league-gothic/league-gothic.eot View File


BIN
static/reveal/dist/theme/fonts/league-gothic/league-gothic.ttf View File


BIN
static/reveal/dist/theme/fonts/league-gothic/league-gothic.woff View File


+ 45
- 0
static/reveal/dist/theme/fonts/source-sans-pro/LICENSE View File

@@ -0,0 +1,45 @@
1
+SIL Open Font License
2
+
3
+Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
4
+
5
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
6
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
7
+
8
+—————————————————————————————-
9
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+—————————————————————————————-
11
+
12
+PREAMBLE
13
+The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
14
+
15
+The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
16
+
17
+DEFINITIONS
18
+“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
19
+
20
+“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
21
+
22
+“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
23
+
24
+“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
25
+
26
+“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
27
+
28
+PERMISSION & CONDITIONS
29
+Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
30
+
31
+1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
32
+
33
+2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
34
+
35
+3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
36
+
37
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
38
+
39
+5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
40
+
41
+TERMINATION
42
+This license becomes null and void if any of the above conditions are not met.
43
+
44
+DISCLAIMER
45
+THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf View File


BIN
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff View File


+ 39
- 0
static/reveal/dist/theme/fonts/source-sans-pro/source-sans-pro.css View File

@@ -0,0 +1,39 @@
1
+@font-face {
2
+    font-family: 'Source Sans Pro';
3
+    src: url('./source-sans-pro-regular.eot');
4
+    src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
5
+         url('./source-sans-pro-regular.woff') format('woff'),
6
+         url('./source-sans-pro-regular.ttf') format('truetype');
7
+    font-weight: normal;
8
+    font-style: normal;
9
+}
10
+
11
+@font-face {
12
+    font-family: 'Source Sans Pro';
13
+    src: url('./source-sans-pro-italic.eot');
14
+    src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
15
+         url('./source-sans-pro-italic.woff') format('woff'),
16
+         url('./source-sans-pro-italic.ttf') format('truetype');
17
+    font-weight: normal;
18
+    font-style: italic;
19
+}
20
+
21
+@font-face {
22
+    font-family: 'Source Sans Pro';
23
+    src: url('./source-sans-pro-semibold.eot');
24
+    src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
25
+         url('./source-sans-pro-semibold.woff') format('woff'),
26
+         url('./source-sans-pro-semibold.ttf') format('truetype');
27
+    font-weight: 600;
28
+    font-style: normal;
29
+}
30
+
31
+@font-face {
32
+    font-family: 'Source Sans Pro';
33
+    src: url('./source-sans-pro-semibolditalic.eot');
34
+    src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
35
+         url('./source-sans-pro-semibolditalic.woff') format('woff'),
36
+         url('./source-sans-pro-semibolditalic.ttf') format('truetype');
37
+    font-weight: 600;
38
+    font-style: italic;
39
+}

+ 366
- 0
static/reveal/dist/theme/league.css View File

@@ -0,0 +1,366 @@
1
+/**
2
+ * League theme for reveal.js.
3
+ *
4
+ * This was the default theme pre-3.0.0.
5
+ *
6
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
+ */
8
+@import url(./fonts/league-gothic/league-gothic.css);
9
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
10
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
11
+  color: #222;
12
+}
13
+
14
+/*********************************************
15
+ * GLOBAL STYLES
16
+ *********************************************/
17
+:root {
18
+  --r-background-color: #2b2b2b;
19
+  --r-main-font: Lato, sans-serif;
20
+  --r-main-font-size: 40px;
21
+  --r-main-color: #eee;
22
+  --r-block-margin: 20px;
23
+  --r-heading-margin: 0 0 20px 0;
24
+  --r-heading-font: League Gothic, Impact, sans-serif;
25
+  --r-heading-color: #eee;
26
+  --r-heading-line-height: 1.2;
27
+  --r-heading-letter-spacing: normal;
28
+  --r-heading-text-transform: uppercase;
29
+  --r-heading-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
30
+  --r-heading-font-weight: normal;
31
+  --r-heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
32
+  --r-heading1-size: 3.77em;
33
+  --r-heading2-size: 2.11em;
34
+  --r-heading3-size: 1.55em;
35
+  --r-heading4-size: 1em;
36
+  --r-code-font: monospace;
37
+  --r-link-color: #13DAEC;
38
+  --r-link-color-dark: #0d99a5;
39
+  --r-link-color-hover: #71e9f4;
40
+  --r-selection-background-color: #FF5E99;
41
+  --r-selection-color: #fff;
42
+}
43
+
44
+.reveal-viewport {
45
+  background: #1c1e20;
46
+  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
47
+  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
48
+  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
49
+  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
50
+  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
51
+  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
52
+  background-color: var(--r-background-color);
53
+}
54
+
55
+.reveal {
56
+  font-family: var(--r-main-font);
57
+  font-size: var(--r-main-font-size);
58
+  font-weight: normal;
59
+  color: var(--r-main-color);
60
+}
61
+
62
+.reveal ::selection {
63
+  color: var(--r-selection-color);
64
+  background: var(--r-selection-background-color);
65
+  text-shadow: none;
66
+}
67
+
68
+.reveal ::-moz-selection {
69
+  color: var(--r-selection-color);
70
+  background: var(--r-selection-background-color);
71
+  text-shadow: none;
72
+}
73
+
74
+.reveal .slides section,
75
+.reveal .slides section > section {
76
+  line-height: 1.3;
77
+  font-weight: inherit;
78
+}
79
+
80
+/*********************************************
81
+ * HEADERS
82
+ *********************************************/
83
+.reveal h1,
84
+.reveal h2,
85
+.reveal h3,
86
+.reveal h4,
87
+.reveal h5,
88
+.reveal h6 {
89
+  margin: var(--r-heading-margin);
90
+  color: var(--r-heading-color);
91
+  font-family: var(--r-heading-font);
92
+  font-weight: var(--r-heading-font-weight);
93
+  line-height: var(--r-heading-line-height);
94
+  letter-spacing: var(--r-heading-letter-spacing);
95
+  text-transform: var(--r-heading-text-transform);
96
+  text-shadow: var(--r-heading-text-shadow);
97
+  word-wrap: break-word;
98
+}
99
+
100
+.reveal h1 {
101
+  font-size: var(--r-heading1-size);
102
+}
103
+
104
+.reveal h2 {
105
+  font-size: var(--r-heading2-size);
106
+}
107
+
108
+.reveal h3 {
109
+  font-size: var(--r-heading3-size);
110
+}
111
+
112
+.reveal h4 {
113
+  font-size: var(--r-heading4-size);
114
+}
115
+
116
+.reveal h1 {
117
+  text-shadow: var(--r-heading1-text-shadow);
118
+}
119
+
120
+/*********************************************
121
+ * OTHER
122
+ *********************************************/
123
+.reveal p {
124
+  margin: var(--r-block-margin) 0;
125
+  line-height: 1.3;
126
+}
127
+
128
+/* Remove trailing margins after titles */
129
+.reveal h1:last-child,
130
+.reveal h2:last-child,
131
+.reveal h3:last-child,
132
+.reveal h4:last-child,
133
+.reveal h5:last-child,
134
+.reveal h6:last-child {
135
+  margin-bottom: 0;
136
+}
137
+
138
+/* Ensure certain elements are never larger than the slide itself */
139
+.reveal img,
140
+.reveal video,
141
+.reveal iframe {
142
+  max-width: 95%;
143
+  max-height: 95%;
144
+}
145
+
146
+.reveal strong,
147
+.reveal b {
148
+  font-weight: bold;
149
+}
150
+
151
+.reveal em {
152
+  font-style: italic;
153
+}
154
+
155
+.reveal ol,
156
+.reveal dl,
157
+.reveal ul {
158
+  display: inline-block;
159
+  text-align: left;
160
+  margin: 0 0 0 1em;
161
+}
162
+
163
+.reveal ol {
164
+  list-style-type: decimal;
165
+}
166
+
167
+.reveal ul {
168
+  list-style-type: disc;
169
+}
170
+
171
+.reveal ul ul {
172
+  list-style-type: square;
173
+}
174
+
175
+.reveal ul ul ul {
176
+  list-style-type: circle;
177
+}
178
+
179
+.reveal ul ul,
180
+.reveal ul ol,
181
+.reveal ol ol,
182
+.reveal ol ul {
183
+  display: block;
184
+  margin-left: 40px;
185
+}
186
+
187
+.reveal dt {
188
+  font-weight: bold;
189
+}
190
+
191
+.reveal dd {
192
+  margin-left: 40px;
193
+}
194
+
195
+.reveal blockquote {
196
+  display: block;
197
+  position: relative;
198
+  width: 70%;
199
+  margin: var(--r-block-margin) auto;
200
+  padding: 5px;
201
+  font-style: italic;
202
+  background: rgba(255, 255, 255, 0.05);
203
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
204
+}
205
+
206
+.reveal blockquote p:first-child,
207
+.reveal blockquote p:last-child {
208
+  display: inline-block;
209
+}
210
+
211
+.reveal q {
212
+  font-style: italic;
213
+}
214
+
215
+.reveal pre {
216
+  display: block;
217
+  position: relative;
218
+  width: 90%;
219
+  margin: var(--r-block-margin) auto;
220
+  text-align: left;
221
+  font-size: 0.55em;
222
+  font-family: var(--r-code-font);
223
+  line-height: 1.2em;
224
+  word-wrap: break-word;
225
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
226
+}
227
+
228
+.reveal code {
229
+  font-family: var(--r-code-font);
230
+  text-transform: none;
231
+  tab-size: 2;
232
+}
233
+
234
+.reveal pre code {
235
+  display: block;
236
+  padding: 5px;
237
+  overflow: auto;
238
+  max-height: 400px;
239
+  word-wrap: normal;
240
+}
241
+
242
+.reveal .code-wrapper {
243
+  white-space: normal;
244
+}
245
+
246
+.reveal .code-wrapper code {
247
+  white-space: pre;
248
+}
249
+
250
+.reveal table {
251
+  margin: auto;
252
+  border-collapse: collapse;
253
+  border-spacing: 0;
254
+}
255
+
256
+.reveal table th {
257
+  font-weight: bold;
258
+}
259
+
260
+.reveal table th,
261
+.reveal table td {
262
+  text-align: left;
263
+  padding: 0.2em 0.5em 0.2em 0.5em;
264
+  border-bottom: 1px solid;
265
+}
266
+
267
+.reveal table th[align=center],
268
+.reveal table td[align=center] {
269
+  text-align: center;
270
+}
271
+
272
+.reveal table th[align=right],
273
+.reveal table td[align=right] {
274
+  text-align: right;
275
+}
276
+
277
+.reveal table tbody tr:last-child th,
278
+.reveal table tbody tr:last-child td {
279
+  border-bottom: none;
280
+}
281
+
282
+.reveal sup {
283
+  vertical-align: super;
284
+  font-size: smaller;
285
+}
286
+
287
+.reveal sub {
288
+  vertical-align: sub;
289
+  font-size: smaller;
290
+}
291
+
292
+.reveal small {
293
+  display: inline-block;
294
+  font-size: 0.6em;
295
+  line-height: 1.2em;
296
+  vertical-align: top;
297
+}
298
+
299
+.reveal small * {
300
+  vertical-align: top;
301
+}
302
+
303
+.reveal img {
304
+  margin: var(--r-block-margin) 0;
305
+}
306
+
307
+/*********************************************
308
+ * LINKS
309
+ *********************************************/
310
+.reveal a {
311
+  color: var(--r-link-color);
312
+  text-decoration: none;
313
+  transition: color 0.15s ease;
314
+}
315
+
316
+.reveal a:hover {
317
+  color: var(--r-link-color-hover);
318
+  text-shadow: none;
319
+  border: none;
320
+}
321
+
322
+.reveal .roll span:after {
323
+  color: #fff;
324
+  background: var(--r-link-color-dark);
325
+}
326
+
327
+/*********************************************
328
+ * Frame helper
329
+ *********************************************/
330
+.reveal .r-frame {
331
+  border: 4px solid var(--r-main-color);
332
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
333
+}
334
+
335
+.reveal a .r-frame {
336
+  transition: all 0.15s linear;
337
+}
338
+
339
+.reveal a:hover .r-frame {
340
+  border-color: var(--r-link-color);
341
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
342
+}
343
+
344
+/*********************************************
345
+ * NAVIGATION CONTROLS
346
+ *********************************************/
347
+.reveal .controls {
348
+  color: var(--r-link-color);
349
+}
350
+
351
+/*********************************************
352
+ * PROGRESS BAR
353
+ *********************************************/
354
+.reveal .progress {
355
+  background: rgba(0, 0, 0, 0.2);
356
+  color: var(--r-link-color);
357
+}
358
+
359
+/*********************************************
360
+ * PRINT BACKGROUND
361
+ *********************************************/
362
+@media print {
363
+  .backgrounds {
364
+    background-color: var(--r-background-color);
365
+  }
366
+}

+ 365
- 0
static/reveal/dist/theme/moon.css View File

@@ -0,0 +1,365 @@
1
+/**
2
+ * Solarized Dark theme for reveal.js.
3
+ * Author: Achim Staebler
4
+ */
5
+@import url(./fonts/league-gothic/league-gothic.css);
6
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
7
+/**
8
+ * Solarized colors by Ethan Schoonover
9
+ */
10
+html * {
11
+  color-profile: sRGB;
12
+  rendering-intent: auto;
13
+}
14
+
15
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
16
+  color: #222;
17
+}
18
+
19
+/*********************************************
20
+ * GLOBAL STYLES
21
+ *********************************************/
22
+:root {
23
+  --r-background-color: #002b36;
24
+  --r-main-font: Lato, sans-serif;
25
+  --r-main-font-size: 40px;
26
+  --r-main-color: #93a1a1;
27
+  --r-block-margin: 20px;
28
+  --r-heading-margin: 0 0 20px 0;
29
+  --r-heading-font: League Gothic, Impact, sans-serif;
30
+  --r-heading-color: #eee8d5;
31
+  --r-heading-line-height: 1.2;
32
+  --r-heading-letter-spacing: normal;
33
+  --r-heading-text-transform: uppercase;
34
+  --r-heading-text-shadow: none;
35
+  --r-heading-font-weight: normal;
36
+  --r-heading1-text-shadow: none;
37
+  --r-heading1-size: 3.77em;
38
+  --r-heading2-size: 2.11em;
39
+  --r-heading3-size: 1.55em;
40
+  --r-heading4-size: 1em;
41
+  --r-code-font: monospace;
42
+  --r-link-color: #268bd2;
43
+  --r-link-color-dark: #1a6091;
44
+  --r-link-color-hover: #78b9e6;
45
+  --r-selection-background-color: #d33682;
46
+  --r-selection-color: #fff;
47
+}
48
+
49
+.reveal-viewport {
50
+  background: #002b36;
51
+  background-color: var(--r-background-color);
52
+}
53
+
54
+.reveal {
55
+  font-family: var(--r-main-font);
56
+  font-size: var(--r-main-font-size);
57
+  font-weight: normal;
58
+  color: var(--r-main-color);
59
+}
60
+
61
+.reveal ::selection {
62
+  color: var(--r-selection-color);
63
+  background: var(--r-selection-background-color);
64
+  text-shadow: none;
65
+}
66
+
67
+.reveal ::-moz-selection {
68
+  color: var(--r-selection-color);
69
+  background: var(--r-selection-background-color);
70
+  text-shadow: none;
71
+}
72
+
73
+.reveal .slides section,
74
+.reveal .slides section > section {
75
+  line-height: 1.3;
76
+  font-weight: inherit;
77
+}
78
+
79
+/*********************************************
80
+ * HEADERS
81
+ *********************************************/
82
+.reveal h1,
83
+.reveal h2,
84
+.reveal h3,
85
+.reveal h4,
86
+.reveal h5,
87
+.reveal h6 {
88
+  margin: var(--r-heading-margin);
89
+  color: var(--r-heading-color);
90
+  font-family: var(--r-heading-font);
91
+  font-weight: var(--r-heading-font-weight);
92
+  line-height: var(--r-heading-line-height);
93
+  letter-spacing: var(--r-heading-letter-spacing);
94
+  text-transform: var(--r-heading-text-transform);
95
+  text-shadow: var(--r-heading-text-shadow);
96
+  word-wrap: break-word;
97
+}
98
+
99
+.reveal h1 {
100
+  font-size: var(--r-heading1-size);
101
+}
102
+
103
+.reveal h2 {
104
+  font-size: var(--r-heading2-size);
105
+}
106
+
107
+.reveal h3 {
108
+  font-size: var(--r-heading3-size);
109
+}
110
+
111
+.reveal h4 {
112
+  font-size: var(--r-heading4-size);
113
+}
114
+
115
+.reveal h1 {
116
+  text-shadow: var(--r-heading1-text-shadow);
117
+}
118
+
119
+/*********************************************
120
+ * OTHER
121
+ *********************************************/
122
+.reveal p {
123
+  margin: var(--r-block-margin) 0;
124
+  line-height: 1.3;
125
+}
126
+
127
+/* Remove trailing margins after titles */
128
+.reveal h1:last-child,
129
+.reveal h2:last-child,
130
+.reveal h3:last-child,
131
+.reveal h4:last-child,
132
+.reveal h5:last-child,
133
+.reveal h6:last-child {
134
+  margin-bottom: 0;
135
+}
136
+
137
+/* Ensure certain elements are never larger than the slide itself */
138
+.reveal img,
139
+.reveal video,
140
+.reveal iframe {
141
+  max-width: 95%;
142
+  max-height: 95%;
143
+}
144
+
145
+.reveal strong,
146
+.reveal b {
147
+  font-weight: bold;
148
+}
149
+
150
+.reveal em {
151
+  font-style: italic;
152
+}
153
+
154
+.reveal ol,
155
+.reveal dl,
156
+.reveal ul {
157
+  display: inline-block;
158
+  text-align: left;
159
+  margin: 0 0 0 1em;
160
+}
161
+
162
+.reveal ol {
163
+  list-style-type: decimal;
164
+}
165
+
166
+.reveal ul {
167
+  list-style-type: disc;
168
+}
169
+
170
+.reveal ul ul {
171
+  list-style-type: square;
172
+}
173
+
174
+.reveal ul ul ul {
175
+  list-style-type: circle;
176
+}
177
+
178
+.reveal ul ul,
179
+.reveal ul ol,
180
+.reveal ol ol,
181
+.reveal ol ul {
182
+  display: block;
183
+  margin-left: 40px;
184
+}
185
+
186
+.reveal dt {
187
+  font-weight: bold;
188
+}
189
+
190
+.reveal dd {
191
+  margin-left: 40px;
192
+}
193
+
194
+.reveal blockquote {
195
+  display: block;
196
+  position: relative;
197
+  width: 70%;
198
+  margin: var(--r-block-margin) auto;
199
+  padding: 5px;
200
+  font-style: italic;
201
+  background: rgba(255, 255, 255, 0.05);
202
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
203
+}
204
+
205
+.reveal blockquote p:first-child,
206
+.reveal blockquote p:last-child {
207
+  display: inline-block;
208
+}
209
+
210
+.reveal q {
211
+  font-style: italic;
212
+}
213
+
214
+.reveal pre {
215
+  display: block;
216
+  position: relative;
217
+  width: 90%;
218
+  margin: var(--r-block-margin) auto;
219
+  text-align: left;
220
+  font-size: 0.55em;
221
+  font-family: var(--r-code-font);
222
+  line-height: 1.2em;
223
+  word-wrap: break-word;
224
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
225
+}
226
+
227
+.reveal code {
228
+  font-family: var(--r-code-font);
229
+  text-transform: none;
230
+  tab-size: 2;
231
+}
232
+
233
+.reveal pre code {
234
+  display: block;
235
+  padding: 5px;
236
+  overflow: auto;
237
+  max-height: 400px;
238
+  word-wrap: normal;
239
+}
240
+
241
+.reveal .code-wrapper {
242
+  white-space: normal;
243
+}
244
+
245
+.reveal .code-wrapper code {
246
+  white-space: pre;
247
+}
248
+
249
+.reveal table {
250
+  margin: auto;
251
+  border-collapse: collapse;
252
+  border-spacing: 0;
253
+}
254
+
255
+.reveal table th {
256
+  font-weight: bold;
257
+}
258
+
259
+.reveal table th,
260
+.reveal table td {
261
+  text-align: left;
262
+  padding: 0.2em 0.5em 0.2em 0.5em;
263
+  border-bottom: 1px solid;
264
+}
265
+
266
+.reveal table th[align=center],
267
+.reveal table td[align=center] {
268
+  text-align: center;
269
+}
270
+
271
+.reveal table th[align=right],
272
+.reveal table td[align=right] {
273
+  text-align: right;
274
+}
275
+
276
+.reveal table tbody tr:last-child th,
277
+.reveal table tbody tr:last-child td {
278
+  border-bottom: none;
279
+}
280
+
281
+.reveal sup {
282
+  vertical-align: super;
283
+  font-size: smaller;
284
+}
285
+
286
+.reveal sub {
287
+  vertical-align: sub;
288
+  font-size: smaller;
289
+}
290
+
291
+.reveal small {
292
+  display: inline-block;
293
+  font-size: 0.6em;
294
+  line-height: 1.2em;
295
+  vertical-align: top;
296
+}
297
+
298
+.reveal small * {
299
+  vertical-align: top;
300
+}
301
+
302
+.reveal img {
303
+  margin: var(--r-block-margin) 0;
304
+}
305
+
306
+/*********************************************
307
+ * LINKS
308
+ *********************************************/
309
+.reveal a {
310
+  color: var(--r-link-color);
311
+  text-decoration: none;
312
+  transition: color 0.15s ease;
313
+}
314
+
315
+.reveal a:hover {
316
+  color: var(--r-link-color-hover);
317
+  text-shadow: none;
318
+  border: none;
319
+}
320
+
321
+.reveal .roll span:after {
322
+  color: #fff;
323
+  background: var(--r-link-color-dark);
324
+}
325
+
326
+/*********************************************
327
+ * Frame helper
328
+ *********************************************/
329
+.reveal .r-frame {
330
+  border: 4px solid var(--r-main-color);
331
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
332
+}
333
+
334
+.reveal a .r-frame {
335
+  transition: all 0.15s linear;
336
+}
337
+
338
+.reveal a:hover .r-frame {
339
+  border-color: var(--r-link-color);
340
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
341
+}
342
+
343
+/*********************************************
344
+ * NAVIGATION CONTROLS
345
+ *********************************************/
346
+.reveal .controls {
347
+  color: var(--r-link-color);
348
+}
349
+
350
+/*********************************************
351
+ * PROGRESS BAR
352
+ *********************************************/
353
+.reveal .progress {
354
+  background: rgba(0, 0, 0, 0.2);
355
+  color: var(--r-link-color);
356
+}
357
+
358
+/*********************************************
359
+ * PRINT BACKGROUND
360
+ *********************************************/
361
+@media print {
362
+  .backgrounds {
363
+    background-color: var(--r-background-color);
364
+  }
365
+}

+ 358
- 0
static/reveal/dist/theme/night.css View File

@@ -0,0 +1,358 @@
1
+/**
2
+ * Black theme for reveal.js.
3
+ *
4
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
+ */
6
+@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
7
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
8
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
9
+  color: #222;
10
+}
11
+
12
+/*********************************************
13
+ * GLOBAL STYLES
14
+ *********************************************/
15
+:root {
16
+  --r-background-color: #111;
17
+  --r-main-font: Open Sans, sans-serif;
18
+  --r-main-font-size: 40px;
19
+  --r-main-color: #eee;
20
+  --r-block-margin: 20px;
21
+  --r-heading-margin: 0 0 20px 0;
22
+  --r-heading-font: Montserrat, Impact, sans-serif;
23
+  --r-heading-color: #eee;
24
+  --r-heading-line-height: 1.2;
25
+  --r-heading-letter-spacing: -0.03em;
26
+  --r-heading-text-transform: none;
27
+  --r-heading-text-shadow: none;
28
+  --r-heading-font-weight: normal;
29
+  --r-heading1-text-shadow: none;
30
+  --r-heading1-size: 3.77em;
31
+  --r-heading2-size: 2.11em;
32
+  --r-heading3-size: 1.55em;
33
+  --r-heading4-size: 1em;
34
+  --r-code-font: monospace;
35
+  --r-link-color: #e7ad52;
36
+  --r-link-color-dark: #d08a1d;
37
+  --r-link-color-hover: #f3d7ac;
38
+  --r-selection-background-color: #e7ad52;
39
+  --r-selection-color: #fff;
40
+}
41
+
42
+.reveal-viewport {
43
+  background: #111;
44
+  background-color: var(--r-background-color);
45
+}
46
+
47
+.reveal {
48
+  font-family: var(--r-main-font);
49
+  font-size: var(--r-main-font-size);
50
+  font-weight: normal;
51
+  color: var(--r-main-color);
52
+}
53
+
54
+.reveal ::selection {
55
+  color: var(--r-selection-color);
56
+  background: var(--r-selection-background-color);
57
+  text-shadow: none;
58
+}
59
+
60
+.reveal ::-moz-selection {
61
+  color: var(--r-selection-color);
62
+  background: var(--r-selection-background-color);
63
+  text-shadow: none;
64
+}
65
+
66
+.reveal .slides section,
67
+.reveal .slides section > section {
68
+  line-height: 1.3;
69
+  font-weight: inherit;
70
+}
71
+
72
+/*********************************************
73
+ * HEADERS
74
+ *********************************************/
75
+.reveal h1,
76
+.reveal h2,
77
+.reveal h3,
78
+.reveal h4,
79
+.reveal h5,
80
+.reveal h6 {
81
+  margin: var(--r-heading-margin);
82
+  color: var(--r-heading-color);
83
+  font-family: var(--r-heading-font);
84
+  font-weight: var(--r-heading-font-weight);
85
+  line-height: var(--r-heading-line-height);
86
+  letter-spacing: var(--r-heading-letter-spacing);
87
+  text-transform: var(--r-heading-text-transform);
88
+  text-shadow: var(--r-heading-text-shadow);
89
+  word-wrap: break-word;
90
+}
91
+
92
+.reveal h1 {
93
+  font-size: var(--r-heading1-size);
94
+}
95
+
96
+.reveal h2 {
97
+  font-size: var(--r-heading2-size);
98
+}
99
+
100
+.reveal h3 {
101
+  font-size: var(--r-heading3-size);
102
+}
103
+
104
+.reveal h4 {
105
+  font-size: var(--r-heading4-size);
106
+}
107
+
108
+.reveal h1 {
109
+  text-shadow: var(--r-heading1-text-shadow);
110
+}
111
+
112
+/*********************************************
113
+ * OTHER
114
+ *********************************************/
115
+.reveal p {
116
+  margin: var(--r-block-margin) 0;
117
+  line-height: 1.3;
118
+}
119
+
120
+/* Remove trailing margins after titles */
121
+.reveal h1:last-child,
122
+.reveal h2:last-child,
123
+.reveal h3:last-child,
124
+.reveal h4:last-child,
125
+.reveal h5:last-child,
126
+.reveal h6:last-child {
127
+  margin-bottom: 0;
128
+}
129
+
130
+/* Ensure certain elements are never larger than the slide itself */
131
+.reveal img,
132
+.reveal video,
133
+.reveal iframe {
134
+  max-width: 95%;
135
+  max-height: 95%;
136
+}
137
+
138
+.reveal strong,
139
+.reveal b {
140
+  font-weight: bold;
141
+}
142
+
143
+.reveal em {
144
+  font-style: italic;
145
+}
146
+
147
+.reveal ol,
148
+.reveal dl,
149
+.reveal ul {
150
+  display: inline-block;
151
+  text-align: left;
152
+  margin: 0 0 0 1em;
153
+}
154
+
155
+.reveal ol {
156
+  list-style-type: decimal;
157
+}
158
+
159
+.reveal ul {
160
+  list-style-type: disc;
161
+}
162
+
163
+.reveal ul ul {
164
+  list-style-type: square;
165
+}
166
+
167
+.reveal ul ul ul {
168
+  list-style-type: circle;
169
+}
170
+
171
+.reveal ul ul,
172
+.reveal ul ol,
173
+.reveal ol ol,
174
+.reveal ol ul {
175
+  display: block;
176
+  margin-left: 40px;
177
+}
178
+
179
+.reveal dt {
180
+  font-weight: bold;
181
+}
182
+
183
+.reveal dd {
184
+  margin-left: 40px;
185
+}
186
+
187
+.reveal blockquote {
188
+  display: block;
189
+  position: relative;
190
+  width: 70%;
191
+  margin: var(--r-block-margin) auto;
192
+  padding: 5px;
193
+  font-style: italic;
194
+  background: rgba(255, 255, 255, 0.05);
195
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
196
+}
197
+
198
+.reveal blockquote p:first-child,
199
+.reveal blockquote p:last-child {
200
+  display: inline-block;
201
+}
202
+
203
+.reveal q {
204
+  font-style: italic;
205
+}
206
+
207
+.reveal pre {
208
+  display: block;
209
+  position: relative;
210
+  width: 90%;
211
+  margin: var(--r-block-margin) auto;
212
+  text-align: left;
213
+  font-size: 0.55em;
214
+  font-family: var(--r-code-font);
215
+  line-height: 1.2em;
216
+  word-wrap: break-word;
217
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
218
+}
219
+
220
+.reveal code {
221
+  font-family: var(--r-code-font);
222
+  text-transform: none;
223
+  tab-size: 2;
224
+}
225
+
226
+.reveal pre code {
227
+  display: block;
228
+  padding: 5px;
229
+  overflow: auto;
230
+  max-height: 400px;
231
+  word-wrap: normal;
232
+}
233
+
234
+.reveal .code-wrapper {
235
+  white-space: normal;
236
+}
237
+
238
+.reveal .code-wrapper code {
239
+  white-space: pre;
240
+}
241
+
242
+.reveal table {
243
+  margin: auto;
244
+  border-collapse: collapse;
245
+  border-spacing: 0;
246
+}
247
+
248
+.reveal table th {
249
+  font-weight: bold;
250
+}
251
+
252
+.reveal table th,
253
+.reveal table td {
254
+  text-align: left;
255
+  padding: 0.2em 0.5em 0.2em 0.5em;
256
+  border-bottom: 1px solid;
257
+}
258
+
259
+.reveal table th[align=center],
260
+.reveal table td[align=center] {
261
+  text-align: center;
262
+}
263
+
264
+.reveal table th[align=right],
265
+.reveal table td[align=right] {
266
+  text-align: right;
267
+}
268
+
269
+.reveal table tbody tr:last-child th,
270
+.reveal table tbody tr:last-child td {
271
+  border-bottom: none;
272
+}
273
+
274
+.reveal sup {
275
+  vertical-align: super;
276
+  font-size: smaller;
277
+}
278
+
279
+.reveal sub {
280
+  vertical-align: sub;
281
+  font-size: smaller;
282
+}
283
+
284
+.reveal small {
285
+  display: inline-block;
286
+  font-size: 0.6em;
287
+  line-height: 1.2em;
288
+  vertical-align: top;
289
+}
290
+
291
+.reveal small * {
292
+  vertical-align: top;
293
+}
294
+
295
+.reveal img {
296
+  margin: var(--r-block-margin) 0;
297
+}
298
+
299
+/*********************************************
300
+ * LINKS
301
+ *********************************************/
302
+.reveal a {
303
+  color: var(--r-link-color);
304
+  text-decoration: none;
305
+  transition: color 0.15s ease;
306
+}
307
+
308
+.reveal a:hover {
309
+  color: var(--r-link-color-hover);
310
+  text-shadow: none;
311
+  border: none;
312
+}
313
+
314
+.reveal .roll span:after {
315
+  color: #fff;
316
+  background: var(--r-link-color-dark);
317
+}
318
+
319
+/*********************************************
320
+ * Frame helper
321
+ *********************************************/
322
+.reveal .r-frame {
323
+  border: 4px solid var(--r-main-color);
324
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
325
+}
326
+
327
+.reveal a .r-frame {
328
+  transition: all 0.15s linear;
329
+}
330
+
331
+.reveal a:hover .r-frame {
332
+  border-color: var(--r-link-color);
333
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
334
+}
335
+
336
+/*********************************************
337
+ * NAVIGATION CONTROLS
338
+ *********************************************/
339
+.reveal .controls {
340
+  color: var(--r-link-color);
341
+}
342
+
343
+/*********************************************
344
+ * PROGRESS BAR
345
+ *********************************************/
346
+.reveal .progress {
347
+  background: rgba(0, 0, 0, 0.2);
348
+  color: var(--r-link-color);
349
+}
350
+
351
+/*********************************************
352
+ * PRINT BACKGROUND
353
+ *********************************************/
354
+@media print {
355
+  .backgrounds {
356
+    background-color: var(--r-background-color);
357
+  }
358
+}

+ 361
- 0
static/reveal/dist/theme/serif.css View File

@@ -0,0 +1,361 @@
1
+/**
2
+ * A simple theme for reveal.js presentations, similar
3
+ * to the default theme. The accent color is brown.
4
+ *
5
+ * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
6
+ */
7
+.reveal a {
8
+  line-height: 1.3em;
9
+}
10
+
11
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
12
+  color: #fff;
13
+}
14
+
15
+/*********************************************
16
+ * GLOBAL STYLES
17
+ *********************************************/
18
+:root {
19
+  --r-background-color: #F0F1EB;
20
+  --r-main-font: Palatino Linotype, Book Antiqua, Palatino, FreeSerif, serif;
21
+  --r-main-font-size: 40px;
22
+  --r-main-color: #000;
23
+  --r-block-margin: 20px;
24
+  --r-heading-margin: 0 0 20px 0;
25
+  --r-heading-font: Palatino Linotype, Book Antiqua, Palatino, FreeSerif, serif;
26
+  --r-heading-color: #383D3D;
27
+  --r-heading-line-height: 1.2;
28
+  --r-heading-letter-spacing: normal;
29
+  --r-heading-text-transform: none;
30
+  --r-heading-text-shadow: none;
31
+  --r-heading-font-weight: normal;
32
+  --r-heading1-text-shadow: none;
33
+  --r-heading1-size: 3.77em;
34
+  --r-heading2-size: 2.11em;
35
+  --r-heading3-size: 1.55em;
36
+  --r-heading4-size: 1em;
37
+  --r-code-font: monospace;
38
+  --r-link-color: #51483D;
39
+  --r-link-color-dark: #25211c;
40
+  --r-link-color-hover: #8b7c69;
41
+  --r-selection-background-color: #26351C;
42
+  --r-selection-color: #fff;
43
+}
44
+
45
+.reveal-viewport {
46
+  background: #F0F1EB;
47
+  background-color: var(--r-background-color);
48
+}
49
+
50
+.reveal {
51
+  font-family: var(--r-main-font);
52
+  font-size: var(--r-main-font-size);
53
+  font-weight: normal;
54
+  color: var(--r-main-color);
55
+}
56
+
57
+.reveal ::selection {
58
+  color: var(--r-selection-color);
59
+  background: var(--r-selection-background-color);
60
+  text-shadow: none;
61
+}
62
+
63
+.reveal ::-moz-selection {
64
+  color: var(--r-selection-color);
65
+  background: var(--r-selection-background-color);
66
+  text-shadow: none;
67
+}
68
+
69
+.reveal .slides section,
70
+.reveal .slides section > section {
71
+  line-height: 1.3;
72
+  font-weight: inherit;
73
+}
74
+
75
+/*********************************************
76
+ * HEADERS
77
+ *********************************************/
78
+.reveal h1,
79
+.reveal h2,
80
+.reveal h3,
81
+.reveal h4,
82
+.reveal h5,
83
+.reveal h6 {
84
+  margin: var(--r-heading-margin);
85
+  color: var(--r-heading-color);
86
+  font-family: var(--r-heading-font);
87
+  font-weight: var(--r-heading-font-weight);
88
+  line-height: var(--r-heading-line-height);
89
+  letter-spacing: var(--r-heading-letter-spacing);
90
+  text-transform: var(--r-heading-text-transform);
91
+  text-shadow: var(--r-heading-text-shadow);
92
+  word-wrap: break-word;
93
+}
94
+
95
+.reveal h1 {
96
+  font-size: var(--r-heading1-size);
97
+}
98
+
99
+.reveal h2 {
100
+  font-size: var(--r-heading2-size);
101
+}
102
+
103
+.reveal h3 {
104
+  font-size: var(--r-heading3-size);
105
+}
106
+
107
+.reveal h4 {
108
+  font-size: var(--r-heading4-size);
109
+}
110
+
111
+.reveal h1 {
112
+  text-shadow: var(--r-heading1-text-shadow);
113
+}
114
+
115
+/*********************************************
116
+ * OTHER
117
+ *********************************************/
118
+.reveal p {
119
+  margin: var(--r-block-margin) 0;
120
+  line-height: 1.3;
121
+}
122
+
123
+/* Remove trailing margins after titles */
124
+.reveal h1:last-child,
125
+.reveal h2:last-child,
126
+.reveal h3:last-child,
127
+.reveal h4:last-child,
128
+.reveal h5:last-child,
129
+.reveal h6:last-child {
130
+  margin-bottom: 0;
131
+}
132
+
133
+/* Ensure certain elements are never larger than the slide itself */
134
+.reveal img,
135
+.reveal video,
136
+.reveal iframe {
137
+  max-width: 95%;
138
+  max-height: 95%;
139
+}
140
+
141
+.reveal strong,
142
+.reveal b {
143
+  font-weight: bold;
144
+}
145
+
146
+.reveal em {
147
+  font-style: italic;
148
+}
149
+
150
+.reveal ol,
151
+.reveal dl,
152
+.reveal ul {
153
+  display: inline-block;
154
+  text-align: left;
155
+  margin: 0 0 0 1em;
156
+}
157
+
158
+.reveal ol {
159
+  list-style-type: decimal;
160
+}
161
+
162
+.reveal ul {
163
+  list-style-type: disc;
164
+}
165
+
166
+.reveal ul ul {
167
+  list-style-type: square;
168
+}
169
+
170
+.reveal ul ul ul {
171
+  list-style-type: circle;
172
+}
173
+
174
+.reveal ul ul,
175
+.reveal ul ol,
176
+.reveal ol ol,
177
+.reveal ol ul {
178
+  display: block;
179
+  margin-left: 40px;
180
+}
181
+
182
+.reveal dt {
183
+  font-weight: bold;
184
+}
185
+
186
+.reveal dd {
187
+  margin-left: 40px;
188
+}
189
+
190
+.reveal blockquote {
191
+  display: block;
192
+  position: relative;
193
+  width: 70%;
194
+  margin: var(--r-block-margin) auto;
195
+  padding: 5px;
196
+  font-style: italic;
197
+  background: rgba(255, 255, 255, 0.05);
198
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
199
+}
200
+
201
+.reveal blockquote p:first-child,
202
+.reveal blockquote p:last-child {
203
+  display: inline-block;
204
+}
205
+
206
+.reveal q {
207
+  font-style: italic;
208
+}
209
+
210
+.reveal pre {
211
+  display: block;
212
+  position: relative;
213
+  width: 90%;
214
+  margin: var(--r-block-margin) auto;
215
+  text-align: left;
216
+  font-size: 0.55em;
217
+  font-family: var(--r-code-font);
218
+  line-height: 1.2em;
219
+  word-wrap: break-word;
220
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
221
+}
222
+
223
+.reveal code {
224
+  font-family: var(--r-code-font);
225
+  text-transform: none;
226
+  tab-size: 2;
227
+}
228
+
229
+.reveal pre code {
230
+  display: block;
231
+  padding: 5px;
232
+  overflow: auto;
233
+  max-height: 400px;
234
+  word-wrap: normal;
235
+}
236
+
237
+.reveal .code-wrapper {
238
+  white-space: normal;
239
+}
240
+
241
+.reveal .code-wrapper code {
242
+  white-space: pre;
243
+}
244
+
245
+.reveal table {
246
+  margin: auto;
247
+  border-collapse: collapse;
248
+  border-spacing: 0;
249
+}
250
+
251
+.reveal table th {
252
+  font-weight: bold;
253
+}
254
+
255
+.reveal table th,
256
+.reveal table td {
257
+  text-align: left;
258
+  padding: 0.2em 0.5em 0.2em 0.5em;
259
+  border-bottom: 1px solid;
260
+}
261
+
262
+.reveal table th[align=center],
263
+.reveal table td[align=center] {
264
+  text-align: center;
265
+}
266
+
267
+.reveal table th[align=right],
268
+.reveal table td[align=right] {
269
+  text-align: right;
270
+}
271
+
272
+.reveal table tbody tr:last-child th,
273
+.reveal table tbody tr:last-child td {
274
+  border-bottom: none;
275
+}
276
+
277
+.reveal sup {
278
+  vertical-align: super;
279
+  font-size: smaller;
280
+}
281
+
282
+.reveal sub {
283
+  vertical-align: sub;
284
+  font-size: smaller;
285
+}
286
+
287
+.reveal small {
288
+  display: inline-block;
289
+  font-size: 0.6em;
290
+  line-height: 1.2em;
291
+  vertical-align: top;
292
+}
293
+
294
+.reveal small * {
295
+  vertical-align: top;
296
+}
297
+
298
+.reveal img {
299
+  margin: var(--r-block-margin) 0;
300
+}
301
+
302
+/*********************************************
303
+ * LINKS
304
+ *********************************************/
305
+.reveal a {
306
+  color: var(--r-link-color);
307
+  text-decoration: none;
308
+  transition: color 0.15s ease;
309
+}
310
+
311
+.reveal a:hover {
312
+  color: var(--r-link-color-hover);
313
+  text-shadow: none;
314
+  border: none;
315
+}
316
+
317
+.reveal .roll span:after {
318
+  color: #fff;
319
+  background: var(--r-link-color-dark);
320
+}
321
+
322
+/*********************************************
323
+ * Frame helper
324
+ *********************************************/
325
+.reveal .r-frame {
326
+  border: 4px solid var(--r-main-color);
327
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
328
+}
329
+
330
+.reveal a .r-frame {
331
+  transition: all 0.15s linear;
332
+}
333
+
334
+.reveal a:hover .r-frame {
335
+  border-color: var(--r-link-color);
336
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
337
+}
338
+
339
+/*********************************************
340
+ * NAVIGATION CONTROLS
341
+ *********************************************/
342
+.reveal .controls {
343
+  color: var(--r-link-color);
344
+}
345
+
346
+/*********************************************
347
+ * PROGRESS BAR
348
+ *********************************************/
349
+.reveal .progress {
350
+  background: rgba(0, 0, 0, 0.2);
351
+  color: var(--r-link-color);
352
+}
353
+
354
+/*********************************************
355
+ * PRINT BACKGROUND
356
+ *********************************************/
357
+@media print {
358
+  .backgrounds {
359
+    background-color: var(--r-background-color);
360
+  }
361
+}

+ 360
- 0
static/reveal/dist/theme/simple.css View File

@@ -0,0 +1,360 @@
1
+/**
2
+ * A simple theme for reveal.js presentations, similar
3
+ * to the default theme. The accent color is darkblue.
4
+ *
5
+ * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
6
+ * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
7
+ */
8
+@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
9
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
10
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
11
+  color: #fff;
12
+}
13
+
14
+/*********************************************
15
+ * GLOBAL STYLES
16
+ *********************************************/
17
+:root {
18
+  --r-background-color: #fff;
19
+  --r-main-font: Lato, sans-serif;
20
+  --r-main-font-size: 40px;
21
+  --r-main-color: #000;
22
+  --r-block-margin: 20px;
23
+  --r-heading-margin: 0 0 20px 0;
24
+  --r-heading-font: News Cycle, Impact, sans-serif;
25
+  --r-heading-color: #000;
26
+  --r-heading-line-height: 1.2;
27
+  --r-heading-letter-spacing: normal;
28
+  --r-heading-text-transform: none;
29
+  --r-heading-text-shadow: none;
30
+  --r-heading-font-weight: normal;
31
+  --r-heading1-text-shadow: none;
32
+  --r-heading1-size: 3.77em;
33
+  --r-heading2-size: 2.11em;
34
+  --r-heading3-size: 1.55em;
35
+  --r-heading4-size: 1em;
36
+  --r-code-font: monospace;
37
+  --r-link-color: #00008B;
38
+  --r-link-color-dark: #00003f;
39
+  --r-link-color-hover: #0000f1;
40
+  --r-selection-background-color: rgba(0, 0, 0, 0.99);
41
+  --r-selection-color: #fff;
42
+}
43
+
44
+.reveal-viewport {
45
+  background: #fff;
46
+  background-color: var(--r-background-color);
47
+}
48
+
49
+.reveal {
50
+  font-family: var(--r-main-font);
51
+  font-size: var(--r-main-font-size);
52
+  font-weight: normal;
53
+  color: var(--r-main-color);
54
+}
55
+
56
+.reveal ::selection {
57
+  color: var(--r-selection-color);
58
+  background: var(--r-selection-background-color);
59
+  text-shadow: none;
60
+}
61
+
62
+.reveal ::-moz-selection {
63
+  color: var(--r-selection-color);
64
+  background: var(--r-selection-background-color);
65
+  text-shadow: none;
66
+}
67
+
68
+.reveal .slides section,
69
+.reveal .slides section > section {
70
+  line-height: 1.3;
71
+  font-weight: inherit;
72
+}
73
+
74
+/*********************************************
75
+ * HEADERS
76
+ *********************************************/
77
+.reveal h1,
78
+.reveal h2,
79
+.reveal h3,
80
+.reveal h4,
81
+.reveal h5,
82
+.reveal h6 {
83
+  margin: var(--r-heading-margin);
84
+  color: var(--r-heading-color);
85
+  font-family: var(--r-heading-font);
86
+  font-weight: var(--r-heading-font-weight);
87
+  line-height: var(--r-heading-line-height);
88
+  letter-spacing: var(--r-heading-letter-spacing);
89
+  text-transform: var(--r-heading-text-transform);
90
+  text-shadow: var(--r-heading-text-shadow);
91
+  word-wrap: break-word;
92
+}
93
+
94
+.reveal h1 {
95
+  font-size: var(--r-heading1-size);
96
+}
97
+
98
+.reveal h2 {
99
+  font-size: var(--r-heading2-size);
100
+}
101
+
102
+.reveal h3 {
103
+  font-size: var(--r-heading3-size);
104
+}
105
+
106
+.reveal h4 {
107
+  font-size: var(--r-heading4-size);
108
+}
109
+
110
+.reveal h1 {
111
+  text-shadow: var(--r-heading1-text-shadow);
112
+}
113
+
114
+/*********************************************
115
+ * OTHER
116
+ *********************************************/
117
+.reveal p {
118
+  margin: var(--r-block-margin) 0;
119
+  line-height: 1.3;
120
+}
121
+
122
+/* Remove trailing margins after titles */
123
+.reveal h1:last-child,
124
+.reveal h2:last-child,
125
+.reveal h3:last-child,
126
+.reveal h4:last-child,
127
+.reveal h5:last-child,
128
+.reveal h6:last-child {
129
+  margin-bottom: 0;
130
+}
131
+
132
+/* Ensure certain elements are never larger than the slide itself */
133
+.reveal img,
134
+.reveal video,
135
+.reveal iframe {
136
+  max-width: 95%;
137
+  max-height: 95%;
138
+}
139
+
140
+.reveal strong,
141
+.reveal b {
142
+  font-weight: bold;
143
+}
144
+
145
+.reveal em {
146
+  font-style: italic;
147
+}
148
+
149
+.reveal ol,
150
+.reveal dl,
151
+.reveal ul {
152
+  display: inline-block;
153
+  text-align: left;
154
+  margin: 0 0 0 1em;
155
+}
156
+
157
+.reveal ol {
158
+  list-style-type: decimal;
159
+}
160
+
161
+.reveal ul {
162
+  list-style-type: disc;
163
+}
164
+
165
+.reveal ul ul {
166
+  list-style-type: square;
167
+}
168
+
169
+.reveal ul ul ul {
170
+  list-style-type: circle;
171
+}
172
+
173
+.reveal ul ul,
174
+.reveal ul ol,
175
+.reveal ol ol,
176
+.reveal ol ul {
177
+  display: block;
178
+  margin-left: 40px;
179
+}
180
+
181
+.reveal dt {
182
+  font-weight: bold;
183
+}
184
+
185
+.reveal dd {
186
+  margin-left: 40px;
187
+}
188
+
189
+.reveal blockquote {
190
+  display: block;
191
+  position: relative;
192
+  width: 70%;
193
+  margin: var(--r-block-margin) auto;
194
+  padding: 5px;
195
+  font-style: italic;
196
+  background: rgba(255, 255, 255, 0.05);
197
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
198
+}
199
+
200
+.reveal blockquote p:first-child,
201
+.reveal blockquote p:last-child {
202
+  display: inline-block;
203
+}
204
+
205
+.reveal q {
206
+  font-style: italic;
207
+}
208
+
209
+.reveal pre {
210
+  display: block;
211
+  position: relative;
212
+  width: 90%;
213
+  margin: var(--r-block-margin) auto;
214
+  text-align: left;
215
+  font-size: 0.55em;
216
+  font-family: var(--r-code-font);
217
+  line-height: 1.2em;
218
+  word-wrap: break-word;
219
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
220
+}
221
+
222
+.reveal code {
223
+  font-family: var(--r-code-font);
224
+  text-transform: none;
225
+  tab-size: 2;
226
+}
227
+
228
+.reveal pre code {
229
+  display: block;
230
+  padding: 5px;
231
+  overflow: auto;
232
+  max-height: 400px;
233
+  word-wrap: normal;
234
+}
235
+
236
+.reveal .code-wrapper {
237
+  white-space: normal;
238
+}
239
+
240
+.reveal .code-wrapper code {
241
+  white-space: pre;
242
+}
243
+
244
+.reveal table {
245
+  margin: auto;
246
+  border-collapse: collapse;
247
+  border-spacing: 0;
248
+}
249
+
250
+.reveal table th {
251
+  font-weight: bold;
252
+}
253
+
254
+.reveal table th,
255
+.reveal table td {
256
+  text-align: left;
257
+  padding: 0.2em 0.5em 0.2em 0.5em;
258
+  border-bottom: 1px solid;
259
+}
260
+
261
+.reveal table th[align=center],
262
+.reveal table td[align=center] {
263
+  text-align: center;
264
+}
265
+
266
+.reveal table th[align=right],
267
+.reveal table td[align=right] {
268
+  text-align: right;
269
+}
270
+
271
+.reveal table tbody tr:last-child th,
272
+.reveal table tbody tr:last-child td {
273
+  border-bottom: none;
274
+}
275
+
276
+.reveal sup {
277
+  vertical-align: super;
278
+  font-size: smaller;
279
+}
280
+
281
+.reveal sub {
282
+  vertical-align: sub;
283
+  font-size: smaller;
284
+}
285
+
286
+.reveal small {
287
+  display: inline-block;
288
+  font-size: 0.6em;
289
+  line-height: 1.2em;
290
+  vertical-align: top;
291
+}
292
+
293
+.reveal small * {
294
+  vertical-align: top;
295
+}
296
+
297
+.reveal img {
298
+  margin: var(--r-block-margin) 0;
299
+}
300
+
301
+/*********************************************
302
+ * LINKS
303
+ *********************************************/
304
+.reveal a {
305
+  color: var(--r-link-color);
306
+  text-decoration: none;
307
+  transition: color 0.15s ease;
308
+}
309
+
310
+.reveal a:hover {
311
+  color: var(--r-link-color-hover);
312
+  text-shadow: none;
313
+  border: none;
314
+}
315
+
316
+.reveal .roll span:after {
317
+  color: #fff;
318
+  background: var(--r-link-color-dark);
319
+}
320
+
321
+/*********************************************
322
+ * Frame helper
323
+ *********************************************/
324
+.reveal .r-frame {
325
+  border: 4px solid var(--r-main-color);
326
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
327
+}
328
+
329
+.reveal a .r-frame {
330
+  transition: all 0.15s linear;
331
+}
332
+
333
+.reveal a:hover .r-frame {
334
+  border-color: var(--r-link-color);
335
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
336
+}
337
+
338
+/*********************************************
339
+ * NAVIGATION CONTROLS
340
+ *********************************************/
341
+.reveal .controls {
342
+  color: var(--r-link-color);
343
+}
344
+
345
+/*********************************************
346
+ * PROGRESS BAR
347
+ *********************************************/
348
+.reveal .progress {
349
+  background: rgba(0, 0, 0, 0.2);
350
+  color: var(--r-link-color);
351
+}
352
+
353
+/*********************************************
354
+ * PRINT BACKGROUND
355
+ *********************************************/
356
+@media print {
357
+  .backgrounds {
358
+    background-color: var(--r-background-color);
359
+  }
360
+}

+ 368
- 0
static/reveal/dist/theme/sky.css View File

@@ -0,0 +1,368 @@
1
+/**
2
+ * Sky theme for reveal.js.
3
+ *
4
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
5
+ */
6
+@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
7
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
8
+.reveal a {
9
+  line-height: 1.3em;
10
+}
11
+
12
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
13
+  color: #fff;
14
+}
15
+
16
+/*********************************************
17
+ * GLOBAL STYLES
18
+ *********************************************/
19
+:root {
20
+  --r-background-color: #f7fbfc;
21
+  --r-main-font: Open Sans, sans-serif;
22
+  --r-main-font-size: 40px;
23
+  --r-main-color: #333;
24
+  --r-block-margin: 20px;
25
+  --r-heading-margin: 0 0 20px 0;
26
+  --r-heading-font: Quicksand, sans-serif;
27
+  --r-heading-color: #333;
28
+  --r-heading-line-height: 1.2;
29
+  --r-heading-letter-spacing: -0.08em;
30
+  --r-heading-text-transform: uppercase;
31
+  --r-heading-text-shadow: none;
32
+  --r-heading-font-weight: normal;
33
+  --r-heading1-text-shadow: none;
34
+  --r-heading1-size: 3.77em;
35
+  --r-heading2-size: 2.11em;
36
+  --r-heading3-size: 1.55em;
37
+  --r-heading4-size: 1em;
38
+  --r-code-font: monospace;
39
+  --r-link-color: #3b759e;
40
+  --r-link-color-dark: #264c66;
41
+  --r-link-color-hover: #74a7cb;
42
+  --r-selection-background-color: #134674;
43
+  --r-selection-color: #fff;
44
+}
45
+
46
+.reveal-viewport {
47
+  background: #add9e4;
48
+  background: -moz-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
49
+  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f7fbfc), color-stop(100%, #add9e4));
50
+  background: -webkit-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
51
+  background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
52
+  background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
53
+  background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
54
+  background-color: var(--r-background-color);
55
+}
56
+
57
+.reveal {
58
+  font-family: var(--r-main-font);
59
+  font-size: var(--r-main-font-size);
60
+  font-weight: normal;
61
+  color: var(--r-main-color);
62
+}
63
+
64
+.reveal ::selection {
65
+  color: var(--r-selection-color);
66
+  background: var(--r-selection-background-color);
67
+  text-shadow: none;
68
+}
69
+
70
+.reveal ::-moz-selection {
71
+  color: var(--r-selection-color);
72
+  background: var(--r-selection-background-color);
73
+  text-shadow: none;
74
+}
75
+
76
+.reveal .slides section,
77
+.reveal .slides section > section {
78
+  line-height: 1.3;
79
+  font-weight: inherit;
80
+}
81
+
82
+/*********************************************
83
+ * HEADERS
84
+ *********************************************/
85
+.reveal h1,
86
+.reveal h2,
87
+.reveal h3,
88
+.reveal h4,
89
+.reveal h5,
90
+.reveal h6 {
91
+  margin: var(--r-heading-margin);
92
+  color: var(--r-heading-color);
93
+  font-family: var(--r-heading-font);
94
+  font-weight: var(--r-heading-font-weight);
95
+  line-height: var(--r-heading-line-height);
96
+  letter-spacing: var(--r-heading-letter-spacing);
97
+  text-transform: var(--r-heading-text-transform);
98
+  text-shadow: var(--r-heading-text-shadow);
99
+  word-wrap: break-word;
100
+}
101
+
102
+.reveal h1 {
103
+  font-size: var(--r-heading1-size);
104
+}
105
+
106
+.reveal h2 {
107
+  font-size: var(--r-heading2-size);
108
+}
109
+
110
+.reveal h3 {
111
+  font-size: var(--r-heading3-size);
112
+}
113
+
114
+.reveal h4 {
115
+  font-size: var(--r-heading4-size);
116
+}
117
+
118
+.reveal h1 {
119
+  text-shadow: var(--r-heading1-text-shadow);
120
+}
121
+
122
+/*********************************************
123
+ * OTHER
124
+ *********************************************/
125
+.reveal p {
126
+  margin: var(--r-block-margin) 0;
127
+  line-height: 1.3;
128
+}
129
+
130
+/* Remove trailing margins after titles */
131
+.reveal h1:last-child,
132
+.reveal h2:last-child,
133
+.reveal h3:last-child,
134
+.reveal h4:last-child,
135
+.reveal h5:last-child,
136
+.reveal h6:last-child {
137
+  margin-bottom: 0;
138
+}
139
+
140
+/* Ensure certain elements are never larger than the slide itself */
141
+.reveal img,
142
+.reveal video,
143
+.reveal iframe {
144
+  max-width: 95%;
145
+  max-height: 95%;
146
+}
147
+
148
+.reveal strong,
149
+.reveal b {
150
+  font-weight: bold;
151
+}
152
+
153
+.reveal em {
154
+  font-style: italic;
155
+}
156
+
157
+.reveal ol,
158
+.reveal dl,
159
+.reveal ul {
160
+  display: inline-block;
161
+  text-align: left;
162
+  margin: 0 0 0 1em;
163
+}
164
+
165
+.reveal ol {
166
+  list-style-type: decimal;
167
+}
168
+
169
+.reveal ul {
170
+  list-style-type: disc;
171
+}
172
+
173
+.reveal ul ul {
174
+  list-style-type: square;
175
+}
176
+
177
+.reveal ul ul ul {
178
+  list-style-type: circle;
179
+}
180
+
181
+.reveal ul ul,
182
+.reveal ul ol,
183
+.reveal ol ol,
184
+.reveal ol ul {
185
+  display: block;
186
+  margin-left: 40px;
187
+}
188
+
189
+.reveal dt {
190
+  font-weight: bold;
191
+}
192
+
193
+.reveal dd {
194
+  margin-left: 40px;
195
+}
196
+
197
+.reveal blockquote {
198
+  display: block;
199
+  position: relative;
200
+  width: 70%;
201
+  margin: var(--r-block-margin) auto;
202
+  padding: 5px;
203
+  font-style: italic;
204
+  background: rgba(255, 255, 255, 0.05);
205
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
206
+}
207
+
208
+.reveal blockquote p:first-child,
209
+.reveal blockquote p:last-child {
210
+  display: inline-block;
211
+}
212
+
213
+.reveal q {
214
+  font-style: italic;
215
+}
216
+
217
+.reveal pre {
218
+  display: block;
219
+  position: relative;
220
+  width: 90%;
221
+  margin: var(--r-block-margin) auto;
222
+  text-align: left;
223
+  font-size: 0.55em;
224
+  font-family: var(--r-code-font);
225
+  line-height: 1.2em;
226
+  word-wrap: break-word;
227
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
228
+}
229
+
230
+.reveal code {
231
+  font-family: var(--r-code-font);
232
+  text-transform: none;
233
+  tab-size: 2;
234
+}
235
+
236
+.reveal pre code {
237
+  display: block;
238
+  padding: 5px;
239
+  overflow: auto;
240
+  max-height: 400px;
241
+  word-wrap: normal;
242
+}
243
+
244
+.reveal .code-wrapper {
245
+  white-space: normal;
246
+}
247
+
248
+.reveal .code-wrapper code {
249
+  white-space: pre;
250
+}
251
+
252
+.reveal table {
253
+  margin: auto;
254
+  border-collapse: collapse;
255
+  border-spacing: 0;
256
+}
257
+
258
+.reveal table th {
259
+  font-weight: bold;
260
+}
261
+
262
+.reveal table th,
263
+.reveal table td {
264
+  text-align: left;
265
+  padding: 0.2em 0.5em 0.2em 0.5em;
266
+  border-bottom: 1px solid;
267
+}
268
+
269
+.reveal table th[align=center],
270
+.reveal table td[align=center] {
271
+  text-align: center;
272
+}
273
+
274
+.reveal table th[align=right],
275
+.reveal table td[align=right] {
276
+  text-align: right;
277
+}
278
+
279
+.reveal table tbody tr:last-child th,
280
+.reveal table tbody tr:last-child td {
281
+  border-bottom: none;
282
+}
283
+
284
+.reveal sup {
285
+  vertical-align: super;
286
+  font-size: smaller;
287
+}
288
+
289
+.reveal sub {
290
+  vertical-align: sub;
291
+  font-size: smaller;
292
+}
293
+
294
+.reveal small {
295
+  display: inline-block;
296
+  font-size: 0.6em;
297
+  line-height: 1.2em;
298
+  vertical-align: top;
299
+}
300
+
301
+.reveal small * {
302
+  vertical-align: top;
303
+}
304
+
305
+.reveal img {
306
+  margin: var(--r-block-margin) 0;
307
+}
308
+
309
+/*********************************************
310
+ * LINKS
311
+ *********************************************/
312
+.reveal a {
313
+  color: var(--r-link-color);
314
+  text-decoration: none;
315
+  transition: color 0.15s ease;
316
+}
317
+
318
+.reveal a:hover {
319
+  color: var(--r-link-color-hover);
320
+  text-shadow: none;
321
+  border: none;
322
+}
323
+
324
+.reveal .roll span:after {
325
+  color: #fff;
326
+  background: var(--r-link-color-dark);
327
+}
328
+
329
+/*********************************************
330
+ * Frame helper
331
+ *********************************************/
332
+.reveal .r-frame {
333
+  border: 4px solid var(--r-main-color);
334
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
335
+}
336
+
337
+.reveal a .r-frame {
338
+  transition: all 0.15s linear;
339
+}
340
+
341
+.reveal a:hover .r-frame {
342
+  border-color: var(--r-link-color);
343
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
344
+}
345
+
346
+/*********************************************
347
+ * NAVIGATION CONTROLS
348
+ *********************************************/
349
+.reveal .controls {
350
+  color: var(--r-link-color);
351
+}
352
+
353
+/*********************************************
354
+ * PROGRESS BAR
355
+ *********************************************/
356
+.reveal .progress {
357
+  background: rgba(0, 0, 0, 0.2);
358
+  color: var(--r-link-color);
359
+}
360
+
361
+/*********************************************
362
+ * PRINT BACKGROUND
363
+ *********************************************/
364
+@media print {
365
+  .backgrounds {
366
+    background-color: var(--r-background-color);
367
+  }
368
+}

+ 361
- 0
static/reveal/dist/theme/solarized.css View File

@@ -0,0 +1,361 @@
1
+/**
2
+ * Solarized Light theme for reveal.js.
3
+ * Author: Achim Staebler
4
+ */
5
+@import url(./fonts/league-gothic/league-gothic.css);
6
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
7
+/**
8
+ * Solarized colors by Ethan Schoonover
9
+ */
10
+html * {
11
+  color-profile: sRGB;
12
+  rendering-intent: auto;
13
+}
14
+
15
+/*********************************************
16
+ * GLOBAL STYLES
17
+ *********************************************/
18
+:root {
19
+  --r-background-color: #fdf6e3;
20
+  --r-main-font: Lato, sans-serif;
21
+  --r-main-font-size: 40px;
22
+  --r-main-color: #657b83;
23
+  --r-block-margin: 20px;
24
+  --r-heading-margin: 0 0 20px 0;
25
+  --r-heading-font: League Gothic, Impact, sans-serif;
26
+  --r-heading-color: #586e75;
27
+  --r-heading-line-height: 1.2;
28
+  --r-heading-letter-spacing: normal;
29
+  --r-heading-text-transform: uppercase;
30
+  --r-heading-text-shadow: none;
31
+  --r-heading-font-weight: normal;
32
+  --r-heading1-text-shadow: none;
33
+  --r-heading1-size: 3.77em;
34
+  --r-heading2-size: 2.11em;
35
+  --r-heading3-size: 1.55em;
36
+  --r-heading4-size: 1em;
37
+  --r-code-font: monospace;
38
+  --r-link-color: #268bd2;
39
+  --r-link-color-dark: #1a6091;
40
+  --r-link-color-hover: #78b9e6;
41
+  --r-selection-background-color: #d33682;
42
+  --r-selection-color: #fff;
43
+}
44
+
45
+.reveal-viewport {
46
+  background: #fdf6e3;
47
+  background-color: var(--r-background-color);
48
+}
49
+
50
+.reveal {
51
+  font-family: var(--r-main-font);
52
+  font-size: var(--r-main-font-size);
53
+  font-weight: normal;
54
+  color: var(--r-main-color);
55
+}
56
+
57
+.reveal ::selection {
58
+  color: var(--r-selection-color);
59
+  background: var(--r-selection-background-color);
60
+  text-shadow: none;
61
+}
62
+
63
+.reveal ::-moz-selection {
64
+  color: var(--r-selection-color);
65
+  background: var(--r-selection-background-color);
66
+  text-shadow: none;
67
+}
68
+
69
+.reveal .slides section,
70
+.reveal .slides section > section {
71
+  line-height: 1.3;
72
+  font-weight: inherit;
73
+}
74
+
75
+/*********************************************
76
+ * HEADERS
77
+ *********************************************/
78
+.reveal h1,
79
+.reveal h2,
80
+.reveal h3,
81
+.reveal h4,
82
+.reveal h5,
83
+.reveal h6 {
84
+  margin: var(--r-heading-margin);
85
+  color: var(--r-heading-color);
86
+  font-family: var(--r-heading-font);
87
+  font-weight: var(--r-heading-font-weight);
88
+  line-height: var(--r-heading-line-height);
89
+  letter-spacing: var(--r-heading-letter-spacing);
90
+  text-transform: var(--r-heading-text-transform);
91
+  text-shadow: var(--r-heading-text-shadow);
92
+  word-wrap: break-word;
93
+}
94
+
95
+.reveal h1 {
96
+  font-size: var(--r-heading1-size);
97
+}
98
+
99
+.reveal h2 {
100
+  font-size: var(--r-heading2-size);
101
+}
102
+
103
+.reveal h3 {
104
+  font-size: var(--r-heading3-size);
105
+}
106
+
107
+.reveal h4 {
108
+  font-size: var(--r-heading4-size);
109
+}
110
+
111
+.reveal h1 {
112
+  text-shadow: var(--r-heading1-text-shadow);
113
+}
114
+
115
+/*********************************************
116
+ * OTHER
117
+ *********************************************/
118
+.reveal p {
119
+  margin: var(--r-block-margin) 0;
120
+  line-height: 1.3;
121
+}
122
+
123
+/* Remove trailing margins after titles */
124
+.reveal h1:last-child,
125
+.reveal h2:last-child,
126
+.reveal h3:last-child,
127
+.reveal h4:last-child,
128
+.reveal h5:last-child,
129
+.reveal h6:last-child {
130
+  margin-bottom: 0;
131
+}
132
+
133
+/* Ensure certain elements are never larger than the slide itself */
134
+.reveal img,
135
+.reveal video,
136
+.reveal iframe {
137
+  max-width: 95%;
138
+  max-height: 95%;
139
+}
140
+
141
+.reveal strong,
142
+.reveal b {
143
+  font-weight: bold;
144
+}
145
+
146
+.reveal em {
147
+  font-style: italic;
148
+}
149
+
150
+.reveal ol,
151
+.reveal dl,
152
+.reveal ul {
153
+  display: inline-block;
154
+  text-align: left;
155
+  margin: 0 0 0 1em;
156
+}
157
+
158
+.reveal ol {
159
+  list-style-type: decimal;
160
+}
161
+
162
+.reveal ul {
163
+  list-style-type: disc;
164
+}
165
+
166
+.reveal ul ul {
167
+  list-style-type: square;
168
+}
169
+
170
+.reveal ul ul ul {
171
+  list-style-type: circle;
172
+}
173
+
174
+.reveal ul ul,
175
+.reveal ul ol,
176
+.reveal ol ol,
177
+.reveal ol ul {
178
+  display: block;
179
+  margin-left: 40px;
180
+}
181
+
182
+.reveal dt {
183
+  font-weight: bold;
184
+}
185
+
186
+.reveal dd {
187
+  margin-left: 40px;
188
+}
189
+
190
+.reveal blockquote {
191
+  display: block;
192
+  position: relative;
193
+  width: 70%;
194
+  margin: var(--r-block-margin) auto;
195
+  padding: 5px;
196
+  font-style: italic;
197
+  background: rgba(255, 255, 255, 0.05);
198
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
199
+}
200
+
201
+.reveal blockquote p:first-child,
202
+.reveal blockquote p:last-child {
203
+  display: inline-block;
204
+}
205
+
206
+.reveal q {
207
+  font-style: italic;
208
+}
209
+
210
+.reveal pre {
211
+  display: block;
212
+  position: relative;
213
+  width: 90%;
214
+  margin: var(--r-block-margin) auto;
215
+  text-align: left;
216
+  font-size: 0.55em;
217
+  font-family: var(--r-code-font);
218
+  line-height: 1.2em;
219
+  word-wrap: break-word;
220
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
221
+}
222
+
223
+.reveal code {
224
+  font-family: var(--r-code-font);
225
+  text-transform: none;
226
+  tab-size: 2;
227
+}
228
+
229
+.reveal pre code {
230
+  display: block;
231
+  padding: 5px;
232
+  overflow: auto;
233
+  max-height: 400px;
234
+  word-wrap: normal;
235
+}
236
+
237
+.reveal .code-wrapper {
238
+  white-space: normal;
239
+}
240
+
241
+.reveal .code-wrapper code {
242
+  white-space: pre;
243
+}
244
+
245
+.reveal table {
246
+  margin: auto;
247
+  border-collapse: collapse;
248
+  border-spacing: 0;
249
+}
250
+
251
+.reveal table th {
252
+  font-weight: bold;
253
+}
254
+
255
+.reveal table th,
256
+.reveal table td {
257
+  text-align: left;
258
+  padding: 0.2em 0.5em 0.2em 0.5em;
259
+  border-bottom: 1px solid;
260
+}
261
+
262
+.reveal table th[align=center],
263
+.reveal table td[align=center] {
264
+  text-align: center;
265
+}
266
+
267
+.reveal table th[align=right],
268
+.reveal table td[align=right] {
269
+  text-align: right;
270
+}
271
+
272
+.reveal table tbody tr:last-child th,
273
+.reveal table tbody tr:last-child td {
274
+  border-bottom: none;
275
+}
276
+
277
+.reveal sup {
278
+  vertical-align: super;
279
+  font-size: smaller;
280
+}
281
+
282
+.reveal sub {
283
+  vertical-align: sub;
284
+  font-size: smaller;
285
+}
286
+
287
+.reveal small {
288
+  display: inline-block;
289
+  font-size: 0.6em;
290
+  line-height: 1.2em;
291
+  vertical-align: top;
292
+}
293
+
294
+.reveal small * {
295
+  vertical-align: top;
296
+}
297
+
298
+.reveal img {
299
+  margin: var(--r-block-margin) 0;
300
+}
301
+
302
+/*********************************************
303
+ * LINKS
304
+ *********************************************/
305
+.reveal a {
306
+  color: var(--r-link-color);
307
+  text-decoration: none;
308
+  transition: color 0.15s ease;
309
+}
310
+
311
+.reveal a:hover {
312
+  color: var(--r-link-color-hover);
313
+  text-shadow: none;
314
+  border: none;
315
+}
316
+
317
+.reveal .roll span:after {
318
+  color: #fff;
319
+  background: var(--r-link-color-dark);
320
+}
321
+
322
+/*********************************************
323
+ * Frame helper
324
+ *********************************************/
325
+.reveal .r-frame {
326
+  border: 4px solid var(--r-main-color);
327
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
328
+}
329
+
330
+.reveal a .r-frame {
331
+  transition: all 0.15s linear;
332
+}
333
+
334
+.reveal a:hover .r-frame {
335
+  border-color: var(--r-link-color);
336
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
337
+}
338
+
339
+/*********************************************
340
+ * NAVIGATION CONTROLS
341
+ *********************************************/
342
+.reveal .controls {
343
+  color: var(--r-link-color);
344
+}
345
+
346
+/*********************************************
347
+ * PROGRESS BAR
348
+ *********************************************/
349
+.reveal .progress {
350
+  background: rgba(0, 0, 0, 0.2);
351
+  color: var(--r-link-color);
352
+}
353
+
354
+/*********************************************
355
+ * PRINT BACKGROUND
356
+ *********************************************/
357
+@media print {
358
+  .backgrounds {
359
+    background-color: var(--r-background-color);
360
+  }
361
+}

+ 360
- 0
static/reveal/dist/theme/white-contrast.css View File

@@ -0,0 +1,360 @@
1
+/**
2
+ * White compact & high contrast reveal.js theme, with headers not in capitals.
3
+ *
4
+ * By Peter Kehl. Based on white.(s)css by Hakim El Hattab, http://hakim.se
5
+ *
6
+ * - Keep the source similar to black.css - for easy comparison.
7
+ * - $mainFontSize controls code blocks, too (although under some ratio).
8
+ */
9
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
10
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
11
+  color: #fff;
12
+}
13
+
14
+/*********************************************
15
+ * GLOBAL STYLES
16
+ *********************************************/
17
+:root {
18
+  --r-background-color: #fff;
19
+  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
20
+  --r-main-font-size: 42px;
21
+  --r-main-color: #000;
22
+  --r-block-margin: 20px;
23
+  --r-heading-margin: 0 0 20px 0;
24
+  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
25
+  --r-heading-color: #000;
26
+  --r-heading-line-height: 1.2;
27
+  --r-heading-letter-spacing: normal;
28
+  --r-heading-text-transform: uppercase;
29
+  --r-heading-text-shadow: none;
30
+  --r-heading-font-weight: 600;
31
+  --r-heading1-text-shadow: none;
32
+  --r-heading1-size: 2.5em;
33
+  --r-heading2-size: 1.6em;
34
+  --r-heading3-size: 1.3em;
35
+  --r-heading4-size: 1em;
36
+  --r-code-font: monospace;
37
+  --r-link-color: #2a76dd;
38
+  --r-link-color-dark: #1a53a1;
39
+  --r-link-color-hover: #6ca0e8;
40
+  --r-selection-background-color: #98bdef;
41
+  --r-selection-color: #fff;
42
+}
43
+
44
+.reveal-viewport {
45
+  background: #fff;
46
+  background-color: var(--r-background-color);
47
+}
48
+
49
+.reveal {
50
+  font-family: var(--r-main-font);
51
+  font-size: var(--r-main-font-size);
52
+  font-weight: normal;
53
+  color: var(--r-main-color);
54
+}
55
+
56
+.reveal ::selection {
57
+  color: var(--r-selection-color);
58
+  background: var(--r-selection-background-color);
59
+  text-shadow: none;
60
+}
61
+
62
+.reveal ::-moz-selection {
63
+  color: var(--r-selection-color);
64
+  background: var(--r-selection-background-color);
65
+  text-shadow: none;
66
+}
67
+
68
+.reveal .slides section,
69
+.reveal .slides section > section {
70
+  line-height: 1.3;
71
+  font-weight: inherit;
72
+}
73
+
74
+/*********************************************
75
+ * HEADERS
76
+ *********************************************/
77
+.reveal h1,
78
+.reveal h2,
79
+.reveal h3,
80
+.reveal h4,
81
+.reveal h5,
82
+.reveal h6 {
83
+  margin: var(--r-heading-margin);
84
+  color: var(--r-heading-color);
85
+  font-family: var(--r-heading-font);
86
+  font-weight: var(--r-heading-font-weight);
87
+  line-height: var(--r-heading-line-height);
88
+  letter-spacing: var(--r-heading-letter-spacing);
89
+  text-transform: var(--r-heading-text-transform);
90
+  text-shadow: var(--r-heading-text-shadow);
91
+  word-wrap: break-word;
92
+}
93
+
94
+.reveal h1 {
95
+  font-size: var(--r-heading1-size);
96
+}
97
+
98
+.reveal h2 {
99
+  font-size: var(--r-heading2-size);
100
+}
101
+
102
+.reveal h3 {
103
+  font-size: var(--r-heading3-size);
104
+}
105
+
106
+.reveal h4 {
107
+  font-size: var(--r-heading4-size);
108
+}
109
+
110
+.reveal h1 {
111
+  text-shadow: var(--r-heading1-text-shadow);
112
+}
113
+
114
+/*********************************************
115
+ * OTHER
116
+ *********************************************/
117
+.reveal p {
118
+  margin: var(--r-block-margin) 0;
119
+  line-height: 1.3;
120
+}
121
+
122
+/* Remove trailing margins after titles */
123
+.reveal h1:last-child,
124
+.reveal h2:last-child,
125
+.reveal h3:last-child,
126
+.reveal h4:last-child,
127
+.reveal h5:last-child,
128
+.reveal h6:last-child {
129
+  margin-bottom: 0;
130
+}
131
+
132
+/* Ensure certain elements are never larger than the slide itself */
133
+.reveal img,
134
+.reveal video,
135
+.reveal iframe {
136
+  max-width: 95%;
137
+  max-height: 95%;
138
+}
139
+
140
+.reveal strong,
141
+.reveal b {
142
+  font-weight: bold;
143
+}
144
+
145
+.reveal em {
146
+  font-style: italic;
147
+}
148
+
149
+.reveal ol,
150
+.reveal dl,
151
+.reveal ul {
152
+  display: inline-block;
153
+  text-align: left;
154
+  margin: 0 0 0 1em;
155
+}
156
+
157
+.reveal ol {
158
+  list-style-type: decimal;
159
+}
160
+
161
+.reveal ul {
162
+  list-style-type: disc;
163
+}
164
+
165
+.reveal ul ul {
166
+  list-style-type: square;
167
+}
168
+
169
+.reveal ul ul ul {
170
+  list-style-type: circle;
171
+}
172
+
173
+.reveal ul ul,
174
+.reveal ul ol,
175
+.reveal ol ol,
176
+.reveal ol ul {
177
+  display: block;
178
+  margin-left: 40px;
179
+}
180
+
181
+.reveal dt {
182
+  font-weight: bold;
183
+}
184
+
185
+.reveal dd {
186
+  margin-left: 40px;
187
+}
188
+
189
+.reveal blockquote {
190
+  display: block;
191
+  position: relative;
192
+  width: 70%;
193
+  margin: var(--r-block-margin) auto;
194
+  padding: 5px;
195
+  font-style: italic;
196
+  background: rgba(255, 255, 255, 0.05);
197
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
198
+}
199
+
200
+.reveal blockquote p:first-child,
201
+.reveal blockquote p:last-child {
202
+  display: inline-block;
203
+}
204
+
205
+.reveal q {
206
+  font-style: italic;
207
+}
208
+
209
+.reveal pre {
210
+  display: block;
211
+  position: relative;
212
+  width: 90%;
213
+  margin: var(--r-block-margin) auto;
214
+  text-align: left;
215
+  font-size: 0.55em;
216
+  font-family: var(--r-code-font);
217
+  line-height: 1.2em;
218
+  word-wrap: break-word;
219
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
220
+}
221
+
222
+.reveal code {
223
+  font-family: var(--r-code-font);
224
+  text-transform: none;
225
+  tab-size: 2;
226
+}
227
+
228
+.reveal pre code {
229
+  display: block;
230
+  padding: 5px;
231
+  overflow: auto;
232
+  max-height: 400px;
233
+  word-wrap: normal;
234
+}
235
+
236
+.reveal .code-wrapper {
237
+  white-space: normal;
238
+}
239
+
240
+.reveal .code-wrapper code {
241
+  white-space: pre;
242
+}
243
+
244
+.reveal table {
245
+  margin: auto;
246
+  border-collapse: collapse;
247
+  border-spacing: 0;
248
+}
249
+
250
+.reveal table th {
251
+  font-weight: bold;
252
+}
253
+
254
+.reveal table th,
255
+.reveal table td {
256
+  text-align: left;
257
+  padding: 0.2em 0.5em 0.2em 0.5em;
258
+  border-bottom: 1px solid;
259
+}
260
+
261
+.reveal table th[align=center],
262
+.reveal table td[align=center] {
263
+  text-align: center;
264
+}
265
+
266
+.reveal table th[align=right],
267
+.reveal table td[align=right] {
268
+  text-align: right;
269
+}
270
+
271
+.reveal table tbody tr:last-child th,
272
+.reveal table tbody tr:last-child td {
273
+  border-bottom: none;
274
+}
275
+
276
+.reveal sup {
277
+  vertical-align: super;
278
+  font-size: smaller;
279
+}
280
+
281
+.reveal sub {
282
+  vertical-align: sub;
283
+  font-size: smaller;
284
+}
285
+
286
+.reveal small {
287
+  display: inline-block;
288
+  font-size: 0.6em;
289
+  line-height: 1.2em;
290
+  vertical-align: top;
291
+}
292
+
293
+.reveal small * {
294
+  vertical-align: top;
295
+}
296
+
297
+.reveal img {
298
+  margin: var(--r-block-margin) 0;
299
+}
300
+
301
+/*********************************************
302
+ * LINKS
303
+ *********************************************/
304
+.reveal a {
305
+  color: var(--r-link-color);
306
+  text-decoration: none;
307
+  transition: color 0.15s ease;
308
+}
309
+
310
+.reveal a:hover {
311
+  color: var(--r-link-color-hover);
312
+  text-shadow: none;
313
+  border: none;
314
+}
315
+
316
+.reveal .roll span:after {
317
+  color: #fff;
318
+  background: var(--r-link-color-dark);
319
+}
320
+
321
+/*********************************************
322
+ * Frame helper
323
+ *********************************************/
324
+.reveal .r-frame {
325
+  border: 4px solid var(--r-main-color);
326
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
327
+}
328
+
329
+.reveal a .r-frame {
330
+  transition: all 0.15s linear;
331
+}
332
+
333
+.reveal a:hover .r-frame {
334
+  border-color: var(--r-link-color);
335
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
336
+}
337
+
338
+/*********************************************
339
+ * NAVIGATION CONTROLS
340
+ *********************************************/
341
+.reveal .controls {
342
+  color: var(--r-link-color);
343
+}
344
+
345
+/*********************************************
346
+ * PROGRESS BAR
347
+ *********************************************/
348
+.reveal .progress {
349
+  background: rgba(0, 0, 0, 0.2);
350
+  color: var(--r-link-color);
351
+}
352
+
353
+/*********************************************
354
+ * PRINT BACKGROUND
355
+ *********************************************/
356
+@media print {
357
+  .backgrounds {
358
+    background-color: var(--r-background-color);
359
+  }
360
+}

+ 357
- 0
static/reveal/dist/theme/white.css View File

@@ -0,0 +1,357 @@
1
+/**
2
+ * White theme for reveal.js. This is the opposite of the 'black' theme.
3
+ *
4
+ * By Hakim El Hattab, http://hakim.se
5
+ */
6
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
7
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
8
+  color: #fff;
9
+}
10
+
11
+/*********************************************
12
+ * GLOBAL STYLES
13
+ *********************************************/
14
+:root {
15
+  --r-background-color: #fff;
16
+  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
17
+  --r-main-font-size: 42px;
18
+  --r-main-color: #222;
19
+  --r-block-margin: 20px;
20
+  --r-heading-margin: 0 0 20px 0;
21
+  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
22
+  --r-heading-color: #222;
23
+  --r-heading-line-height: 1.2;
24
+  --r-heading-letter-spacing: normal;
25
+  --r-heading-text-transform: uppercase;
26
+  --r-heading-text-shadow: none;
27
+  --r-heading-font-weight: 600;
28
+  --r-heading1-text-shadow: none;
29
+  --r-heading1-size: 2.5em;
30
+  --r-heading2-size: 1.6em;
31
+  --r-heading3-size: 1.3em;
32
+  --r-heading4-size: 1em;
33
+  --r-code-font: monospace;
34
+  --r-link-color: #2a76dd;
35
+  --r-link-color-dark: #1a53a1;
36
+  --r-link-color-hover: #6ca0e8;
37
+  --r-selection-background-color: #98bdef;
38
+  --r-selection-color: #fff;
39
+}
40
+
41
+.reveal-viewport {
42
+  background: #fff;
43
+  background-color: var(--r-background-color);
44
+}
45
+
46
+.reveal {
47
+  font-family: var(--r-main-font);
48
+  font-size: var(--r-main-font-size);
49
+  font-weight: normal;
50
+  color: var(--r-main-color);
51
+}
52
+
53
+.reveal ::selection {
54
+  color: var(--r-selection-color);
55
+  background: var(--r-selection-background-color);
56
+  text-shadow: none;
57
+}
58
+
59
+.reveal ::-moz-selection {
60
+  color: var(--r-selection-color);
61
+  background: var(--r-selection-background-color);
62
+  text-shadow: none;
63
+}
64
+
65
+.reveal .slides section,
66
+.reveal .slides section > section {
67
+  line-height: 1.3;
68
+  font-weight: inherit;
69
+}
70
+
71
+/*********************************************
72
+ * HEADERS
73
+ *********************************************/
74
+.reveal h1,
75
+.reveal h2,
76
+.reveal h3,
77
+.reveal h4,
78
+.reveal h5,
79
+.reveal h6 {
80
+  margin: var(--r-heading-margin);
81
+  color: var(--r-heading-color);
82
+  font-family: var(--r-heading-font);
83
+  font-weight: var(--r-heading-font-weight);
84
+  line-height: var(--r-heading-line-height);
85
+  letter-spacing: var(--r-heading-letter-spacing);
86
+  text-transform: var(--r-heading-text-transform);
87
+  text-shadow: var(--r-heading-text-shadow);
88
+  word-wrap: break-word;
89
+}
90
+
91
+.reveal h1 {
92
+  font-size: var(--r-heading1-size);
93
+}
94
+
95
+.reveal h2 {
96
+  font-size: var(--r-heading2-size);
97
+}
98
+
99
+.reveal h3 {
100
+  font-size: var(--r-heading3-size);
101
+}
102
+
103
+.reveal h4 {
104
+  font-size: var(--r-heading4-size);
105
+}
106
+
107
+.reveal h1 {
108
+  text-shadow: var(--r-heading1-text-shadow);
109
+}
110
+
111
+/*********************************************
112
+ * OTHER
113
+ *********************************************/
114
+.reveal p {
115
+  margin: var(--r-block-margin) 0;
116
+  line-height: 1.3;
117
+}
118
+
119
+/* Remove trailing margins after titles */
120
+.reveal h1:last-child,
121
+.reveal h2:last-child,
122
+.reveal h3:last-child,
123
+.reveal h4:last-child,
124
+.reveal h5:last-child,
125
+.reveal h6:last-child {
126
+  margin-bottom: 0;
127
+}
128
+
129
+/* Ensure certain elements are never larger than the slide itself */
130
+.reveal img,
131
+.reveal video,
132
+.reveal iframe {
133
+  max-width: 95%;
134
+  max-height: 95%;
135
+}
136
+
137
+.reveal strong,
138
+.reveal b {
139
+  font-weight: bold;
140
+}
141
+
142
+.reveal em {
143
+  font-style: italic;
144
+}
145
+
146
+.reveal ol,
147
+.reveal dl,
148
+.reveal ul {
149
+  display: inline-block;
150
+  text-align: left;
151
+  margin: 0 0 0 1em;
152
+}
153
+
154
+.reveal ol {
155
+  list-style-type: decimal;
156
+}
157
+
158
+.reveal ul {
159
+  list-style-type: disc;
160
+}
161
+
162
+.reveal ul ul {
163
+  list-style-type: square;
164
+}
165
+
166
+.reveal ul ul ul {
167
+  list-style-type: circle;
168
+}
169
+
170
+.reveal ul ul,
171
+.reveal ul ol,
172
+.reveal ol ol,
173
+.reveal ol ul {
174
+  display: block;
175
+  margin-left: 40px;
176
+}
177
+
178
+.reveal dt {
179
+  font-weight: bold;
180
+}
181
+
182
+.reveal dd {
183
+  margin-left: 40px;
184
+}
185
+
186
+.reveal blockquote {
187
+  display: block;
188
+  position: relative;
189
+  width: 70%;
190
+  margin: var(--r-block-margin) auto;
191
+  padding: 5px;
192
+  font-style: italic;
193
+  background: rgba(255, 255, 255, 0.05);
194
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
195
+}
196
+
197
+.reveal blockquote p:first-child,
198
+.reveal blockquote p:last-child {
199
+  display: inline-block;
200
+}
201
+
202
+.reveal q {
203
+  font-style: italic;
204
+}
205
+
206
+.reveal pre {
207
+  display: block;
208
+  position: relative;
209
+  width: 90%;
210
+  margin: var(--r-block-margin) auto;
211
+  text-align: left;
212
+  font-size: 0.55em;
213
+  font-family: var(--r-code-font);
214
+  line-height: 1.2em;
215
+  word-wrap: break-word;
216
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
217
+}
218
+
219
+.reveal code {
220
+  font-family: var(--r-code-font);
221
+  text-transform: none;
222
+  tab-size: 2;
223
+}
224
+
225
+.reveal pre code {
226
+  display: block;
227
+  padding: 5px;
228
+  overflow: auto;
229
+  max-height: 400px;
230
+  word-wrap: normal;
231
+}
232
+
233
+.reveal .code-wrapper {
234
+  white-space: normal;
235
+}
236
+
237
+.reveal .code-wrapper code {
238
+  white-space: pre;
239
+}
240
+
241
+.reveal table {
242
+  margin: auto;
243
+  border-collapse: collapse;
244
+  border-spacing: 0;
245
+}
246
+
247
+.reveal table th {
248
+  font-weight: bold;
249
+}
250
+
251
+.reveal table th,
252
+.reveal table td {
253
+  text-align: left;
254
+  padding: 0.2em 0.5em 0.2em 0.5em;
255
+  border-bottom: 1px solid;
256
+}
257
+
258
+.reveal table th[align=center],
259
+.reveal table td[align=center] {
260
+  text-align: center;
261
+}
262
+
263
+.reveal table th[align=right],
264
+.reveal table td[align=right] {
265
+  text-align: right;
266
+}
267
+
268
+.reveal table tbody tr:last-child th,
269
+.reveal table tbody tr:last-child td {
270
+  border-bottom: none;
271
+}
272
+
273
+.reveal sup {
274
+  vertical-align: super;
275
+  font-size: smaller;
276
+}
277
+
278
+.reveal sub {
279
+  vertical-align: sub;
280
+  font-size: smaller;
281
+}
282
+
283
+.reveal small {
284
+  display: inline-block;
285
+  font-size: 0.6em;
286
+  line-height: 1.2em;
287
+  vertical-align: top;
288
+}
289
+
290
+.reveal small * {
291
+  vertical-align: top;
292
+}
293
+
294
+.reveal img {
295
+  margin: var(--r-block-margin) 0;
296
+}
297
+
298
+/*********************************************
299
+ * LINKS
300
+ *********************************************/
301
+.reveal a {
302
+  color: var(--r-link-color);
303
+  text-decoration: none;
304
+  transition: color 0.15s ease;
305
+}
306
+
307
+.reveal a:hover {
308
+  color: var(--r-link-color-hover);
309
+  text-shadow: none;
310
+  border: none;
311
+}
312
+
313
+.reveal .roll span:after {
314
+  color: #fff;
315
+  background: var(--r-link-color-dark);
316
+}
317
+
318
+/*********************************************
319
+ * Frame helper
320
+ *********************************************/
321
+.reveal .r-frame {
322
+  border: 4px solid var(--r-main-color);
323
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
324
+}
325
+
326
+.reveal a .r-frame {
327
+  transition: all 0.15s linear;
328
+}
329
+
330
+.reveal a:hover .r-frame {
331
+  border-color: var(--r-link-color);
332
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
333
+}
334
+
335
+/*********************************************
336
+ * NAVIGATION CONTROLS
337
+ *********************************************/
338
+.reveal .controls {
339
+  color: var(--r-link-color);
340
+}
341
+
342
+/*********************************************
343
+ * PROGRESS BAR
344
+ *********************************************/
345
+.reveal .progress {
346
+  background: rgba(0, 0, 0, 0.2);
347
+  color: var(--r-link-color);
348
+}
349
+
350
+/*********************************************
351
+ * PRINT BACKGROUND
352
+ *********************************************/
353
+@media print {
354
+  .backgrounds {
355
+    background-color: var(--r-background-color);
356
+  }
357
+}

+ 360
- 0
static/reveal/dist/theme/white_contrast_compact_verbatim_headers.css View File

@@ -0,0 +1,360 @@
1
+/**
2
+ * White compact & high contrast reveal.js theme, with headers not in capitals.
3
+ *
4
+ * By Peter Kehl. Based on white.(s)css by Hakim El Hattab, http://hakim.se
5
+ *
6
+ * - Keep the source similar to black.css - for easy comparison.
7
+ * - $mainFontSize controls code blocks, too (although under some ratio).
8
+ */
9
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
10
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
11
+  color: #fff;
12
+}
13
+
14
+/*********************************************
15
+ * GLOBAL STYLES
16
+ *********************************************/
17
+:root {
18
+  --r-background-color: #fff;
19
+  --r-main-font: Source Sans Pro, Helvetica, sans-serif;
20
+  --r-main-font-size: 25px;
21
+  --r-main-color: #000;
22
+  --r-block-margin: 20px;
23
+  --r-heading-margin: 0 0 20px 0;
24
+  --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
25
+  --r-heading-color: #000;
26
+  --r-heading-line-height: 1.2;
27
+  --r-heading-letter-spacing: normal;
28
+  --r-heading-text-transform: none;
29
+  --r-heading-text-shadow: none;
30
+  --r-heading-font-weight: 450;
31
+  --r-heading1-text-shadow: none;
32
+  --r-heading1-size: 2.5em;
33
+  --r-heading2-size: 1.6em;
34
+  --r-heading3-size: 1.3em;
35
+  --r-heading4-size: 1em;
36
+  --r-code-font: monospace;
37
+  --r-link-color: #2a76dd;
38
+  --r-link-color-dark: #1a53a1;
39
+  --r-link-color-hover: #6ca0e8;
40
+  --r-selection-background-color: #98bdef;
41
+  --r-selection-color: #fff;
42
+}
43
+
44
+.reveal-viewport {
45
+  background: #fff;
46
+  background-color: var(--r-background-color);
47
+}
48
+
49
+.reveal {
50
+  font-family: var(--r-main-font);
51
+  font-size: var(--r-main-font-size);
52
+  font-weight: normal;
53
+  color: var(--r-main-color);
54
+}
55
+
56
+.reveal ::selection {
57
+  color: var(--r-selection-color);
58
+  background: var(--r-selection-background-color);
59
+  text-shadow: none;
60
+}
61
+
62
+.reveal ::-moz-selection {
63
+  color: var(--r-selection-color);
64
+  background: var(--r-selection-background-color);
65
+  text-shadow: none;
66
+}
67
+
68
+.reveal .slides section,
69
+.reveal .slides section > section {
70
+  line-height: 1.3;
71
+  font-weight: inherit;
72
+}
73
+
74
+/*********************************************
75
+ * HEADERS
76
+ *********************************************/
77
+.reveal h1,
78
+.reveal h2,
79
+.reveal h3,
80
+.reveal h4,
81
+.reveal h5,
82
+.reveal h6 {
83
+  margin: var(--r-heading-margin);
84
+  color: var(--r-heading-color);
85
+  font-family: var(--r-heading-font);
86
+  font-weight: var(--r-heading-font-weight);
87
+  line-height: var(--r-heading-line-height);
88
+  letter-spacing: var(--r-heading-letter-spacing);
89
+  text-transform: var(--r-heading-text-transform);
90
+  text-shadow: var(--r-heading-text-shadow);
91
+  word-wrap: break-word;
92
+}
93
+
94
+.reveal h1 {
95
+  font-size: var(--r-heading1-size);
96
+}
97
+
98
+.reveal h2 {
99
+  font-size: var(--r-heading2-size);
100
+}
101
+
102
+.reveal h3 {
103
+  font-size: var(--r-heading3-size);
104
+}
105
+
106
+.reveal h4 {
107
+  font-size: var(--r-heading4-size);
108
+}
109
+
110
+.reveal h1 {
111
+  text-shadow: var(--r-heading1-text-shadow);
112
+}
113
+
114
+/*********************************************
115
+ * OTHER
116
+ *********************************************/
117
+.reveal p {
118
+  margin: var(--r-block-margin) 0;
119
+  line-height: 1.3;
120
+}
121
+
122
+/* Remove trailing margins after titles */
123
+.reveal h1:last-child,
124
+.reveal h2:last-child,
125
+.reveal h3:last-child,
126
+.reveal h4:last-child,
127
+.reveal h5:last-child,
128
+.reveal h6:last-child {
129
+  margin-bottom: 0;
130
+}
131
+
132
+/* Ensure certain elements are never larger than the slide itself */
133
+.reveal img,
134
+.reveal video,
135
+.reveal iframe {
136
+  max-width: 95%;
137
+  max-height: 95%;
138
+}
139
+
140
+.reveal strong,
141
+.reveal b {
142
+  font-weight: bold;
143
+}
144
+
145
+.reveal em {
146
+  font-style: italic;
147
+}
148
+
149
+.reveal ol,
150
+.reveal dl,
151
+.reveal ul {
152
+  display: inline-block;
153
+  text-align: left;
154
+  margin: 0 0 0 1em;
155
+}
156
+
157
+.reveal ol {
158
+  list-style-type: decimal;
159
+}
160
+
161
+.reveal ul {
162
+  list-style-type: disc;
163
+}
164
+
165
+.reveal ul ul {
166
+  list-style-type: square;
167
+}
168
+
169
+.reveal ul ul ul {
170
+  list-style-type: circle;
171
+}
172
+
173
+.reveal ul ul,
174
+.reveal ul ol,
175
+.reveal ol ol,
176
+.reveal ol ul {
177
+  display: block;
178
+  margin-left: 40px;
179
+}
180
+
181
+.reveal dt {
182
+  font-weight: bold;
183
+}
184
+
185
+.reveal dd {
186
+  margin-left: 40px;
187
+}
188
+
189
+.reveal blockquote {
190
+  display: block;
191
+  position: relative;
192
+  width: 70%;
193
+  margin: var(--r-block-margin) auto;
194
+  padding: 5px;
195
+  font-style: italic;
196
+  background: rgba(255, 255, 255, 0.05);
197
+  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
198
+}
199
+
200
+.reveal blockquote p:first-child,
201
+.reveal blockquote p:last-child {
202
+  display: inline-block;
203
+}
204
+
205
+.reveal q {
206
+  font-style: italic;
207
+}
208
+
209
+.reveal pre {
210
+  display: block;
211
+  position: relative;
212
+  width: 90%;
213
+  margin: var(--r-block-margin) auto;
214
+  text-align: left;
215
+  font-size: 0.55em;
216
+  font-family: var(--r-code-font);
217
+  line-height: 1.2em;
218
+  word-wrap: break-word;
219
+  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
220
+}
221
+
222
+.reveal code {
223
+  font-family: var(--r-code-font);
224
+  text-transform: none;
225
+  tab-size: 2;
226
+}
227
+
228
+.reveal pre code {
229
+  display: block;
230
+  padding: 5px;
231
+  overflow: auto;
232
+  max-height: 400px;
233
+  word-wrap: normal;
234
+}
235
+
236
+.reveal .code-wrapper {
237
+  white-space: normal;
238
+}
239
+
240
+.reveal .code-wrapper code {
241
+  white-space: pre;
242
+}
243
+
244
+.reveal table {
245
+  margin: auto;
246
+  border-collapse: collapse;
247
+  border-spacing: 0;
248
+}
249
+
250
+.reveal table th {
251
+  font-weight: bold;
252
+}
253
+
254
+.reveal table th,
255
+.reveal table td {
256
+  text-align: left;
257
+  padding: 0.2em 0.5em 0.2em 0.5em;
258
+  border-bottom: 1px solid;
259
+}
260
+
261
+.reveal table th[align=center],
262
+.reveal table td[align=center] {
263
+  text-align: center;
264
+}
265
+
266
+.reveal table th[align=right],
267
+.reveal table td[align=right] {
268
+  text-align: right;
269
+}
270
+
271
+.reveal table tbody tr:last-child th,
272
+.reveal table tbody tr:last-child td {
273
+  border-bottom: none;
274
+}
275
+
276
+.reveal sup {
277
+  vertical-align: super;
278
+  font-size: smaller;
279
+}
280
+
281
+.reveal sub {
282
+  vertical-align: sub;
283
+  font-size: smaller;
284
+}
285
+
286
+.reveal small {
287
+  display: inline-block;
288
+  font-size: 0.6em;
289
+  line-height: 1.2em;
290
+  vertical-align: top;
291
+}
292
+
293
+.reveal small * {
294
+  vertical-align: top;
295
+}
296
+
297
+.reveal img {
298
+  margin: var(--r-block-margin) 0;
299
+}
300
+
301
+/*********************************************
302
+ * LINKS
303
+ *********************************************/
304
+.reveal a {
305
+  color: var(--r-link-color);
306
+  text-decoration: none;
307
+  transition: color 0.15s ease;
308
+}
309
+
310
+.reveal a:hover {
311
+  color: var(--r-link-color-hover);
312
+  text-shadow: none;
313
+  border: none;
314
+}
315
+
316
+.reveal .roll span:after {
317
+  color: #fff;
318
+  background: var(--r-link-color-dark);
319
+}
320
+
321
+/*********************************************
322
+ * Frame helper
323
+ *********************************************/
324
+.reveal .r-frame {
325
+  border: 4px solid var(--r-main-color);
326
+  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
327
+}
328
+
329
+.reveal a .r-frame {
330
+  transition: all 0.15s linear;
331
+}
332
+
333
+.reveal a:hover .r-frame {
334
+  border-color: var(--r-link-color);
335
+  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
336
+}
337
+
338
+/*********************************************
339
+ * NAVIGATION CONTROLS
340
+ *********************************************/
341
+.reveal .controls {
342
+  color: var(--r-link-color);
343
+}
344
+
345
+/*********************************************
346
+ * PROGRESS BAR
347
+ *********************************************/
348
+.reveal .progress {
349
+  background: rgba(0, 0, 0, 0.2);
350
+  color: var(--r-link-color);
351
+}
352
+
353
+/*********************************************
354
+ * PRINT BACKGROUND
355
+ *********************************************/
356
+@media print {
357
+  .backgrounds {
358
+    background-color: var(--r-background-color);
359
+  }
360
+}

+ 526
- 0
static/reveal/examples/500-slides.html View File

@@ -0,0 +1,526 @@
1
+<!doctype html>
2
+<html lang="en">
3
+	<head>
4
+		<meta charset="utf-8">
5
+
6
+		<title>reveal.js - 500 slides</title>
7
+
8
+		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
9
+
10
+		<link rel="stylesheet" href="../dist/reveal.css">
11
+		<link rel="stylesheet" href="../dist/theme/black.css">
12
+	</head>
13
+
14
+	<body>
15
+		<div class="reveal">
16
+			<div class="slides">
17
+				<section><h1>1</h1></section>
18
+				<section><h1>2</h1></section>
19
+				<section><h1>3</h1></section>
20
+				<section><h1>4</h1></section>
21
+				<section><h1>5</h1></section>
22
+				<section><h1>6</h1></section>
23
+				<section><h1>7</h1></section>
24
+				<section><h1>8</h1></section>
25
+				<section><h1>9</h1></section>
26
+				<section><h1>10</h1></section>
27
+				<section><h1>11</h1></section>
28
+				<section><h1>12</h1></section>
29
+				<section><h1>13</h1></section>
30
+				<section><h1>14</h1></section>
31
+				<section><h1>15</h1></section>
32
+				<section><h1>16</h1></section>
33
+				<section><h1>17</h1></section>
34
+				<section><h1>18</h1></section>
35
+				<section><h1>19</h1></section>
36
+				<section><h1>20</h1></section>
37
+				<section><h1>21</h1></section>
38
+				<section><h1>22</h1></section>
39
+				<section><h1>23</h1></section>
40
+				<section><h1>24</h1></section>
41
+				<section><h1>25</h1></section>
42
+				<section><h1>26</h1></section>
43
+				<section><h1>27</h1></section>
44
+				<section><h1>28</h1></section>
45
+				<section><h1>29</h1></section>
46
+				<section><h1>30</h1></section>
47
+				<section><h1>31</h1></section>
48
+				<section><h1>32</h1></section>
49
+				<section><h1>33</h1></section>
50
+				<section><h1>34</h1></section>
51
+				<section><h1>35</h1></section>
52
+				<section><h1>36</h1></section>
53
+				<section><h1>37</h1></section>
54
+				<section><h1>38</h1></section>
55
+				<section><h1>39</h1></section>
56
+				<section><h1>40</h1></section>
57
+				<section><h1>41</h1></section>
58
+				<section><h1>42</h1></section>
59
+				<section><h1>43</h1></section>
60
+				<section><h1>44</h1></section>
61
+				<section><h1>45</h1></section>
62
+				<section><h1>46</h1></section>
63
+				<section><h1>47</h1></section>
64
+				<section><h1>48</h1></section>
65
+				<section><h1>49</h1></section>
66
+				<section><h1>50</h1></section>
67
+				<section><h1>51</h1></section>
68
+				<section><h1>52</h1></section>
69
+				<section><h1>53</h1></section>
70
+				<section><h1>54</h1></section>
71
+				<section><h1>55</h1></section>
72
+				<section><h1>56</h1></section>
73
+				<section><h1>57</h1></section>
74
+				<section><h1>58</h1></section>
75
+				<section><h1>59</h1></section>
76
+				<section><h1>60</h1></section>
77
+				<section><h1>61</h1></section>
78
+				<section><h1>62</h1></section>
79
+				<section><h1>63</h1></section>
80
+				<section><h1>64</h1></section>
81
+				<section><h1>65</h1></section>
82
+				<section><h1>66</h1></section>
83
+				<section><h1>67</h1></section>
84
+				<section><h1>68</h1></section>
85
+				<section><h1>69</h1></section>
86
+				<section><h1>70</h1></section>
87
+				<section><h1>71</h1></section>
88
+				<section><h1>72</h1></section>
89
+				<section><h1>73</h1></section>
90
+				<section><h1>74</h1></section>
91
+				<section><h1>75</h1></section>
92
+				<section><h1>76</h1></section>
93
+				<section><h1>77</h1></section>
94
+				<section><h1>78</h1></section>
95
+				<section><h1>79</h1></section>
96
+				<section><h1>80</h1></section>
97
+				<section><h1>81</h1></section>
98
+				<section><h1>82</h1></section>
99
+				<section><h1>83</h1></section>
100
+				<section><h1>84</h1></section>
101
+				<section><h1>85</h1></section>
102
+				<section><h1>86</h1></section>
103
+				<section><h1>87</h1></section>
104
+				<section><h1>88</h1></section>
105
+				<section><h1>89</h1></section>
106
+				<section><h1>90</h1></section>
107
+				<section><h1>91</h1></section>
108
+				<section><h1>92</h1></section>
109
+				<section><h1>93</h1></section>
110
+				<section><h1>94</h1></section>
111
+				<section><h1>95</h1></section>
112
+				<section><h1>96</h1></section>
113
+				<section><h1>97</h1></section>
114
+				<section><h1>98</h1></section>
115
+				<section><h1>99</h1></section>
116
+				<section><h1>100</h1></section>
117
+				<section><h1>101</h1></section>
118
+				<section><h1>102</h1></section>
119
+				<section><h1>103</h1></section>
120
+				<section><h1>104</h1></section>
121
+				<section><h1>105</h1></section>
122
+				<section><h1>106</h1></section>
123
+				<section><h1>107</h1></section>
124
+				<section><h1>108</h1></section>
125
+				<section><h1>109</h1></section>
126
+				<section><h1>110</h1></section>
127
+				<section><h1>111</h1></section>
128
+				<section><h1>112</h1></section>
129
+				<section><h1>113</h1></section>
130
+				<section><h1>114</h1></section>
131
+				<section><h1>115</h1></section>
132
+				<section><h1>116</h1></section>
133
+				<section><h1>117</h1></section>
134
+				<section><h1>118</h1></section>
135
+				<section><h1>119</h1></section>
136
+				<section><h1>120</h1></section>
137
+				<section><h1>121</h1></section>
138
+				<section><h1>122</h1></section>
139
+				<section><h1>123</h1></section>
140
+				<section><h1>124</h1></section>
141
+				<section><h1>125</h1></section>
142
+				<section><h1>126</h1></section>
143
+				<section><h1>127</h1></section>
144
+				<section><h1>128</h1></section>
145
+				<section><h1>129</h1></section>
146
+				<section><h1>130</h1></section>
147
+				<section><h1>131</h1></section>
148
+				<section><h1>132</h1></section>
149
+				<section><h1>133</h1></section>
150
+				<section><h1>134</h1></section>
151
+				<section><h1>135</h1></section>
152
+				<section><h1>136</h1></section>
153
+				<section><h1>137</h1></section>
154
+				<section><h1>138</h1></section>
155
+				<section><h1>139</h1></section>
156
+				<section><h1>140</h1></section>
157
+				<section><h1>141</h1></section>
158
+				<section><h1>142</h1></section>
159
+				<section><h1>143</h1></section>
160
+				<section><h1>144</h1></section>
161
+				<section><h1>145</h1></section>
162
+				<section><h1>146</h1></section>
163
+				<section><h1>147</h1></section>
164
+				<section><h1>148</h1></section>
165
+				<section><h1>149</h1></section>
166
+				<section><h1>150</h1></section>
167
+				<section><h1>151</h1></section>
168
+				<section><h1>152</h1></section>
169
+				<section><h1>153</h1></section>
170
+				<section><h1>154</h1></section>
171
+				<section><h1>155</h1></section>
172
+				<section><h1>156</h1></section>
173
+				<section><h1>157</h1></section>
174
+				<section><h1>158</h1></section>
175
+				<section><h1>159</h1></section>
176
+				<section><h1>160</h1></section>
177
+				<section><h1>161</h1></section>
178
+				<section><h1>162</h1></section>
179
+				<section><h1>163</h1></section>
180
+				<section><h1>164</h1></section>
181
+				<section><h1>165</h1></section>
182
+				<section><h1>166</h1></section>
183
+				<section><h1>167</h1></section>
184
+				<section><h1>168</h1></section>
185
+				<section><h1>169</h1></section>
186
+				<section><h1>170</h1></section>
187
+				<section><h1>171</h1></section>
188
+				<section><h1>172</h1></section>
189
+				<section><h1>173</h1></section>
190
+				<section><h1>174</h1></section>
191
+				<section><h1>175</h1></section>
192
+				<section><h1>176</h1></section>
193
+				<section><h1>177</h1></section>
194
+				<section><h1>178</h1></section>
195
+				<section><h1>179</h1></section>
196
+				<section><h1>180</h1></section>
197
+				<section><h1>181</h1></section>
198
+				<section><h1>182</h1></section>
199
+				<section><h1>183</h1></section>
200
+				<section><h1>184</h1></section>
201
+				<section><h1>185</h1></section>
202
+				<section><h1>186</h1></section>
203
+				<section><h1>187</h1></section>
204
+				<section><h1>188</h1></section>
205
+				<section><h1>189</h1></section>
206
+				<section><h1>190</h1></section>
207
+				<section><h1>191</h1></section>
208
+				<section><h1>192</h1></section>
209
+				<section><h1>193</h1></section>
210
+				<section><h1>194</h1></section>
211
+				<section><h1>195</h1></section>
212
+				<section><h1>196</h1></section>
213
+				<section><h1>197</h1></section>
214
+				<section><h1>198</h1></section>
215
+				<section><h1>199</h1></section>
216
+				<section><h1>200</h1></section>
217
+				<section><h1>201</h1></section>
218
+				<section><h1>202</h1></section>
219
+				<section><h1>203</h1></section>
220
+				<section><h1>204</h1></section>
221
+				<section><h1>205</h1></section>
222
+				<section><h1>206</h1></section>
223
+				<section><h1>207</h1></section>
224
+				<section><h1>208</h1></section>
225
+				<section><h1>209</h1></section>
226
+				<section><h1>210</h1></section>
227
+				<section><h1>211</h1></section>
228
+				<section><h1>212</h1></section>
229
+				<section><h1>213</h1></section>
230
+				<section><h1>214</h1></section>
231
+				<section><h1>215</h1></section>
232
+				<section><h1>216</h1></section>
233
+				<section><h1>217</h1></section>
234
+				<section><h1>218</h1></section>
235
+				<section><h1>219</h1></section>
236
+				<section><h1>220</h1></section>
237
+				<section><h1>221</h1></section>
238
+				<section><h1>222</h1></section>
239
+				<section><h1>223</h1></section>
240
+				<section><h1>224</h1></section>
241
+				<section><h1>225</h1></section>
242
+				<section><h1>226</h1></section>
243
+				<section><h1>227</h1></section>
244
+				<section><h1>228</h1></section>
245
+				<section><h1>229</h1></section>
246
+				<section><h1>230</h1></section>
247
+				<section><h1>231</h1></section>
248
+				<section><h1>232</h1></section>
249
+				<section><h1>233</h1></section>
250
+				<section><h1>234</h1></section>
251
+				<section><h1>235</h1></section>
252
+				<section><h1>236</h1></section>
253
+				<section><h1>237</h1></section>
254
+				<section><h1>238</h1></section>
255
+				<section><h1>239</h1></section>
256
+				<section><h1>240</h1></section>
257
+				<section><h1>241</h1></section>
258
+				<section><h1>242</h1></section>
259
+				<section><h1>243</h1></section>
260
+				<section><h1>244</h1></section>
261
+				<section><h1>245</h1></section>
262
+				<section><h1>246</h1></section>
263
+				<section><h1>247</h1></section>
264
+				<section><h1>248</h1></section>
265
+				<section><h1>249</h1></section>
266
+				<section><h1>250</h1></section>
267
+				<section><h1>251</h1></section>
268
+				<section><h1>252</h1></section>
269
+				<section><h1>253</h1></section>
270
+				<section><h1>254</h1></section>
271
+				<section><h1>255</h1></section>
272
+				<section><h1>256</h1></section>
273
+				<section><h1>257</h1></section>
274
+				<section><h1>258</h1></section>
275
+				<section><h1>259</h1></section>
276
+				<section><h1>260</h1></section>
277
+				<section><h1>261</h1></section>
278
+				<section><h1>262</h1></section>
279
+				<section><h1>263</h1></section>
280
+				<section><h1>264</h1></section>
281
+				<section><h1>265</h1></section>
282
+				<section><h1>266</h1></section>
283
+				<section><h1>267</h1></section>
284
+				<section><h1>268</h1></section>
285
+				<section><h1>269</h1></section>
286
+				<section><h1>270</h1></section>
287
+				<section><h1>271</h1></section>
288
+				<section><h1>272</h1></section>
289
+				<section><h1>273</h1></section>
290
+				<section><h1>274</h1></section>
291
+				<section><h1>275</h1></section>
292
+				<section><h1>276</h1></section>
293
+				<section><h1>277</h1></section>
294
+				<section><h1>278</h1></section>
295
+				<section><h1>279</h1></section>
296
+				<section><h1>280</h1></section>
297
+				<section><h1>281</h1></section>
298
+				<section><h1>282</h1></section>
299
+				<section><h1>283</h1></section>
300
+				<section><h1>284</h1></section>
301
+				<section><h1>285</h1></section>
302
+				<section><h1>286</h1></section>
303
+				<section><h1>287</h1></section>
304
+				<section><h1>288</h1></section>
305
+				<section><h1>289</h1></section>
306
+				<section><h1>290</h1></section>
307
+				<section><h1>291</h1></section>
308
+				<section><h1>292</h1></section>
309
+				<section><h1>293</h1></section>
310
+				<section><h1>294</h1></section>
311
+				<section><h1>295</h1></section>
312
+				<section><h1>296</h1></section>
313
+				<section><h1>297</h1></section>
314
+				<section><h1>298</h1></section>
315
+				<section><h1>299</h1></section>
316
+				<section><h1>300</h1></section>
317
+				<section><h1>301</h1></section>
318
+				<section><h1>302</h1></section>
319
+				<section><h1>303</h1></section>
320
+				<section><h1>304</h1></section>
321
+				<section><h1>305</h1></section>
322
+				<section><h1>306</h1></section>
323
+				<section><h1>307</h1></section>
324
+				<section><h1>308</h1></section>
325
+				<section><h1>309</h1></section>
326
+				<section><h1>310</h1></section>
327
+				<section><h1>311</h1></section>
328
+				<section><h1>312</h1></section>
329
+				<section><h1>313</h1></section>
330
+				<section><h1>314</h1></section>
331
+				<section><h1>315</h1></section>
332
+				<section><h1>316</h1></section>
333
+				<section><h1>317</h1></section>
334
+				<section><h1>318</h1></section>
335
+				<section><h1>319</h1></section>
336
+				<section><h1>320</h1></section>
337
+				<section><h1>321</h1></section>
338
+				<section><h1>322</h1></section>
339
+				<section><h1>323</h1></section>
340
+				<section><h1>324</h1></section>
341
+				<section><h1>325</h1></section>
342
+				<section><h1>326</h1></section>
343
+				<section><h1>327</h1></section>
344
+				<section><h1>328</h1></section>
345
+				<section><h1>329</h1></section>
346
+				<section><h1>330</h1></section>
347
+				<section><h1>331</h1></section>
348
+				<section><h1>332</h1></section>
349
+				<section><h1>333</h1></section>
350
+				<section><h1>334</h1></section>
351
+				<section><h1>335</h1></section>
352
+				<section><h1>336</h1></section>
353
+				<section><h1>337</h1></section>
354
+				<section><h1>338</h1></section>
355
+				<section><h1>339</h1></section>
356
+				<section><h1>340</h1></section>
357
+				<section><h1>341</h1></section>
358
+				<section><h1>342</h1></section>
359
+				<section><h1>343</h1></section>
360
+				<section><h1>344</h1></section>
361
+				<section><h1>345</h1></section>
362
+				<section><h1>346</h1></section>
363
+				<section><h1>347</h1></section>
364
+				<section><h1>348</h1></section>
365
+				<section><h1>349</h1></section>
366
+				<section><h1>350</h1></section>
367
+				<section><h1>351</h1></section>
368
+				<section><h1>352</h1></section>
369
+				<section><h1>353</h1></section>
370
+				<section><h1>354</h1></section>
371
+				<section><h1>355</h1></section>
372
+				<section><h1>356</h1></section>
373
+				<section><h1>357</h1></section>
374
+				<section><h1>358</h1></section>
375
+				<section><h1>359</h1></section>
376
+				<section><h1>360</h1></section>
377
+				<section><h1>361</h1></section>
378
+				<section><h1>362</h1></section>
379
+				<section><h1>363</h1></section>
380
+				<section><h1>364</h1></section>
381
+				<section><h1>365</h1></section>
382
+				<section><h1>366</h1></section>
383
+				<section><h1>367</h1></section>
384
+				<section><h1>368</h1></section>
385
+				<section><h1>369</h1></section>
386
+				<section><h1>370</h1></section>
387
+				<section><h1>371</h1></section>
388
+				<section><h1>372</h1></section>
389
+				<section><h1>373</h1></section>
390
+				<section><h1>374</h1></section>
391
+				<section><h1>375</h1></section>
392
+				<section><h1>376</h1></section>
393
+				<section><h1>377</h1></section>
394
+				<section><h1>378</h1></section>
395
+				<section><h1>379</h1></section>
396
+				<section><h1>380</h1></section>
397
+				<section><h1>381</h1></section>
398
+				<section><h1>382</h1></section>
399
+				<section><h1>383</h1></section>
400
+				<section><h1>384</h1></section>
401
+				<section><h1>385</h1></section>
402
+				<section><h1>386</h1></section>
403
+				<section><h1>387</h1></section>
404
+				<section><h1>388</h1></section>
405
+				<section><h1>389</h1></section>
406
+				<section><h1>390</h1></section>
407
+				<section><h1>391</h1></section>
408
+				<section><h1>392</h1></section>
409
+				<section><h1>393</h1></section>
410
+				<section><h1>394</h1></section>
411
+				<section><h1>395</h1></section>
412
+				<section><h1>396</h1></section>
413
+				<section><h1>397</h1></section>
414
+				<section><h1>398</h1></section>
415
+				<section><h1>399</h1></section>
416
+				<section><h1>400</h1></section>
417
+				<section><h1>401</h1></section>
418
+				<section><h1>402</h1></section>
419
+				<section><h1>403</h1></section>
420
+				<section><h1>404</h1></section>
421
+				<section><h1>405</h1></section>
422
+				<section><h1>406</h1></section>
423
+				<section><h1>407</h1></section>
424
+				<section><h1>408</h1></section>
425
+				<section><h1>409</h1></section>
426
+				<section><h1>410</h1></section>
427
+				<section><h1>411</h1></section>
428
+				<section><h1>412</h1></section>
429
+				<section><h1>413</h1></section>
430
+				<section><h1>414</h1></section>
431
+				<section><h1>415</h1></section>
432
+				<section><h1>416</h1></section>
433
+				<section><h1>417</h1></section>
434
+				<section><h1>418</h1></section>
435
+				<section><h1>419</h1></section>
436
+				<section><h1>420</h1></section>
437
+				<section><h1>421</h1></section>
438
+				<section><h1>422</h1></section>
439
+				<section><h1>423</h1></section>
440
+				<section><h1>424</h1></section>
441
+				<section><h1>425</h1></section>
442
+				<section><h1>426</h1></section>
443
+				<section><h1>427</h1></section>
444
+				<section><h1>428</h1></section>
445
+				<section><h1>429</h1></section>
446
+				<section><h1>430</h1></section>
447
+				<section><h1>431</h1></section>
448
+				<section><h1>432</h1></section>
449
+				<section><h1>433</h1></section>
450
+				<section><h1>434</h1></section>
451
+				<section><h1>435</h1></section>
452
+				<section><h1>436</h1></section>
453
+				<section><h1>437</h1></section>
454
+				<section><h1>438</h1></section>
455
+				<section><h1>439</h1></section>
456
+				<section><h1>440</h1></section>
457
+				<section><h1>441</h1></section>
458
+				<section><h1>442</h1></section>
459
+				<section><h1>443</h1></section>
460
+				<section><h1>444</h1></section>
461
+				<section><h1>445</h1></section>
462
+				<section><h1>446</h1></section>
463
+				<section><h1>447</h1></section>
464
+				<section><h1>448</h1></section>
465
+				<section><h1>449</h1></section>
466
+				<section><h1>450</h1></section>
467
+				<section><h1>451</h1></section>
468
+				<section><h1>452</h1></section>
469
+				<section><h1>453</h1></section>
470
+				<section><h1>454</h1></section>
471
+				<section><h1>455</h1></section>
472
+				<section><h1>456</h1></section>
473
+				<section><h1>457</h1></section>
474
+				<section><h1>458</h1></section>
475
+				<section><h1>459</h1></section>
476
+				<section><h1>460</h1></section>
477
+				<section><h1>461</h1></section>
478
+				<section><h1>462</h1></section>
479
+				<section><h1>463</h1></section>
480
+				<section><h1>464</h1></section>
481
+				<section><h1>465</h1></section>
482
+				<section><h1>466</h1></section>
483
+				<section><h1>467</h1></section>
484
+				<section><h1>468</h1></section>
485
+				<section><h1>469</h1></section>
486
+				<section><h1>470</h1></section>
487
+				<section><h1>471</h1></section>
488
+				<section><h1>472</h1></section>
489
+				<section><h1>473</h1></section>
490
+				<section><h1>474</h1></section>
491
+				<section><h1>475</h1></section>
492
+				<section><h1>476</h1></section>
493
+				<section><h1>477</h1></section>
494
+				<section><h1>478</h1></section>
495
+				<section><h1>479</h1></section>
496
+				<section><h1>480</h1></section>
497
+				<section><h1>481</h1></section>
498
+				<section><h1>482</h1></section>
499
+				<section><h1>483</h1></section>
500
+				<section><h1>484</h1></section>
501
+				<section><h1>485</h1></section>
502
+				<section><h1>486</h1></section>
503
+				<section><h1>487</h1></section>
504
+				<section><h1>488</h1></section>
505
+				<section><h1>489</h1></section>
506
+				<section><h1>490</h1></section>
507
+				<section><h1>491</h1></section>
508
+				<section><h1>492</h1></section>
509
+				<section><h1>493</h1></section>
510
+				<section><h1>494</h1></section>
511
+				<section><h1>495</h1></section>
512
+				<section><h1>496</h1></section>
513
+				<section><h1>497</h1></section>
514
+				<section><h1>498</h1></section>
515
+				<section><h1>499</h1></section>
516
+			</div>
517
+		</div>
518
+
519
+		<script src="../dist/reveal.js"></script>
520
+		<script>
521
+			Reveal.initialize({
522
+				transition: 'linear'
523
+			});
524
+		</script>
525
+	</body>
526
+</html>

+ 0
- 0
static/reveal/examples/assets/beeping.txt View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save