Add book covers
This commit is contained in:
parent
9bd32c1032
commit
5dbf6d5951
19
README.md
19
README.md
@ -11,5 +11,22 @@ npm start
|
|||||||
|
|
||||||
Open [localhost:8000](http://localhost:8000) in your browser.
|
Open [localhost:8000](http://localhost:8000) in your browser.
|
||||||
|
|
||||||
## Built using Reveal.JS
|
## Credits
|
||||||
|
|
||||||
|
This presentation was prepared using the following resources:
|
||||||
|
|
||||||
|
### Books
|
||||||
|
- [The End of Procrastination](https://procrastination.com/book), Petr Ludwig
|
||||||
|
- Grit: The Power of Passion and Perseverance, Angela Duckworth
|
||||||
|
- Flourish: A Visionary New Understanding of Happiness and Well-being, Martin Seligman
|
||||||
|
- Focus: A Simplicity Manifesto in the Age of Distraction, Leo Babauta
|
||||||
|
- Leaders Eat Last, Simon Sinek
|
||||||
|
|
||||||
|
### Stable Diffusion
|
||||||
|
Illustration images generated locally on my GPU using SD 2.0
|
||||||
|
|
||||||
|
### Pathfinding Visualizer
|
||||||
|
Adapted from [github.com/honzaap/Pathfinding](https://github.com/honzaap/Pathfinding)
|
||||||
|
|
||||||
|
### Built using Reveal.JS
|
||||||
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com](https://revealjs.com/).
|
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at [revealjs.com](https://revealjs.com/).
|
||||||
|
BIN
slides/books/end_of_procrastination.png
Normal file
BIN
slides/books/end_of_procrastination.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 KiB |
BIN
slides/books/flourish.jpg
Normal file
BIN
slides/books/flourish.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 KiB |
BIN
slides/books/focus.jpg
Normal file
BIN
slides/books/focus.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
BIN
slides/books/grit.jpg
Normal file
BIN
slides/books/grit.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
slides/books/leaders.jpg
Normal file
BIN
slides/books/leaders.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
@ -230,6 +230,7 @@ Master's degree in Informatics,<br/>Parallel and Distributed Systems
|
|||||||
- I can't keep up at work <!-- .element: class="fragment" -->
|
- I can't keep up at work <!-- .element: class="fragment" -->
|
||||||
- I'm scared of the next workday <!-- .element: class="fragment" -->
|
- I'm scared of the next workday <!-- .element: class="fragment" -->
|
||||||
|
|
||||||
|
What's wrong?<!-- .element: class="fragment" -->
|
||||||
-V-
|
-V-
|
||||||
<!-- .slide: data-background-color="#030" data-background-image="slides/books.jpg" data-background-opacity="0.05" -->
|
<!-- .slide: data-background-color="#030" data-background-image="slides/books.jpg" data-background-opacity="0.05" -->
|
||||||
### Library to the rescue!
|
### Library to the rescue!
|
||||||
@ -245,6 +246,8 @@ Master's degree in Informatics,<br/>Parallel and Distributed Systems
|
|||||||
|
|
||||||
by Petr Ludwig
|
by Petr Ludwig
|
||||||
|
|
||||||
|
<img data-src="slides/books/end_of_procrastination.png" alt="Book cover" class="r-stretch" />
|
||||||
|
|
||||||
-V-
|
-V-
|
||||||
<!-- .slide: data-background-color="#030" -->
|
<!-- .slide: data-background-color="#030" -->
|
||||||
|
|
||||||
@ -252,6 +255,8 @@ by Petr Ludwig
|
|||||||
|
|
||||||
by Angela Duckworth
|
by Angela Duckworth
|
||||||
|
|
||||||
|
<img data-src="slides/books/grit.jpg" alt="Book cover" class="r-stretch" />
|
||||||
|
|
||||||
-V-
|
-V-
|
||||||
<!-- .slide: data-background-color="#030" -->
|
<!-- .slide: data-background-color="#030" -->
|
||||||
|
|
||||||
@ -259,6 +264,8 @@ by Angela Duckworth
|
|||||||
|
|
||||||
by Martin Seligman
|
by Martin Seligman
|
||||||
|
|
||||||
|
<img data-src="slides/books/flourish.jpg" alt="Book cover" class="r-stretch" />
|
||||||
|
|
||||||
-V-
|
-V-
|
||||||
<!-- .slide: data-background-color="#030" -->
|
<!-- .slide: data-background-color="#030" -->
|
||||||
|
|
||||||
@ -266,9 +273,13 @@ by Martin Seligman
|
|||||||
|
|
||||||
by Leo Babauta
|
by Leo Babauta
|
||||||
|
|
||||||
|
<img data-src="slides/books/focus.jpg" alt="Book cover" class="r-stretch" />
|
||||||
|
|
||||||
-V-
|
-V-
|
||||||
<!-- .slide: data-background-color="#030" -->
|
<!-- .slide: data-background-color="#030" -->
|
||||||
|
|
||||||
*Leaders Eat Last*
|
*Leaders Eat Last*
|
||||||
|
|
||||||
by Simon Sinek
|
by Simon Sinek
|
||||||
|
|
||||||
|
<img data-src="slides/books/leaders.jpg" alt="Book cover" class="r-stretch" />
|
||||||
|
Loading…
Reference in New Issue
Block a user