Cover and first slide
This commit is contained in:
		
							parent
							
								
									5752701518
								
							
						
					
					
						commit
						7e6879d105
					
				
							
								
								
									
										116
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										116
									
								
								index.html
									
									
									
									
									
								
							| @ -1,40 +1,92 @@ | ||||
| <!doctype html> | ||||
| <html lang="en"> | ||||
| 	<head> | ||||
| 		<meta charset="utf-8"> | ||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||||
| 
 | ||||
| 		<title>reveal.js</title> | ||||
| <head> | ||||
| 	<meta charset="utf-8"> | ||||
| 	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||||
| 
 | ||||
| 		<link rel="stylesheet" href="dist/reset.css"> | ||||
| 		<link rel="stylesheet" href="dist/reveal.css"> | ||||
| 		<link rel="stylesheet" href="dist/theme/black.css"> | ||||
| 	<title>The End of Procrastination - a personal experience | Talk by David Hrdina Nemecek</title> | ||||
| 
 | ||||
| 		<!-- Theme used for syntax highlighted code --> | ||||
| 		<link rel="stylesheet" href="plugin/highlight/monokai.css"> | ||||
| 	</head> | ||||
| 	<body> | ||||
| 		<div class="reveal"> | ||||
| 			<div class="slides"> | ||||
| 				<section>Slide 1</section> | ||||
| 				<section>Slide 2</section> | ||||
| 			</div> | ||||
| 	<link rel="stylesheet" href="dist/reset.css"> | ||||
| 	<link rel="stylesheet" href="dist/reveal.css"> | ||||
| 	<link rel="stylesheet" href="dist/theme/night.css"> | ||||
| 
 | ||||
| 	<!-- Theme used for syntax highlighted code --> | ||||
| 	<link rel="stylesheet" href="plugin/highlight/monokai.css"> | ||||
| 	<style> | ||||
| 		.reveal .reference { | ||||
| 			opacity: 0.2; | ||||
| 		} | ||||
| 		.reveal dd { | ||||
| 			margin-bottom: 2rem; | ||||
| 		} | ||||
| 	</style> | ||||
| </head> | ||||
| 
 | ||||
| <body> | ||||
| 	<div class="reveal"> | ||||
| 		<div class="slides"> | ||||
| 			<section data-background-image="slides/business_man_with_smartphone.jpg" data-background-opacity="0.3" | ||||
| 				data-background-gradient="linear-gradient(to bottom, #00f, #000, #000, #f00)"> | ||||
| 				<h1 class="r-fit-text">The End of Procrastination</h1> | ||||
| 				<h4>A personal experience</h4> | ||||
| 				<div> </div> | ||||
| 				<div style="text-align: left;"> | ||||
| 					<small> | ||||
| 						David Hrdina Nemecek<br /> | ||||
| 						August, 2023 | ||||
| 					</small> | ||||
| 				</div> | ||||
| 			</section> | ||||
| 			<section> | ||||
| 				<dl> | ||||
| 					<dt> | ||||
| 						procrastinate | ||||
| 						<span class="fragment" data-fragment-index="1"> | ||||
| 							<small>verb</small> | ||||
| 							<a class="reference" href="https://www.merriam-webster.com/dictionary/procrastinate">🔗</a> | ||||
| 						</span> | ||||
| 					</dt> | ||||
| 					<dd class="fragment" data-fragment-index="1"> | ||||
| 						<ul> | ||||
| 							<li>to put off intentionally and habitually</li> | ||||
| 							<li>Latin: pro+crastinus, "of tomorrow"</li> | ||||
| 						</ul> | ||||
| 					</dd> | ||||
| 					<dt class="fragment" data-fragment-index="2"> | ||||
| 						lazy | ||||
| 						<span class="fragment" data-fragment-index="3"> | ||||
| 							<small>adjective</small> | ||||
| 							<a class="reference" href="https://www.merriam-webster.com/dictionary/lazy">🔗</a> | ||||
| 						</span> | ||||
| 					</dt> | ||||
| 					<dd class="fragment" data-fragment-index="3"> | ||||
| 						<ul> | ||||
| 							<li>disinclined to activity or exertion</li> | ||||
| 							<li>moving slowly</li> | ||||
| 						</ul> | ||||
| 					</dd> | ||||
| 				</dl> | ||||
| 			</section> | ||||
| 			<section data-markdown="slides/intro.md" /> | ||||
| 		</div> | ||||
| 	</div> | ||||
| 
 | ||||
| 		<script src="dist/reveal.js"></script> | ||||
| 		<script src="plugin/notes/notes.js"></script> | ||||
| 		<script src="plugin/markdown/markdown.js"></script> | ||||
| 		<script src="plugin/highlight/highlight.js"></script> | ||||
| 		<script> | ||||
| 			// More info about initialization & config: | ||||
| 			// - https://revealjs.com/initialization/ | ||||
| 			// - https://revealjs.com/config/ | ||||
| 			Reveal.initialize({ | ||||
| 				hash: true, | ||||
| 	<script src="dist/reveal.js"></script> | ||||
| 	<script src="plugin/notes/notes.js"></script> | ||||
| 	<script src="plugin/markdown/markdown.js"></script> | ||||
| 	<script src="plugin/highlight/highlight.js"></script> | ||||
| 	<script> | ||||
| 		// More info about initialization & config: | ||||
| 		// - https://revealjs.com/initialization/ | ||||
| 		// - https://revealjs.com/config/ | ||||
| 		Reveal.initialize({ | ||||
| 			hash: true, | ||||
| 
 | ||||
| 				// Learn about plugins: https://revealjs.com/plugins/ | ||||
| 				plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ] | ||||
| 			}); | ||||
| 		</script> | ||||
| 	</body> | ||||
| </html> | ||||
| 			// Learn about plugins: https://revealjs.com/plugins/ | ||||
| 			plugins: [RevealMarkdown, RevealHighlight, RevealNotes] | ||||
| 		}); | ||||
| 	</script> | ||||
| </body> | ||||
| 
 | ||||
| </html> | ||||
							
								
								
									
										
											BIN
										
									
								
								slides/business_man_with_smartphone.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								slides/business_man_with_smartphone.jpg
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 103 KiB | 
							
								
								
									
										7
									
								
								slides/intro.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								slides/intro.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,7 @@ | ||||
| ### Wooble | ||||
| 
 | ||||
| sdtasdtsa dtast sat  | ||||
| 
 | ||||
| --- | ||||
| 
 | ||||
| ## Why not? | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user