diff --git a/customQuotes/quotes.json b/customQuotes/quotes.json index a7f8169..4e00313 100644 --- a/customQuotes/quotes.json +++ b/customQuotes/quotes.json @@ -26,5 +26,17 @@ { "quote":"Learn from the mistakes of others. You can't live long enough to make them all yourself", "author":"Eleanor Roosevelt" + }, + { + "quote":"All big things come from small beginnings. The seed of every habit is a single, tiny decision. But as that decision is repeated, a habit sprouts and grows stronger.", + "author":"James Clear" + }, + { + "quote":"If you are insecure, guess what? The rest of the world is, too. Do not overestimate the competition and underestimate yourself. You are better than you think.", + "author":"Tim Ferris" + }, + { + "quote":"People rarely succeed unless they have fun in what they are doing.", + "author":"Dale Carnegie" } ] diff --git a/frontend/public/index.html b/frontend/public/index.html index 2588bb9..1150931 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -18,4 +18,5 @@
- \ No newline at end of file + +