Skip to content

Commit f23ebd0

Browse files
committed
🎆 add new intro slide
1 parent ea85c71 commit f23ebd0

1 file changed

Lines changed: 36 additions & 33 deletions

File tree

‎index.html‎

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,43 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
8+
/>
69

7-
<title>reveal.js</title>
10+
<title>reveal.js</title>
811

9-
<link rel="stylesheet" href="dist/reset.css">
10-
<link rel="stylesheet" href="dist/reveal.css">
11-
<link rel="stylesheet" href="dist/theme/black.css">
12+
<link rel="stylesheet" href="dist/reset.css" />
13+
<link rel="stylesheet" href="dist/reveal.css" />
14+
<link rel="stylesheet" href="dist/theme/black.css" />
1215

13-
<!-- Theme used for syntax highlighted code -->
14-
<link rel="stylesheet" href="plugin/highlight/monokai.css">
15-
</head>
16-
<body>
17-
<div class="reveal">
18-
<div class="slides">
19-
<section>Slide 1</section>
20-
<section>Slide 2</section>
21-
</div>
22-
</div>
16+
<!-- Theme used for syntax highlighted code -->
17+
<link rel="stylesheet" href="plugin/highlight/monokai.css" />
18+
</head>
19+
<body>
20+
<div class="reveal">
21+
<div class="slides">
22+
<section>What does Replicated do for us?</section>
23+
<section>Slide 2</section>
24+
</div>
25+
</div>
2326

24-
<script src="dist/reveal.js"></script>
25-
<script src="plugin/notes/notes.js"></script>
26-
<script src="plugin/markdown/markdown.js"></script>
27-
<script src="plugin/highlight/highlight.js"></script>
28-
<script>
29-
// More info about initialization & config:
30-
// - https://revealjs.com/initialization/
31-
// - https://revealjs.com/config/
32-
Reveal.initialize({
33-
hash: true,
27+
<script src="dist/reveal.js"></script>
28+
<script src="plugin/notes/notes.js"></script>
29+
<script src="plugin/markdown/markdown.js"></script>
30+
<script src="plugin/highlight/highlight.js"></script>
31+
<script>
32+
// More info about initialization & config:
33+
// - https://revealjs.com/initialization/
34+
// - https://revealjs.com/config/
35+
Reveal.initialize({
36+
hash: true,
3437

35-
// Learn about plugins: https://revealjs.com/plugins/
36-
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
37-
});
38-
</script>
39-
</body>
38+
// Learn about plugins: https://revealjs.com/plugins/
39+
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
40+
})
41+
</script>
42+
</body>
4043
</html>

0 commit comments

Comments
 (0)