diff --git a/index.html b/index.html
index f2357ac..5e00f95 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,6 @@
-
diff --git a/module/pathfinder/README.md b/module/pathfinder/README.md
index f594525..156c961 100644
--- a/module/pathfinder/README.md
+++ b/module/pathfinder/README.md
@@ -8,13 +8,3 @@
![Gif of Pathfinding](https://honzaap.github.io/Pathfinding/animation.gif)
-
-### Available algorithms:
- * A*
- * Djikstra's
- * BFS
- * DFS
- * Greedy
-
-### Installation
-Just clone the repository and open index.html, no compilation is needed.
diff --git a/module/pathfinder/main.css b/module/pathfinder/main.css
index 31f8fdf..6e5e4ad 100644
--- a/module/pathfinder/main.css
+++ b/module/pathfinder/main.css
@@ -1,4 +1,4 @@
-*{
+.pathfinder-page * {
margin: 0;
padding: 0;
outline: none;
@@ -16,7 +16,7 @@
--wall: #001834;
}
-.pathfinder-page{
+.pathfinder-page {
width: 100%;
height: 100%;
display: flex;
@@ -179,17 +179,3 @@
background: #000;
cursor: pointer;
}
-/** FF*/
-input[type="range"]::-moz-range-progress {
- background-color: var(--start);
-}
-input[type="range"]::-moz-range-track {
- background-color: #fff;
-}
-/* IE*/
-input[type="range"]::-ms-fill-lower {
- background-color: var(--start);
-}
-input[type="range"]::-ms-fill-upper {
- background-color: #fff;
-}
\ No newline at end of file
diff --git a/module/pathfinder/typo.css b/module/pathfinder/typo.css
deleted file mode 100644
index a174bac..0000000
--- a/module/pathfinder/typo.css
+++ /dev/null
@@ -1,15 +0,0 @@
-html{
- font-family: "Roboto";
- font-size: 1.3em;
-}
-a,p,span,h1,h2,h3,h4,h5,button,select,option{
- font-family: "Roboto";
-}
-a{
- text-decoration: none;
- color: inherit;
-}
-select,option,select::after,select::before{
- border: none;
- outline: none;
-}
\ No newline at end of file
diff --git a/slides/intro.md b/slides/intro.md
index 0fb9335..a751173 100644
--- a/slides/intro.md
+++ b/slides/intro.md
@@ -18,19 +18,71 @@
---
-I don't feel like it.
+😐 "I don't feel like it."
-I'm too tired now.
+"I'm too tired now." 😪
-I don't know how to do it.
+😕 "I don't know how to do it."
-I'm too busy now.
+"I'm too busy now." 🧐
-I'll do it, but first [☕].
+😇 "I'll do it, but first [☕]."
+
+---
+
+### No, really. Why?
+
+---
+
+### Expanding potential
+
+Never before did we have so much...
+
+- life expectancy, safety, stability
+- freedom, opportunity
+- accessible information, knowledge
+
+...and **so many options** to choose from!
+
+
+---
+
+### Decision Paralysis
+
+We can easily become overwhelmed by options.
+
+
+- What if I pick the wrong option?
+- Should I go back and try the other one?
+- Will this be the best use of my resources?
+- Shouldn't I spend more time researching this?
+
+---
+
+#### Deciding on anything hurts,
+
+#### so we leave it for *later*.
+
+
+---
+
+#### But as the saying goes...
+
+> The best is the mortal enemy of the good
+
+— Montesquieu
+
+---
+
+#### But as the saying goes...
+
+> Premature optimization is the root of all evil
+
+— Donald Knuth
---
-#### Trying it all
+#### Try out everything!