From 6c1ee071cace45b892a320f38439cd789e024cd7 Mon Sep 17 00:00:00 2001 From: Akshat Rawat <78139798+akshat-rawat@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:57:17 +0530 Subject: [PATCH 1/6] add quote by Franz Kafka --- js/quotes.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/quotes.js b/js/quotes.js index 6a6f75b..cf5e819 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1677,5 +1677,9 @@ const quotes = [ { text: "It does not matter how slowly you go as long as you do not stop.", author: "Confucius" - } + }, + { + text: "I can't hold enough of you in my hands.", + author: "Franz Kafka", + }, ]; From 2fb4b72f54497f55f28bff62211f29c9c079b2e9 Mon Sep 17 00:00:00 2001 From: HeYPoonam <115446295+HeYPoonam@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:27:33 +0530 Subject: [PATCH 2/6] Update quotes.js --- js/quotes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 6a6f75b..db72fdc 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1677,5 +1677,9 @@ const quotes = [ { text: "It does not matter how slowly you go as long as you do not stop.", author: "Confucius" + }, + { + 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" } ]; From f837caee5aebe18a88e53fe9aa9533c5605fa8c0 Mon Sep 17 00:00:00 2001 From: Yash <93548927+code4Y@users.noreply.github.com> Date: Wed, 12 Oct 2022 19:07:11 +0530 Subject: [PATCH 3/6] Added new quotes --- js/quotes.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 6a6f75b..10ec95a 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1677,5 +1677,13 @@ const quotes = [ { text: "It does not matter how slowly you go as long as you do not stop.", author: "Confucius" + }, + { + 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" } ]; From 1bb1ad7a160fd03fb0cd04d8456e25c26dfd6e22 Mon Sep 17 00:00:00 2001 From: Emanuele Palermo Date: Thu, 13 Oct 2022 11:24:15 +0200 Subject: [PATCH 4/6] Add Sartre quotes --- js/quotes.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 6a6f75b..0e91034 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1677,5 +1677,13 @@ const quotes = [ { text: "It does not matter how slowly you go as long as you do not stop.", author: "Confucius" + }, + { + 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" } ]; From e4cae57490672a9a3fb8eb434e4d60990d8a0dd6 Mon Sep 17 00:00:00 2001 From: github Date: Thu, 13 Oct 2022 17:37:25 +0530 Subject: [PATCH 5/6] added 6 quotes --- js/quotes.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 10ec95a..e9a311c 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1685,5 +1685,29 @@ const quotes = [ { 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" } ]; From 631ba343e6a203daf05e8ace2b9a36e28ca9f070 Mon Sep 17 00:00:00 2001 From: Aniket Pathak <74519511+aniketpathak028@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:35:51 +0530 Subject: [PATCH 6/6] added a new quote Added quote by Robert Schuller --- js/quotes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 10ec95a..9888765 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1685,5 +1685,9 @@ const quotes = [ { 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: "Never underestimate your problem or your ability to deal with it.", + author: "Robert Schuller" } ];