Skip to content

Commit

Permalink
add more books recommended by Kevin Najimi
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Feb 25, 2025
1 parent 3c33846 commit 57ca538
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/components/Books/BooksAlreadyRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,11 @@ const data = [
title: "Thinking in Systems",
author: "Donella H. Meadows",
image: "/books/thinking-in-systems.jpg",
},
{
title: "What It Takes: Lessons in the Pursuit of Excellence",
author: "Stephen A. Schwarzman",
image: "/books/what-it-takes-lessons-in-the-pursuit-of-excellence.jpg",
}
];

Expand Down
25 changes: 20 additions & 5 deletions src/components/Books/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@ const data = [
author: "Sun Tzu",
image: "/books/the-art-of-war.jpg",
},
{
title: "What It Takes: Lessons in the Pursuit of Excellence",
author: "Stephen A. Schwarzman",
image: "/books/what-it-takes-lessons-in-the-pursuit-of-excellence.jpg",
},
{
title: "Inspired: How to Create Tech Products Customers Love",
author: "Marty Cagan",
Expand Down Expand Up @@ -453,6 +448,26 @@ const data = [
author: "Richard W. Hamming",
image: "/books/the-art-of-doing-science-and-engineering-learning-to-learn.jpg",
},
{
title: "Founder vs Investor: The Honest Truth About Venture Capital from Startup to IPO",
author: "Elizabeth Zalman, Jerry Neumann",
image: "/books/founder-vs-investor-the-honest-truth-about-venture-capital-from-startup-to-ipo.jpg",
},
{
title: "Secrets of Sand Hill Road: Venture Capital and How to Get It",
author: "Scott Kupor, Eric Ries",
image: "/books/secrets-of-sand-hill-road-venture-capital-and-how-to-get-it.jpg",
},
{
title: "Venture Deals: Be Smarter Than Your Lawyer and Venture Capitalist",
author: "Brad Feld, Jason Mendelson",
image: "/books/venture-deals-be-smarter-than-your-lawyer-and-venture-capitalist.jpg",
},
{
title: "This is Marketing: You Can't Be Seen Until You Learn to See",
author: "Seth Godin",
image: "/books/this-is-marketing-you-can-t-be-seen-until-you-learn-to-see.jpg",
}
];

export default function BooksToRead() {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57ca538

Please sign in to comment.