From ea011b6dcde010d77ecd1e659740ad440d075a1f Mon Sep 17 00:00:00 2001 From: sumanjha108155 Date: Mon, 22 Jan 2024 09:46:23 +0530 Subject: [PATCH] Refactor: add quotes and author to the quotes --- package-lock.json | 6 ++--- public/quotes.json | 60 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 58 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5436af2..369e88e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3602,9 +3602,9 @@ } }, "node_modules/vite": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.10.tgz", - "integrity": "sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/public/quotes.json b/public/quotes.json index d1bda41..d124244 100644 --- a/public/quotes.json +++ b/public/quotes.json @@ -1437,7 +1437,7 @@ }, { "quote": "The strongest people are not those who show strength in front of us but those who win battles we know nothing about.", - "author": "", + "author": "Elisabeth Kübler-Ross", "tags": [] }, { @@ -1447,22 +1447,22 @@ }, { "quote": "Don't raise your voice, improve your argument.", - "author": "", + "author": "Archbishop Desmond Tutu", "tags": ["sigma"] }, { "quote": "He who believes is strong. He who doubts is weak.", - "author": "", + "author": "Henryk Sienkiewicz", "tags": [] }, { "quote": "Listen, smile, agree, and then do whatever the fuck you were gonna do anyway.", - "author": "", + "author": "Robert Downey Jr", "tags": [] }, { "quote": "Master the art of observation.", - "author": "", + "author": " Jane Austen", "tags": [] }, { @@ -3429,6 +3429,56 @@ "quote": "Heroes are ordinary individuals who respond with extraordinary courage in spontaneous moments.", "author": "", "tags": ["motivation"] + }, + { + "quote": "The only way to do great work is to love what you do.", + "author": "Steve Jobs", + "tags": ["motivation"] + }, + { + "quote": "In the middle of difficulty lies opportunity.", + "author": "Albert Einstein", + "tags": ["motivation"] + }, + { + "quote": "Believe you can and you're halfway there.", + "author": "Theodore Roosevelt", + "tags": ["motivation"] + }, + { + "quote": "Success is not final, failure is not fatal: It is the courage to continue that counts.", + "author": "Winston Churchill", + "tags": ["motivation"] + }, + { + "quote": "The future belongs to those who believe in the beauty of their dreams.", + "author": "Eleanor Roosevelt", + "tags": ["motivation"] + }, + { + "quote": "Your time is limited, don't waste it living someone else's life.", + "author": "Steve Jobs", + "tags": ["motivation"] + }, + { + "quote": "The only limit to our realization of tomorrow will be our doubts of today.", + "author": "Franklin D. Roosevelt", + "tags": ["motivation"] + }, + { + "quote": "Do not wait to strike till the iron is hot, but make it hot by striking.", + "author": "William Butler Yeats", + "tags": ["motivation"] + }, + { + "quote": "Success is stumbling from failure to failure with no loss of enthusiasm.", + "author": "Winston Churchill", + "tags": ["motivation"] + }, + { + "quote": "The only thing standing between you and your goal is the story you keep telling yourself as to why you can't achieve it.", + "author": "Jordan Belfort", + "tags": ["motivation"] } ] }