Tweak pathfinder color theme. Add personal outro.
This commit is contained in:
parent
a82ab27ec6
commit
fcf52ca9ed
@ -13,8 +13,8 @@
|
|||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: #1e1f29;
|
background: var(--unexplored-path);
|
||||||
border: 2px solid var(--closed-path);
|
border: 2px solid var(--grid-border);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.row{
|
.row{
|
||||||
|
@ -8,12 +8,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
--start: #9faf20;
|
--start: #2b2ff7;
|
||||||
--end: #207094;
|
--end: #5fb0fc;
|
||||||
--open-path: #885771;
|
--unexplored-path: #744714;
|
||||||
--closed-path: #a6819b;
|
--open-path: #d4b85d;
|
||||||
--path: #ff6be6;
|
--closed-path: #d8e2be;
|
||||||
--wall: #001834;
|
--path: #9bf776;
|
||||||
|
--wall: #492b23;
|
||||||
|
--grid-border: #693737;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pathfinder-page {
|
.pathfinder-page {
|
||||||
|
@ -92,13 +92,22 @@ Because it learned it is no use to even try.<!-- .element: class="fragment" -->
|
|||||||
---
|
---
|
||||||
|
|
||||||
#### Hamster Procrastination Cycle
|
#### Hamster Procrastination Cycle
|
||||||
<!-- .slide: data-background="slides/hamster_in_box.jpg" data-background-size="contain" data-background-opacity="0.1" -->
|
<!-- .slide: data-background="slides/hamster_in_box.jpg" data-background-size="contain" data-background-opacity="0.1" data-transition="slide-in fade-out" -->
|
||||||
1. Do nothing<!-- .element: class="fragment " -->
|
1. Do nothing<!-- .element: class="fragment " -->
|
||||||
2. Have regrets<!-- .element: class="fragment " -->
|
2. Have regrets<!-- .element: class="fragment " -->
|
||||||
3. Doubt yourself<!-- .element: class="fragment " -->
|
3. Doubt yourself<!-- .element: class="fragment " -->
|
||||||
4. Feel helpless<!-- .element: class="fragment " -->
|
4. Feel helpless<!-- .element: class="fragment " -->
|
||||||
5. GOTO 1<!-- .element: class="fragment " -->
|
5. GOTO 1<!-- .element: class="fragment " -->
|
||||||
|
|
||||||
|
-V-
|
||||||
|
<!-- .slide: data-background-color="#030" data-background="slides/hamster_in_box.jpg" data-background-size="contain" data-background-opacity="0.06" data-transition="slide-out fade-in" -->
|
||||||
|
#### Sounds familiar!
|
||||||
|
1. Do nothing
|
||||||
|
2. Have regrets
|
||||||
|
3. Doubt yourself
|
||||||
|
4. Feel helpless
|
||||||
|
5. GOTO 1
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### How to break out?
|
#### How to break out?
|
||||||
@ -139,12 +148,17 @@ Because it learned it is no use to even try.<!-- .element: class="fragment" -->
|
|||||||
---
|
---
|
||||||
|
|
||||||
#### Positive Cycle of Flow
|
#### Positive Cycle of Flow
|
||||||
<!-- .slide: data-background-image="slides/flow_cycle.jpg" data-background-size="contain" data-background-opacity="0.1" -->
|
<!-- .slide: data-background-image="slides/flow_cycle.jpg" data-background-size="contain" data-background-opacity="0.1" data-transition="slide-in fade-out" -->
|
||||||
1. Do meaningful actions<!-- .element: class="fragment " -->
|
1. Do meaningful actions<!-- .element: class="fragment " -->
|
||||||
2. Feel good<!-- .element: class="fragment " -->
|
2. Feel good<!-- .element: class="fragment " -->
|
||||||
3. Growing skills<!-- .element: class="fragment " -->
|
3. Growing skills<!-- .element: class="fragment " -->
|
||||||
4. Believe in yourself<!-- .element: class="fragment " -->
|
4. Believe in yourself<!-- .element: class="fragment " -->
|
||||||
5. GOTO 1<!-- .element: class="fragment " -->
|
5. GOTO 1<!-- .element: class="fragment " -->
|
||||||
|
-V-
|
||||||
|
<!-- .slide: data-background-color="#030" data-background="slides/flow_cycle.jpg" data-background-size="contain" data-background-opacity="0.06" data-transition="slide-out fade-in" -->
|
||||||
|
My morning routine of flow
|
||||||
|
|
||||||
|
definitely helped!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -211,7 +225,7 @@ Micro-habit that can be trained. <!-- .element: class="fragment " -->
|
|||||||
- 😱 "I caused a car crash!" <!-- .element: class="fragment " -->
|
- 😱 "I caused a car crash!" <!-- .element: class="fragment " -->
|
||||||
- 😌 "No one got hurt, I learned from it and now I have an awesome story to tell!" <!-- .element: class="fragment " -->
|
- 😌 "No one got hurt, I learned from it and now I have an awesome story to tell!" <!-- .element: class="fragment " -->
|
||||||
2. Handling rejections <!-- .element: class="fragment " -->
|
2. Handling rejections <!-- .element: class="fragment " -->
|
||||||
- 🤬 "They rejected my merge request!" <!-- .element: class="fragment " -->
|
- 🤬 "They refused my merge request!" <!-- .element: class="fragment " -->
|
||||||
- 🙂 "I got feedback, I can improve it and make it even better for next time." <!-- .element: class="fragment " -->
|
- 🙂 "I got feedback, I can improve it and make it even better for next time." <!-- .element: class="fragment " -->
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -1,3 +1,31 @@
|
|||||||
|
<!-- .slide: xdata-background="slides/outro.jpg" data-background-size="contain" data-background-opacity="0.5" data-background-color="#033" -->
|
||||||
|
## Wrapping Up
|
||||||
|
|
||||||
|
---
|
||||||
|
### Did it work?
|
||||||
|
#### For me, yes.<!-- .element: class="fragment " -->
|
||||||
|
- I discovered what was bugging me for so long.<!-- .element: class="fragment " -->
|
||||||
|
- I learned about ways to fix it.<!-- .element: class="fragment " -->
|
||||||
|
- My world is great again.<!-- .element: class="fragment " -->
|
||||||
|
|
||||||
|
-V-
|
||||||
|
### Was it the Daily ToDo?
|
||||||
|
#### No.<!-- .element: class="fragment " -->
|
||||||
|
|
||||||
|
I came to learn about procrastination<!-- .element: class="fragment " -->
|
||||||
|
|
||||||
|
and returned with a renewed personal vision.<!-- .element: class="fragment " -->
|
||||||
|
|
||||||
|
-V-
|
||||||
|
### What changed?
|
||||||
|
|
||||||
|
- I switched roles from a manager to a developer<!-- .element: class="fragment " -->
|
||||||
|
- Thanks to my manager and colleagues! ❤️<!-- .element: class="fragment " -->
|
||||||
|
- I spend time doing things I really enjoy<!-- .element: class="fragment " -->
|
||||||
|
- back in code!<!-- .element: class="fragment " -->
|
||||||
|
- I learned a few helpful ideas, techniques and life improvements as well<!-- .element: class="fragment " -->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Thank You!
|
# Thank You!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user