From 350c8ca58db5bcbcc6f90ce9502306b1b426b030 Mon Sep 17 00:00:00 2001 From: SubhadeepZilong <63146468+SubhadeepZilong@users.noreply.github.com> Date: Thu, 20 Oct 2022 18:34:59 +0530 Subject: [PATCH] Added Swami Vivekananda quotes --- js/quotes.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/js/quotes.js b/js/quotes.js index b9f6016..fe23f6d 100644 --- a/js/quotes.js +++ b/js/quotes.js @@ -1976,5 +1976,21 @@ const quotes = [ }, { quote: "“You know you're in love when you can't fall asleep because reality is finally better than your dreams.”", name: "Dr. Seuss" -} + }, + { + text: "Strength is Life, Weakness is Death. Expansion is Life, Contraction is Death. Love is Life, Hatred is Death.", + author: "Swami Vivekananda" + }, + { + text: "Truth can be stated in a thousand different ways, yet each one can be true.", + author: "Swami Vivekananda" + }, + { + text: "In a day, when you don't come across any problems - you can be sure that you are travelling in a wrong path.", + author: "Swami Vivekananda" + }, + { + text: "Talk to yourself once in a day, otherwise you may miss meeting an intelligent person in this world.", + author: "Swami Vivekananda" + } ];