Browse Source

Add book covers

tags/v0.1_first_draft
Dejvino 8 months ago
parent
commit
5dbf6d5951
7 changed files with 29 additions and 1 deletions
  1. +18
    -1
      README.md
  2. BIN
      slides/books/end_of_procrastination.png
  3. BIN
      slides/books/flourish.jpg
  4. BIN
      slides/books/focus.jpg
  5. BIN
      slides/books/grit.jpg
  6. BIN
      slides/books/leaders.jpg
  7. +11
    -0
      slides/intro.md

+ 18
- 1
README.md View File

@@ -11,5 +11,22 @@ npm start

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/).

BIN
slides/books/end_of_procrastination.png View File

Before After
Width: 1887  |  Height: 2000  |  Size: 528 KiB

BIN
slides/books/flourish.jpg View File

Before After
Width: 1660  |  Height: 2517  |  Size: 568 KiB

BIN
slides/books/focus.jpg View File

Before After
Width: 800  |  Height: 1280  |  Size: 72 KiB

BIN
slides/books/grit.jpg View File

Before After
Width: 800  |  Height: 1209  |  Size: 102 KiB

BIN
slides/books/leaders.jpg View File

Before After
Width: 800  |  Height: 1206  |  Size: 85 KiB

+ 11
- 0
slides/intro.md View File

@@ -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'm scared of the next workday <!-- .element: class="fragment" -->

What's wrong?<!-- .element: class="fragment" -->
-V-
<!-- .slide: data-background-color="#030" data-background-image="slides/books.jpg" data-background-opacity="0.05" -->
### Library to the rescue!
@@ -245,6 +246,8 @@ Master's degree in Informatics,<br/>Parallel and Distributed Systems

by Petr Ludwig

<img data-src="slides/books/end_of_procrastination.png" alt="Book cover" class="r-stretch" />

-V-
<!-- .slide: data-background-color="#030" -->

@@ -252,6 +255,8 @@ by Petr Ludwig

by Angela Duckworth

<img data-src="slides/books/grit.jpg" alt="Book cover" class="r-stretch" />

-V-
<!-- .slide: data-background-color="#030" -->

@@ -259,6 +264,8 @@ by Angela Duckworth

by Martin Seligman

<img data-src="slides/books/flourish.jpg" alt="Book cover" class="r-stretch" />

-V-
<!-- .slide: data-background-color="#030" -->

@@ -266,9 +273,13 @@ by Martin Seligman

by Leo Babauta

<img data-src="slides/books/focus.jpg" alt="Book cover" class="r-stretch" />

-V-
<!-- .slide: data-background-color="#030" -->

*Leaders Eat Last*

by Simon Sinek

<img data-src="slides/books/leaders.jpg" alt="Book cover" class="r-stretch" />

Loading…
Cancel
Save