update presentation examples move to root @ /examples
This commit is contained in:
parent
7b151c2320
commit
561c3ff443
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -8,9 +8,9 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
<link rel="stylesheet" href="../../dist/theme/black.css" id="theme">
|
<link rel="stylesheet" href="../dist/theme/black.css" id="theme">
|
||||||
<link rel="stylesheet" href="../../lib/css/monokai.css">
|
<link rel="stylesheet" href="../lib/css/monokai.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -162,15 +162,12 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../dist/reveal.min.js"></script>
|
<script src="../dist/reveal.min.js"></script>
|
||||||
|
<script src="../dist/plugin/highlight.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
center: true,
|
center: true,
|
||||||
hash: true,
|
hash: true
|
||||||
|
|
||||||
dependencies: [
|
|
||||||
{ src: '../../dist/plugin/highlight.js', async: true }
|
|
||||||
]
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<title>reveal.js - Barebones</title>
|
<title>reveal.js - Barebones</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../dist/reveal.min.js"></script>
|
<script src="../dist/reveal.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Reveal.initialize();
|
Reveal.initialize();
|
||||||
</script>
|
</script>
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
<link rel="stylesheet" href="../../dist/theme/night.css" id="theme">
|
<link rel="stylesheet" href="../dist/theme/night.css" id="theme">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -175,7 +175,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../dist/reveal.min.js"></script>
|
<script src="../dist/reveal.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
history: true,
|
history: true,
|
||||||
@ -193,7 +193,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
dependencies: [
|
dependencies: [
|
||||||
{ src: '../../dist/plugin/math.js', async: true }
|
{ src: '../dist/plugin/math.js', async: true }
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
56
examples/media.html
Normal file
56
examples/media.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<title>reveal.js - Video, Audio and Iframes</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
|
<link rel="stylesheet" href="../dist/theme/white.css" id="theme">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="reveal">
|
||||||
|
|
||||||
|
<div class="slides">
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Examples of embedded Video, Audio and Iframes</h2>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Iframe</h2>
|
||||||
|
<iframe data-autoplay width="700" height="540" src="https://slides.com/news/auto-animate/embed" frameborder="0"></iframe>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section data-background-iframe="https://www.youtube.com/embed/h1_nyI3z8gI" data-background-interactive>
|
||||||
|
<h2 style="color: #fff;">Iframe Background</h2>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Auto-playing audio</h2>
|
||||||
|
<audio src="assets/beeping.wav" data-autoplay></audio>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2>Audio with controls</h2>
|
||||||
|
<audio src="assets/beeping.wav" controls></audio>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="../dist/reveal.min.js"></script>
|
||||||
|
<script>
|
||||||
|
Reveal.initialize({
|
||||||
|
transition: 'linear'
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
53
examples/multiple-instances.html
Normal file
53
examples/multiple-instances.html
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<title>reveal.js - Multiple Instances</title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
|
<link rel="stylesheet" href="../dist/theme/white.css" id="theme">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body style="background: #ddd;">
|
||||||
|
|
||||||
|
<div style="display: flex; flex-direction: row;">
|
||||||
|
<div class="reveal deck1" style="width: 100%; height: 50vh; margin: 10px;">
|
||||||
|
<div class="slides">
|
||||||
|
<section>Deck 1, Slide 1</section>
|
||||||
|
<section>Deck 1, Slide 2</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="reveal deck2" style="width: 100%; height: 50vh; margin: 10px;">
|
||||||
|
<div class="slides">
|
||||||
|
<section>Deck 2, Slide 1</section>
|
||||||
|
<section>Deck 2, Slide 2</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script src="../dist/reveal.min.js"></script>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
let r1 = new Reveal( document.querySelector( '.deck1' ), {
|
||||||
|
embedded: true,
|
||||||
|
keyboard: false
|
||||||
|
} );
|
||||||
|
r1.initialize();
|
||||||
|
|
||||||
|
let r2 = new Reveal( document.querySelector( '.deck2' ), {
|
||||||
|
embedded: true,
|
||||||
|
keyboard: false
|
||||||
|
} );
|
||||||
|
r2.initialize().then( () => {
|
||||||
|
r2.slide(1);
|
||||||
|
} );
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
<link rel="stylesheet" href="../../dist/theme/serif.css" id="theme">
|
<link rel="stylesheet" href="../dist/theme/serif.css" id="theme">
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
.slides section.has-dark-background,
|
.slides section.has-dark-background,
|
||||||
.slides section.has-dark-background h2 {
|
.slides section.has-dark-background h2 {
|
||||||
@ -122,7 +122,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../dist/reveal.min.js"></script>
|
<script src="../dist/reveal.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
// Full list of configuration options available here:
|
// Full list of configuration options available here:
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
<title>reveal.js - Slide Transitions</title>
|
<title>reveal.js - Slide Transitions</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
<link rel="stylesheet" href="../dist/reveal.css">
|
||||||
<link rel="stylesheet" href="../../dist/theme/white.css" id="theme">
|
<link rel="stylesheet" href="../dist/theme/white.css" id="theme">
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
.slides section.has-dark-background,
|
.slides section.has-dark-background,
|
||||||
.slides section.has-dark-background h3 {
|
.slides section.has-dark-background h3 {
|
||||||
@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="../../dist/reveal.min.js"></script>
|
<script src="../dist/reveal.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
Reveal.initialize({
|
Reveal.initialize({
|
||||||
center: true,
|
center: true,
|
@ -1,50 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<title>reveal.js - Embedded Media</title>
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
|
||||||
<link rel="stylesheet" href="../../dist/theme/white.css" id="theme">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div class="reveal">
|
|
||||||
|
|
||||||
<div class="slides">
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Embedded Media Test</h2>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<iframe data-autoplay width="420" height="345" src="http://www.youtube.com/embed/l3RQZ4mcr1c"></iframe>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Empty Slide</h2>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2>Auto-playing audio</h2>
|
|
||||||
<audio src="assets/beeping.wav" data-autoplay></audio>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script src="../../dist/reveal.min.js"></script>
|
|
||||||
<script>
|
|
||||||
Reveal.initialize({
|
|
||||||
transition: 'linear'
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,66 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
|
|
||||||
<title>reveal.js - Multiple Instances</title>
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../dist/reveal.css">
|
|
||||||
<link rel="stylesheet" href="../../dist/theme/white.css" id="theme">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body style="background: #ddd;">
|
|
||||||
|
|
||||||
<div style="display: flex; flex-direction: row;">
|
|
||||||
<div class="reveal deck1" style="width: 100%; height: 50vh; margin: 10px;">
|
|
||||||
<div class="slides">
|
|
||||||
<section data-markdown>
|
|
||||||
<script type="text/template">
|
|
||||||
## Slide attributes
|
|
||||||
</script>
|
|
||||||
</section>
|
|
||||||
<section>1.2</section>
|
|
||||||
<section>1.3</section>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="reveal deck2" style="width: 100%; height: 50vh; margin: 10px;">
|
|
||||||
<div class="slides">
|
|
||||||
<section data-markdown>
|
|
||||||
<script type="text/template">
|
|
||||||
## Slide attributes
|
|
||||||
</script>
|
|
||||||
</section>
|
|
||||||
<section>2.2</section>
|
|
||||||
<section>2.3</section>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script type="module">
|
|
||||||
|
|
||||||
import Reveal from '../../js/reveal.js';
|
|
||||||
import Markdown from '../../plugin/markdown/markdown.js';
|
|
||||||
|
|
||||||
let r1 = new Reveal( document.querySelector( '.deck1' ), {
|
|
||||||
embedded: true,
|
|
||||||
keyboard: false
|
|
||||||
} );
|
|
||||||
r1.initialize().then( () => {
|
|
||||||
|
|
||||||
let r2 = new Reveal( document.querySelector( '.deck2' ), {
|
|
||||||
embedded: true,
|
|
||||||
keyboard: false,
|
|
||||||
dependencies: [ Markdown ]
|
|
||||||
} );
|
|
||||||
r2.initialize();
|
|
||||||
|
|
||||||
} );
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue
Block a user