update presentation examples move to root @ /examples
							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"> | ||||
| 
 | ||||
| 		<link rel="stylesheet" href="../../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../../dist/theme/black.css" id="theme"> | ||||
| 		<link rel="stylesheet" href="../../lib/css/monokai.css"> | ||||
| 		<link rel="stylesheet" href="../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../dist/theme/black.css" id="theme"> | ||||
| 		<link rel="stylesheet" href="../lib/css/monokai.css"> | ||||
| 	</head> | ||||
| 
 | ||||
| 	<body> | ||||
|  | @ -162,15 +162,12 @@ | |||
| 
 | ||||
| 		</div> | ||||
| 
 | ||||
| 		<script src="../../dist/reveal.min.js"></script> | ||||
| 		<script src="../dist/reveal.min.js"></script> | ||||
| 		<script src="../dist/plugin/highlight.js"></script> | ||||
| 		<script> | ||||
| 			Reveal.initialize({ | ||||
| 				center: true, | ||||
| 				hash: true, | ||||
| 
 | ||||
| 				dependencies: [ | ||||
| 					{ src: '../../dist/plugin/highlight.js', async: true } | ||||
| 				] | ||||
| 				hash: true | ||||
| 			}); | ||||
| 		</script> | ||||
| 
 | ||||
|  | @ -6,7 +6,7 @@ | |||
| 
 | ||||
| 		<title>reveal.js - Barebones</title> | ||||
| 
 | ||||
| 		<link rel="stylesheet" href="../../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../dist/reveal.css"> | ||||
| 	</head> | ||||
| 
 | ||||
| 	<body> | ||||
|  | @ -29,7 +29,7 @@ | |||
| 
 | ||||
| 		</div> | ||||
| 
 | ||||
| 		<script src="../../dist/reveal.min.js"></script> | ||||
| 		<script src="../dist/reveal.min.js"></script> | ||||
| 		<script> | ||||
| 			Reveal.initialize(); | ||||
| 		</script> | ||||
|  | @ -8,8 +8,8 @@ | |||
| 
 | ||||
| 		<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/night.css" id="theme"> | ||||
| 		<link rel="stylesheet" href="../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../dist/theme/night.css" id="theme"> | ||||
| 	</head> | ||||
| 
 | ||||
| 	<body> | ||||
|  | @ -175,7 +175,7 @@ | |||
| 
 | ||||
| 		</div> | ||||
| 
 | ||||
| 		<script src="../../dist/reveal.min.js"></script> | ||||
| 		<script src="../dist/reveal.min.js"></script> | ||||
| 		<script> | ||||
| 			Reveal.initialize({ | ||||
| 				history: true, | ||||
|  | @ -193,7 +193,7 @@ | |||
| 				}, | ||||
| 
 | ||||
| 				dependencies: [ | ||||
| 					{ src: '../../dist/plugin/math.js', async: true } | ||||
| 					{ src: '../dist/plugin/math.js', async: true } | ||||
| 				] | ||||
| 			}); | ||||
| 		</script> | ||||
|  | @ -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> | ||||
|  | @ -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"> | ||||
| 
 | ||||
| 		<link rel="stylesheet" href="../../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../../dist/theme/serif.css" id="theme"> | ||||
| 		<link rel="stylesheet" href="../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../dist/theme/serif.css" id="theme"> | ||||
| 		<style type="text/css" media="screen"> | ||||
| 			.slides section.has-dark-background, | ||||
| 			.slides section.has-dark-background h2 { | ||||
|  | @ -122,7 +122,7 @@ | |||
| 
 | ||||
| 		</div> | ||||
| 
 | ||||
| 		<script src="../../dist/reveal.min.js"></script> | ||||
| 		<script src="../dist/reveal.min.js"></script> | ||||
| 		<script> | ||||
| 
 | ||||
| 			// Full list of configuration options available here: | ||||
|  | @ -6,8 +6,8 @@ | |||
| 
 | ||||
| 		<title>reveal.js - Slide Transitions</title> | ||||
| 
 | ||||
| 		<link rel="stylesheet" href="../../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../../dist/theme/white.css" id="theme"> | ||||
| 		<link rel="stylesheet" href="../dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="../dist/theme/white.css" id="theme"> | ||||
| 		<style type="text/css" media="screen"> | ||||
| 			.slides section.has-dark-background, | ||||
| 			.slides section.has-dark-background h3 { | ||||
|  | @ -81,7 +81,7 @@ | |||
| 
 | ||||
| 		</div> | ||||
| 
 | ||||
| 		<script src="../../dist/reveal.min.js"></script> | ||||
| 		<script src="../dist/reveal.min.js"></script> | ||||
| 		<script> | ||||
| 			Reveal.initialize({ | ||||
| 				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
	
	 Hakim El Hattab
						Hakim El Hattab