Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
10 месяцев назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. <!-- Theme used for syntax highlighted code -->
  11. <link rel="stylesheet" href="plugin/highlight/monokai.css">
  12. <style>
  13. .reveal .reference {
  14. opacity: 0.2;
  15. }
  16. .reveal dd {
  17. margin-bottom: 2rem;
  18. }
  19. .reveal .lightweight.visible {
  20. opacity: 0.4;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div class="reveal">
  26. <div class="slides">
  27. <section data-background-image="slides/business_man_with_smartphone.jpg" data-background-opacity="0.3"
  28. data-background-gradient="linear-gradient(to bottom, #00f, #000, #000, #f00)">
  29. <h1 class="r-fit-text">The End of Procrastination</h1>
  30. <h4>A personal experience</h4>
  31. <div>&nbsp;</div>
  32. <div style="text-align: left;">
  33. <small>
  34. David Hrdina Nemecek<br />
  35. August, 2023
  36. </small>
  37. </div>
  38. </section>
  39. <section data-background-color="#522">
  40. <dl>
  41. <dt>
  42. procrastinate
  43. <span class="fragment" data-fragment-index="1">
  44. <small>verb</small>
  45. <a class="reference" href="https://www.merriam-webster.com/dictionary/procrastinate">🔗</a>
  46. </span>
  47. </dt>
  48. <dd class="fragment" data-fragment-index="1">
  49. <ul>
  50. <li>to put off intentionally and habitually</li>
  51. <li>Latin: pro+crastinus, "of tomorrow"</li>
  52. </ul>
  53. </dd>
  54. <dt class="fragment" data-fragment-index="2">
  55. lazy
  56. <span class="fragment" data-fragment-index="3">
  57. <small>adjective</small>
  58. <a class="reference" href="https://www.merriam-webster.com/dictionary/lazy">🔗</a>
  59. </span>
  60. </dt>
  61. <dd class="fragment" data-fragment-index="3">
  62. <ul>
  63. <li>disinclined to activity or exertion</li>
  64. <li>moving slowly</li>
  65. </ul>
  66. </dd>
  67. </dl>
  68. </section>
  69. <section data-markdown="slides/intro.md" data-background-color="#522"></section>
  70. <section data-markdown="slides/overview.md" data-background-color="#522"></section>
  71. <section data-markdown="slides/motivation.md" data-background-color="#522"></section>
  72. <section data-markdown="slides/discipline.md" data-background-color="#522"></section>
  73. <section data-markdown="slides/outcomes.md" data-background-color="#522"></section>
  74. <section data-markdown="slides/objectivity.md" data-background-color="#522"></section>
  75. <section data-markdown="slides/outro.md" data-background-gradient="linear-gradient(to bottom, #050, #000, #000, #050)"></section>
  76. <section data-markdown="slides/bonus.md" data-background-gradient="linear-gradient(to bottom, #320, #210)"></section>
  77. </div>
  78. </div>
  79. <script src="dist/reveal.js"></script>
  80. <script src="plugin/notes/notes.js"></script>
  81. <script src="plugin/markdown/markdown.js"></script>
  82. <script src="plugin/highlight/highlight.js"></script>
  83. <script>
  84. // More info about initialization & config:
  85. // - https://revealjs.com/initialization/
  86. // - https://revealjs.com/config/
  87. Reveal.initialize({
  88. hash: true,
  89. // Learn about plugins: https://revealjs.com/plugins/
  90. plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
  91. });
  92. </script>
  93. </body>
  94. </html>