From fcf52ca9ed1949520ba349955aa7262ce248274e Mon Sep 17 00:00:00 2001 From: Dejvino Date: Tue, 19 Sep 2023 17:43:08 +0200 Subject: [PATCH] Tweak pathfinder color theme. Add personal outro. --- module/pathfinder/grid.css | 4 ++-- module/pathfinder/main.css | 14 ++++++++------ slides/outcomes.md | 20 +++++++++++++++++--- slides/outro.md | 28 ++++++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 11 deletions(-) diff --git a/module/pathfinder/grid.css b/module/pathfinder/grid.css index 4269041..82f5e62 100644 --- a/module/pathfinder/grid.css +++ b/module/pathfinder/grid.css @@ -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{ diff --git a/module/pathfinder/main.css b/module/pathfinder/main.css index 6e5e4ad..1c2786f 100644 --- a/module/pathfinder/main.css +++ b/module/pathfinder/main.css @@ -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 { diff --git a/slides/outcomes.md b/slides/outcomes.md index dc17c0f..fdb0524 100644 --- a/slides/outcomes.md +++ b/slides/outcomes.md @@ -92,13 +92,22 @@ Because it learned it is no use to even try. --- #### Hamster Procrastination Cycle - + 1. Do nothing 2. Have regrets 3. Doubt yourself 4. Feel helpless 5. GOTO 1 +-V- + +#### 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. --- #### Positive Cycle of Flow - + 1. Do meaningful actions 2. Feel good 3. Growing skills 4. Believe in yourself 5. GOTO 1 +-V- + +My morning routine of flow + +definitely helped! --- @@ -211,7 +225,7 @@ Micro-habit that can be trained. - 😱 "I caused a car crash!" - 😌 "No one got hurt, I learned from it and now I have an awesome story to tell!" 2. Handling rejections - - 🤬 "They rejected my merge request!" + - 🤬 "They refused my merge request!" - 🙂 "I got feedback, I can improve it and make it even better for next time." --- diff --git a/slides/outro.md b/slides/outro.md index aa76f18..21e2308 100644 --- a/slides/outro.md +++ b/slides/outro.md @@ -1,3 +1,31 @@ + +## Wrapping Up + +--- +### Did it work? +#### For me, yes. +- I discovered what was bugging me for so long. +- I learned about ways to fix it. +- My world is great again. + +-V- +### Was it the Daily ToDo? +#### No. + +I came to learn about procrastination + +and returned with a renewed personal vision. + +-V- +### What changed? + +- I switched roles from a manager to a developer + - Thanks to my manager and colleagues! ❤️ +- I spend time doing things I really enjoy + - back in code! +- I learned a few helpful ideas, techniques and life improvements as well + +--- # Thank You!