-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (144 loc) · 5.89 KB
/
index.html
File metadata and controls
147 lines (144 loc) · 5.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="slidesdown 1.4.1" />
<link href="https://slidesdown.github.io" rel="canonical" />
<meta content="Slidesdown" property="og:title" />
<meta content="Presentations at the speed of Markdown" name="description" />
<meta
content="Presentations at the speed of Markdown"
property="og:description"
/>
<meta content="https://slidesdown.github.io" property="og:url" />
<meta content="website" property="og:type" />
<meta
content="https://slidesdown.github.io/slidesdown.webp"
property="og:image"
/>
<meta content="en" property="og:locale" />
<meta content="slidesdown" property="og:site_name" />
<meta content="Jan Christoph Ebersbach" property="og:article:author" />
<meta content="slideshow" property="og:article:tag" />
<meta content="markdown" property="og:article:tag" />
<meta content="html" property="og:article:tag" />
<meta content="summary_large_image" name="twitter:card" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Slidesdown</title>
<link href="/favicon.ico" rel="shortcut icon" />
<link href="/favicon.svg" rel="icon" type="image/svg+xml" />
<link href="/favicon.svg" rel="mask-icon" color="#8D46E7" />
<link href="/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
<link rel="stylesheet" href="/vendor/reveal.js/reveal.css" />
<link
rel="stylesheet"
href="/vendor/reveal.js-plugins/chalkboard/style.css"
/>
<link
rel="stylesheet"
href="/vendor/reveal.js-plugins/customcontrols/style.css"
/>
<link rel="stylesheet" href="/styles.css" />
<script type="importmap">
{
"imports": {
"@kurkle/color": "/vendor/kurkle/color.esm.js",
"dompurify": "/vendor/dompurify/purify.es.mjs",
"echarts": "/vendor/echarts/echarts.esm.min.js",
"github-slugger": "/vendor/github-slugger/index.js",
"marked": "/vendor/marked/marked.esm.js",
"marked-base-url": "/vendor/marked-base-url/index.js",
"marked-gfm-heading-id": "/vendor/marked-gfm-heading-id/index.js",
"mermaid": "/vendor/mermaid/mermaid.esm.min.mjs",
"reveal-chalkboard": "/vendor/reveal.js-plugins/chalkboard/plugin.js",
"reveal-customcontrols": "/vendor/reveal.js-plugins/customcontrols/plugin.js",
"reveal-echarts": "/vendor/reveal.js-echarts/plugin.js",
"reveal-highlight": "/vendor/reveal.js/plugin/highlight.mjs",
"reveal-math": "/vendor/reveal.js/plugin/math.mjs",
"reveal-mermaid": "/vendor/reveal.js-mermaid/plugin.js",
"reveal-notes": "/vendor/reveal.js/plugin/notes.mjs",
"reveal-pdfexport": "/vendor/reveal-pdfexport/pdfexport.js",
"reveal-search": "/vendor/reveal.js/plugin/search.mjs",
"reveal-zoom": "/vendor/reveal.js/plugin/zoom.mjs",
"revealjs": "/vendor/reveal.js/reveal.mjs",
"slidesdown": "/plugin/slidesdown.js",
"unocss": "/vendor/unocss/core.global.js"
}
}
</script>
<script type="module" crossorigin src="/assets/index-FvSqcG4U.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section
data-load-metadata
data-separator="^(#{1,2} |---$)"
data-separator-vertical="^(#{3} |\|\|\|$)"
data-separator-notes="^notes?:"
id="markdown"
>
</section>
</div>
<!-- Layout components -->
<header id="slide-header">
<div id="slide-header-1"></div>
<div id="slide-header-2"></div>
<div id="slide-header-3"></div>
</header>
<footer id="slide-footer">
<div id="slide-footer-1"></div>
<div id="slide-footer-2"></div>
<div id="slide-footer-3"></div>
</footer>
</div>
<script src="/vendor/reveal.js/reveal.js"></script>
<script src="/vendor/reveal-pdfexport/pdfexport.js"></script>
<script src="/vendor/reveal.js-plugins/chalkboard/plugin.js"></script>
<script src="/vendor/reveal.js-plugins/customcontrols/plugin.js"></script>
<script type="module" src="/init.js"></script>
<script src="/vendor/unocss/preset-attributify.global.js"></script>
<script src="/vendor/unocss/preset-icons.global.js"></script>
<script src="/vendor/unocss/preset-typography.global.js"></script>
<script src="/vendor/unocss/preset-wind4.global.js"></script>
<script src="/vendor/unocss/preset-web-fonts.global.js"></script>
<script>
// Documentation: https://unocss.dev/integrations/runtime#usage
window.__unocss = {
presets: [
() =>
window.__unocss_runtime.presets.presetWind4({
preflights: { reset: false },
}),
() => window.__unocss_runtime.presets.presetAttributify(),
() =>
window.__unocss_runtime.presets.presetIcons({
scale: 1.2,
cdn: "/vendor/",
extraProperties: {
"display": "inline-block",
"vertical-align": "middle",
},
}),
() => window.__unocss_runtime.presets.presetTypography(),
() => window.__unocss_runtime.presets.presetWebFonts(),
],
};
</script>
<!-- UnoCSS is loaded by slidesdown.js to avoid a double-initialization -->
<!-- <script src="/vendor/unocss/core.global.js"></script> -->
<!-- WARNING: Prevent the following line from being wrapped, it's removed inside the docker container -->
<script
async
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
</body>
</html>