Skip to content

Commit 109b4bf

Browse files
committed
🎆 change title
1 parent f23ebd0 commit 109b4bf

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

‎.vscode/settings.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"livePreview.defaultPreviewPath": "/index.html"
3+
}

‎index.html‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
88
/>
99

10-
<title>reveal.js</title>
10+
<title>Replicated Presentation</title>
1111

1212
<link rel="stylesheet" href="dist/reset.css" />
1313
<link rel="stylesheet" href="dist/reveal.css" />
@@ -18,8 +18,13 @@
1818
</head>
1919
<body>
2020
<div class="reveal">
21-
<div class="slides">
22-
<section>What does Replicated do for us?</section>
21+
<class="slides">
22+
<section>
23+
What does Replicated do for us?
24+
<section>
25+
From Annie and Dom to Jean with 💜
26+
</section>
27+
</section>
2328
<section>Slide 2</section>
2429
</div>
2530
</div>
@@ -34,7 +39,9 @@
3439
// - https://revealjs.com/config/
3540
Reveal.initialize({
3641
hash: true,
37-
42+
controls: true,
43+
history: true,
44+
transition: 'cube',
3845
// Learn about plugins: https://revealjs.com/plugins/
3946
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
4047
})

0 commit comments

Comments
 (0)