Skip to content

Commit

Permalink
Create presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
feklee committed Sep 19, 2023
1 parent 34e85ac commit 8163a81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<body>
<div class="reveal">
<div class="slides">
<section data-background-iframe="https://dimsumlabs.github.io/dsl-accounts/"></section>
<section data-background="images/welcome-to-dsl.png" data-background-size="contain" data-background-color="#000000"></section>
<section data-background="images/tidy-up.png" data-background-size="contain" data-background-color="#000000"></section>
</div>
Expand All @@ -30,12 +31,11 @@
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
autoSlide: 5000,
autoSlide: 10000,
autoSlideStoppable: false,
controls: false,
loop: true,

// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
progress: false
});
</script>
</body>
Expand Down

0 comments on commit 8163a81

Please sign in to comment.