From df58747d8b4cb975ea92a85bfb1bade03ef85190 Mon Sep 17 00:00:00 2001 From: Aditya Muzumdar <75676592+adityamuzumdar@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:42:01 +0530 Subject: [PATCH] added some more quotes --- js/quotes.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/js/quotes.js b/js/quotes.js index aede11f..dbaa554 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1918,5 +1918,25 @@ const quotes = [ { text: "We accept the love we think we deserve", author: "Todd Anderson" + }, + { + text:"If you set your goals ridiculously high and it's a failure, you will fail above everyone else's success.", + author: "James Cameron" + }, + { + text: "Life is what happens when you're busy making other plans.", + author: "John Lennon" + }, + { + text: "You will face many defeats in life, but never let yourself be defeated.", + author: "Maya Angelou" + }, + { + text: "The only impossible journey is the one you never begin.", + author: "Tony Robbins" + }, + { + text: "The purpose of our lives is to be happy.", + author: "Dalai Lama" } ];