diff --git a/src/static/Resume.pdf b/src/static/Resume.pdf index 38a0aa1..56cc4e2 100644 Binary files a/src/static/Resume.pdf and b/src/static/Resume.pdf differ diff --git a/src/static/json/books.json b/src/static/json/books.json index 347d62f..96c96aa 100644 --- a/src/static/json/books.json +++ b/src/static/json/books.json @@ -75,6 +75,16 @@ "filename": "davidAndGoliath.png", "link": "https://www.amazon.com/David-Goliath-Underdogs-Misfits-Battling/dp/0316239852/", "review": "Book contains takes that may not be hot, but *are* incredibly based. In a sentence: Goliath is only the giant from the wrong perspectives. The only reason it's not one of my favorites is that it's tamer than the aggressively standoffish and hilarious." + }, + "Verbal Judo": { + "filename": "verbalJudo.png", + "link": "https://www.amazon.com/Verbal-Judo-Second-Gentle-Persuasion-ebook/dp/B00FJ3CMI6/", + "review": "Book tries to hook you into reading it even when you're already halfway through reading it. And it works! Definitely a good book to review occasionally" + }, + "You Can Read Anyone": { + "filename": "youCanReadAnyone.jpg", + "link": "https://www.amazon.com/YOU-READ-ANYONE-David-Lieberman-ebook/dp/B001J6OV0Y", + "review": "Not as page-turning as many of the others and clearly not as memorable. The techniques pique curiosity but are difficult to use without practice." } } } diff --git a/src/static/photos/books/verbalJudo.png b/src/static/photos/books/verbalJudo.png new file mode 100644 index 0000000..9558b94 Binary files /dev/null and b/src/static/photos/books/verbalJudo.png differ diff --git a/src/static/photos/books/youCanReadAnyone.jpg b/src/static/photos/books/youCanReadAnyone.jpg new file mode 100644 index 0000000..a46dfa4 Binary files /dev/null and b/src/static/photos/books/youCanReadAnyone.jpg differ