Browse Source

Tweak pathfinder color theme. Add personal outro.

main
Dejvino 7 months ago
parent
commit
fcf52ca9ed
4 changed files with 55 additions and 11 deletions
  1. +2
    -2
      module/pathfinder/grid.css
  2. +8
    -6
      module/pathfinder/main.css
  3. +17
    -3
      slides/outcomes.md
  4. +28
    -0
      slides/outro.md

+ 2
- 2
module/pathfinder/grid.css View File

@@ -13,8 +13,8 @@
flex-flow: column nowrap;
justify-content: center;
align-items: center;
background: #1e1f29;
border: 2px solid var(--closed-path);
background: var(--unexplored-path);
border: 2px solid var(--grid-border);
overflow: hidden;
}
.row{


+ 8
- 6
module/pathfinder/main.css View File

@@ -8,12 +8,14 @@
}
:root{
--start: #9faf20;
--end: #207094;
--open-path: #885771;
--closed-path: #a6819b;
--path: #ff6be6;
--wall: #001834;
--start: #2b2ff7;
--end: #5fb0fc;
--unexplored-path: #744714;
--open-path: #d4b85d;
--closed-path: #d8e2be;
--path: #9bf776;
--wall: #492b23;
--grid-border: #693737;
}
.pathfinder-page {


+ 17
- 3
slides/outcomes.md View File

@@ -92,13 +92,22 @@ Because it learned it is no use to even try.<!-- .element: class="fragment" -->
---

#### 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 " -->
2. Have regrets<!-- .element: class="fragment " -->
3. Doubt yourself<!-- .element: class="fragment " -->
4. Feel helpless<!-- .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?
@@ -139,12 +148,17 @@ Because it learned it is no use to even try.<!-- .element: class="fragment" -->
---

#### 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 " -->
2. Feel good<!-- .element: class="fragment " -->
3. Growing skills<!-- .element: class="fragment " -->
4. Believe in yourself<!-- .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 " -->
- 😌 "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 " -->
- 🤬 "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 " -->

---


+ 28
- 0
slides/outro.md View File

@@ -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!



Loading…
Cancel
Save