You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

178 lines
5.3 KiB

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  6. <title>The End of Procrastination - a personal experience | Talk by David Hrdina Nemecek</title>
  7. <link rel="stylesheet" href="dist/reset.css">
  8. <link rel="stylesheet" href="dist/reveal.css">
  9. <link rel="stylesheet" href="dist/theme/night.css">
  10. <link rel="stylesheet" href="module/pathfinder/main.css">
  11. <link rel="stylesheet" href="module/pathfinder/grid.css">
  12. <!-- Theme used for syntax highlighted code -->
  13. <link rel="stylesheet" href="plugin/highlight/monokai.css">
  14. <style>
  15. .reveal .reference {
  16. opacity: 0.2;
  17. }
  18. .reveal dd {
  19. margin-bottom: 2rem;
  20. }
  21. .reveal .lightweight.visible {
  22. opacity: 0.4;
  23. }
  24. .reveal .reference-author {
  25. opacity: 0.4;
  26. font-size: 80%;
  27. }
  28. .flex-container {
  29. display: flex;
  30. }
  31. .flex-wrap {
  32. flex-wrap: wrap;
  33. }
  34. .flex-table > * {
  35. border: 0.05em solid rgba(245, 245, 245, 0.479);
  36. }
  37. .flex-table-2 > div {
  38. width: 49%;
  39. }
  40. .reveal h2.text-over-image,
  41. .reveal h3.text-over-image,
  42. .reveal h4.text-over-image {
  43. color: #CCC;
  44. text-shadow: 0px 0px 5px rgb(107, 107, 107), 0px 0px 2px rgb(0, 0, 0), 2px 2px 1px rgb(43, 43, 43);
  45. }
  46. .reveal .hidden {
  47. display: none
  48. }
  49. .reveal .metaphor {
  50. color: purple;
  51. }
  52. .reveal .pathfinder-rerun {
  53. z-index: 1000;
  54. position: fixed;
  55. bottom: 10px;
  56. left: 11px;
  57. background-color: rgba(200, 200, 200, 0.3);
  58. border-radius: 10px;
  59. padding: 10px;
  60. cursor: pointer;
  61. }
  62. .reveal .pathfinder-rerun.disabled {
  63. background-color: rgba(139, 106, 106, 0.3);
  64. color: rgba(39, 27, 27, 0.3);
  65. cursor: not-allowed;
  66. }
  67. </style>
  68. </head>
  69. <body>
  70. <div class="reveal">
  71. <div class="slides">
  72. <section data-background-image="slides/cover.jpg" data-background-opacity="0.3">
  73. <h1 class="r-fit-text">The End of Procrastination</h1>
  74. <h4>A personal experience</h4>
  75. <div>&nbsp;</div>
  76. <div style="text-align: left;">
  77. <small>
  78. David Hrdina Nemecek<br />
  79. September, 2023
  80. </small>
  81. </div>
  82. </section>
  83. <section data-background-color="#522" data-background-image="slides/procrastinating.jpg" data-background-opacity="0.3">
  84. <dl>
  85. <dt>
  86. procrastinate
  87. <span class="fragment" data-fragment-index="1">
  88. <small>verb</small>
  89. <a class="reference" href="https://www.merriam-webster.com/dictionary/procrastinate">🔗</a>
  90. </span>
  91. </dt>
  92. <dd class="fragment" data-fragment-index="1">
  93. <ul>
  94. <li>to put off intentionally and habitually</li>
  95. <li>Latin: pro+crastinus, "of tomorrow"</li>
  96. </ul>
  97. </dd>
  98. <dt class="fragment" data-fragment-index="2">
  99. lazy
  100. <span class="fragment" data-fragment-index="3">
  101. <small>adjective</small>
  102. <a class="reference" href="https://www.merriam-webster.com/dictionary/lazy">🔗</a>
  103. </span>
  104. </dt>
  105. <dd class="fragment" data-fragment-index="3">
  106. <ul>
  107. <li>disinclined to activity or exertion</li>
  108. <li>moving slowly</li>
  109. </ul>
  110. </dd>
  111. </dl>
  112. </section>
  113. <section data-markdown="slides/intro.md" data-background-color="#522"></section>
  114. <section data-markdown="slides/overview.md" data-background-color="#522"></section>
  115. <section data-markdown="slides/motivation.md" data-background-color="#522"></section>
  116. <section data-markdown="slides/discipline.md" data-background-color="#522"></section>
  117. <section data-markdown="slides/outcomes.md" data-background-color="#522"></section>
  118. <section data-markdown="slides/objectivity.md" data-background-color="#522"></section>
  119. <section data-markdown="slides/outro.md" data-background-gradient="linear-gradient(to bottom, #050, #000, #000, #050)"></section>
  120. <section data-markdown="slides/bonus.md" data-background-gradient="linear-gradient(to bottom, #320, #210)"></section>
  121. </div>
  122. </div>
  123. <script src="dist/reveal.js"></script>
  124. <script src="plugin/notes/notes.js"></script>
  125. <script src="plugin/markdown/markdown.js"></script>
  126. <script src="plugin/highlight/highlight.js"></script>
  127. <script>
  128. // More info about initialization & config:
  129. // - https://revealjs.com/initialization/
  130. // - https://revealjs.com/config/
  131. Reveal.initialize({
  132. hash: true,
  133. // Learn about plugins: https://revealjs.com/plugins/
  134. plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
  135. });
  136. </script>
  137. <script src="module/pathfinder/main.js" async></script>
  138. <script src="module/pathfinder/select.js" async></script>
  139. <script>
  140. const pathfinders = {}
  141. Reveal.on( 'slidetransitionend', event => {
  142. const slide = event.currentSlide
  143. const slideId = event.indexh + ';' + event.indexv
  144. if (slide && slide.classList.contains("pathfinder-page") && !(slideId in pathfinders)) {
  145. pathfinders[slideId] = startPathfinder(slide)
  146. }
  147. });
  148. async function startPathfinder(slide) {
  149. const p = spawnPathfinder(slide)
  150. const rerun = slide.getElementsByClassName("pathfinder-rerun")[0]
  151. if (rerun) {
  152. rerun.onclick = async () => {
  153. if (!rerun.classList.contains("disabled")) {
  154. rerun.classList.add("disabled");
  155. await p.RunMaze()
  156. await p.Run();
  157. rerun.classList.remove("disabled");
  158. }
  159. }
  160. }
  161. await p.RunMaze()
  162. Reveal.layout()
  163. rerun.classList.add("disabled");
  164. await p.Run()
  165. rerun.classList.remove("disabled");
  166. }
  167. </script>
  168. </body>
  169. </html>