diff --git a/js/quotes.js b/js/quotes.js index 34649bb..86e9879 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1681,5 +1681,57 @@ const quotes = [ { text: "Be the change that you wish to see in the world.", author: "Mahatma Gandhi" -         } +         }, + { + text: "I can't hold enough of you in my hands.", + author: "Franz Kafka", + }, + { + text: "You make a choice: continue living your life feeling muddled in this abyss of self-misunderstanding, or you find your identity independent of it. You draw your own box.", + author: "Duchess Meghan" +}, + { + text: "I construct my memories with my present.", + author: "Jean-Paul Sartre" + }, + { + text: "I am a man, Jupiter, and each man must invent his own path.", + author: "Jean-Paul Sartre" + }, + { + text: "We live in a world where people can ridicule you at the push of the button. They can question you at the push of a button.", + author: "Chadwick Boseman" + }, + { + text: "The only difference between the hero and the villain is that the villain chooses to use that power in a way that is selfish and hurts other people.", + author: "Chadwick Boseman" + }, + { + text:"If someone could only see my actions and not hear my words, what would they say are my priorities?", + author:" James Clear" + }, + { + text:"We are not given a short life, but we make it short, and we are not ill-supplied but wasteful of it.", + author:"Null" + }, + { + text:"The way to get started is to quit talking and begin doing.", + author:"Walt Disney" + }, + { + text:"Life is what happens when you're busy making other plans.", + author:"John Lennon" + }, + { + text:"You only live once - but if you work it right, once is enough.", + author:"Joe E. Lewis" + }, + { + text:"Fate chooses your relations, you choose your friends.", + author:"Jacques Delille" + }, + { + text: "Never underestimate your problem or your ability to deal with it.", + author: "Robert Schuller" + } ];