Compare commits
3 Commits
5752701518
...
7551643ea7
Author | SHA1 | Date | |
---|---|---|---|
7551643ea7 | |||
bf595acf98 | |||
7e6879d105 |
80
index.html
80
index.html
@ -1,23 +1,84 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<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>
|
||||
<title>The End of Procrastination - a personal experience | Talk by David Hrdina Nemecek</title>
|
||||
|
||||
<link rel="stylesheet" href="dist/reset.css">
|
||||
<link rel="stylesheet" href="dist/reveal.css">
|
||||
<link rel="stylesheet" href="dist/theme/black.css">
|
||||
<link rel="stylesheet" href="dist/theme/night.css">
|
||||
|
||||
<!-- Theme used for syntax highlighted code -->
|
||||
<link rel="stylesheet" href="plugin/highlight/monokai.css">
|
||||
</head>
|
||||
<body>
|
||||
<style>
|
||||
.reveal .reference {
|
||||
opacity: 0.2;
|
||||
}
|
||||
.reveal dd {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.reveal .lightweight.visible {
|
||||
opacity: 0.4;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="reveal">
|
||||
<div class="slides">
|
||||
<section>Slide 1</section>
|
||||
<section>Slide 2</section>
|
||||
<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 data-background-color="#522">
|
||||
<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" data-background-color="#522"></section>
|
||||
<section data-markdown="slides/overview.md" data-background-color="#522"></section>
|
||||
<section data-markdown="slides/motivation.md" data-background-color="#522"></section>
|
||||
<section data-markdown="slides/objectivity.md" data-background-color="#522"></section>
|
||||
<section data-markdown="slides/discipline.md" data-background-color="#522"></section>
|
||||
<section data-markdown="slides/outcomes.md" data-background-color="#522"></section>
|
||||
<section data-markdown="slides/outro.md" data-background-gradient="linear-gradient(to bottom, #050, #000, #000, #050)"></section>
|
||||
<section data-markdown="slides/bonus.md" data-background-gradient="linear-gradient(to bottom, #320, #210)"></section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -33,8 +94,9 @@
|
||||
hash: true,
|
||||
|
||||
// Learn about plugins: https://revealjs.com/plugins/
|
||||
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
|
||||
plugins: [RevealMarkdown, RevealHighlight, RevealNotes]
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -7,7 +7,7 @@
|
||||
import { marked } from 'marked';
|
||||
|
||||
const DEFAULT_SLIDE_SEPARATOR = '\r?\n---\r?\n',
|
||||
DEFAULT_VERTICAL_SEPARATOR = null,
|
||||
DEFAULT_VERTICAL_SEPARATOR = '\r?\n-V-\r?\n',
|
||||
DEFAULT_NOTES_SEPARATOR = '^\s*notes?:',
|
||||
DEFAULT_ELEMENT_ATTRIBUTES_SEPARATOR = '\\\.element\\\s*?(.+?)$',
|
||||
DEFAULT_SLIDE_ATTRIBUTES_SEPARATOR = '\\\.slide:\\\s*?(\\\S.+?)$';
|
||||
|
60
slides/bonus.md
Normal file
60
slides/bonus.md
Normal file
@ -0,0 +1,60 @@
|
||||
## Bonus Round!
|
||||
|
||||
-V-
|
||||
|
||||
### Journal
|
||||
|
||||
Just one line a day
|
||||
|
||||
keeps the daemon at bay.
|
||||
|
||||
Write a page on Sunday at last
|
||||
|
||||
to chat with yourself from the past.
|
||||
|
||||
(not a haiku) <!-- .element: class="fragment lightweight" -->
|
||||
|
||||
-V-
|
||||
|
||||
### Yearly Themes
|
||||
|
||||
Set a **general direction** for yourself, not a goal.
|
||||
|
||||
- ❌ **Goal:** Go to the gym 4 times a week.
|
||||
- ✅ **Theme:** Build muscles 💪
|
||||
|
||||
-V-
|
||||
|
||||
### Minimize Distractions
|
||||
|
||||
- Use Do Not Disturb on the phone & computer
|
||||
- Clean your desk and the surroundings
|
||||
- *Get rid of junk!*
|
||||
|
||||
Replace it with *intentional* and *meaningful* connections.
|
||||
<!-- .element: class="fragment" -->
|
||||
|
||||
-V-
|
||||
|
||||
### Hormone High
|
||||
|
||||
Fully natural and legal*!
|
||||
|
||||
- Endorphins - exercising
|
||||
- Dopamine - getting stuff done
|
||||
- Oxytocin - connect with others
|
||||
- Serotonin - gain acknowledgment and respect
|
||||
|
||||
-V-
|
||||
|
||||
#### Drink with caution
|
||||
|
||||
- Cortisol - when things get tough
|
||||
|
||||
-V-
|
||||
|
||||
## Stage Clear!
|
||||
|
||||
-V-
|
||||
|
||||
Bye!
|
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 |
9
slides/discipline.md
Normal file
9
slides/discipline.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Discipline
|
||||
|
||||
---
|
||||
|
||||
### Tools
|
||||
|
||||
---
|
||||
<!-- .slide: data-background-color="#030" -->
|
||||
### My Assessment
|
27
slides/intro.md
Normal file
27
slides/intro.md
Normal file
@ -0,0 +1,27 @@
|
||||
### When procrastinating...
|
||||
|
||||
- you avoid urgent tasks. <!-- .element: class="fragment" -->
|
||||
- you spend time on useless things. <!-- .element: class="fragment" -->
|
||||
- you don't rest, nor regain energy. <!-- .element: class="fragment" -->
|
||||
|
||||
---
|
||||
|
||||
### And then...
|
||||
|
||||
- you fall behind and get stressed. <!-- .element: class="fragment" -->
|
||||
- you regret losing your precious time. <!-- .element: class="fragment" -->
|
||||
- you feel miserable and tired. <!-- .element: class="fragment" -->
|
||||
|
||||
---
|
||||
|
||||
### But why?
|
||||
|
||||
---
|
||||
<!-- .slide: data-background-color="#030" -->
|
||||
### My Stack of Books
|
||||
|
||||
- ⭐ **The End of Procrastination** (Petr Ludwig)
|
||||
- *Grit: The Power of Passion and Perseverance* by Angela Duckworth
|
||||
- *Focus: A Simplicity Manifesto in the Age of Distraction* by Leo Babauta
|
||||
- *Flourish: A Visionary New Understanding of Happiness and Well-being* by Martin Seligman
|
||||
- *Leaders Eat Last* by Simon Sinek
|
17
slides/motivation.md
Normal file
17
slides/motivation.md
Normal file
@ -0,0 +1,17 @@
|
||||
## Motivation
|
||||
|
||||
---
|
||||
|
||||
### How to get it
|
||||
|
||||
---
|
||||
|
||||
### Tools
|
||||
|
||||
---
|
||||
|
||||
### SWOT
|
||||
|
||||
---
|
||||
<!-- .slide: data-background-color="#030" -->
|
||||
### My SWOT
|
13
slides/objectivity.md
Normal file
13
slides/objectivity.md
Normal file
@ -0,0 +1,13 @@
|
||||
## Objectivity
|
||||
|
||||
---
|
||||
|
||||
### How to get it
|
||||
|
||||
---
|
||||
|
||||
### Tools
|
||||
|
||||
---
|
||||
<!-- .slide: data-background-color="#030" -->
|
||||
### My Assessment
|
9
slides/outcomes.md
Normal file
9
slides/outcomes.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Outcomes
|
||||
|
||||
---
|
||||
|
||||
### Tools
|
||||
|
||||
---
|
||||
<!-- .slide: data-background-color="#030" -->
|
||||
### My Journey
|
1
slides/outro.md
Normal file
1
slides/outro.md
Normal file
@ -0,0 +1 @@
|
||||
# Thank You!
|
49
slides/overview.md
Normal file
49
slides/overview.md
Normal file
@ -0,0 +1,49 @@
|
||||
## In this episode...
|
||||
|
||||
-V-
|
||||
|
||||
*The Book* trimmed to a few slides
|
||||
|
||||
-V-
|
||||
|
||||
Key ideas to living a fulfilling life...
|
||||
|
||||
-V-
|
||||
|
||||
...with practical tools to get there...
|
||||
|
||||
-V-
|
||||
|
||||
...applied and tested on my own person.
|
||||
|
||||
---
|
||||
|
||||
### TL;DR
|
||||
|
||||
-V-
|
||||
|
||||
#### Motivation
|
||||
|
||||
I *want to* work on 🍐
|
||||
|
||||
-V-
|
||||
|
||||
#### Discipline
|
||||
|
||||
I have the *willpower* to work on 🍍
|
||||
|
||||
-V-
|
||||
|
||||
#### Outcomes
|
||||
|
||||
I get outcomes from working on 🍌.
|
||||
|
||||
I can *keep* working on 🍌!
|
||||
|
||||
-V-
|
||||
|
||||
#### Objectivity
|
||||
|
||||
I *recognize* my shortcomings and *continue improving*.
|
||||
|
||||
<div>🍏🍏🍏🍎</div>
|
Loading…
Reference in New Issue
Block a user