From d14ff4421208611f5ecfecd0863fb57b4cf03fd0 Mon Sep 17 00:00:00 2001 From: 3voltAmperes <3voltAmperes@gmail.com> Date: Wed, 26 Oct 2022 17:55:58 +0200 Subject: [PATCH] Added more quotes --- js/quotes.js | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index 4dda1e6..73e4171 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -6639,5 +6639,45 @@ const quotes = [ { text: "Many of life's failures are people who did not realize how close to success they were when they gave up.", author: 'Thomas Edison', + }, + { + text: 'Youth has no age', + author: null, + }, + { + text: 'You are too concerned with what was and what will be. Yesterday is history, tomorrow is a mystery. But today- today is a gift! That is why it is called present', + author: 'Kung fu Panda', + }, + { + text: 'Success is stumbling from failure to failure with no loss of enthusiasm.', + author: 'Winston Churchill' + }, + { + text: 'If you fall, I will be there -ground', + author: null + }, + { + text: 'In the beginning I looked around and, not finding the automobile of my dreams, decided to build it myself.', + author: 'Ferdinand Porsche', + }, + { + text: 'I have written you down. Now you will live forever.', + author: 'Bastille', + }, + { + text: 'Education is not the filling of a pail, but the lighting of a fire.', + author: 'William Butler Yeats', + }, + { + text: 'The aim of science is not to open the door to infinite wisdom, but to set a limit to infinite error.', + author: 'Bertolt Brecht', + }, + { + text: 'Youth is happy because it has the capacity to see beauty. Anyone who keeps the ability to see beauty never grows old.', + author: 'Franz Kafka', + }, + { + text: 'Reading gives us someplace to go when we have to stay where we are.', + author: 'Mason Cooley', } ];