From bd9789bbdd6a4f6c72848408622f144fc3d5c0da Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Sun, 10 Dec 2023 23:26:13 +0800 Subject: [PATCH] impr(quotes): add 10 new quotes --- quote_generator/quotes.json | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/quote_generator/quotes.json b/quote_generator/quotes.json index fd63a85..8796bd8 100644 --- a/quote_generator/quotes.json +++ b/quote_generator/quotes.json @@ -139,6 +139,56 @@ "quote": "Talk is cheap. Show me the code.", "author": "Linus Torvalds", "id": 28 + }, + { + "quote": "Every day is a journey, and the journey itself is home", + "author": "Matsuo Basho", + "id": 29 + }, + { + "quote": "Life is an ongoing process of choosing between safety and risk. Make the growth choice a dozen times a day.", + "author": "Abraham Maslow", + "id": 30 + }, + { + "quote": "A leaf fluttered in through the window, as if supported by the rays of the sun.", + "author": "Anais Nin", + "id": 31 + }, + { + "quote": "All that we see or seem is but a dream within a dream.", + "author": "Edgar Allan Poe", + "id": 32 + }, + { + "quote": "Let every dawn be to you as the beginning of life, and every setting sun be to you as its close.", + "author": "John Ruskin", + "id": 33 + }, + { + "quote": "The softer snow falls, the longer it dwells upon, and the deeper it sinks into the mind.", + "author": "Samuel Taylor Coleridge", + "id": 34 + }, + { + "quote": "Happiness does not lie in happiness, but in the achievement of it.", + "author": "Fyodor Dostoevsky", + "id": 35 + }, + { + "quote": "You and I are all as much continuous with the physical universe as a wave is continuous with the ocean.", + "author": "Alan Watts", + "id": 36 + }, + { + "quote": "No self is an island, each exists in a fabric of relations that is more complex and mobile than ever before.", + "author": "Jean-Francois Lyotard", + "id": 37 + }, + { + "quote": "Sit in reverie and watch the changing color of the waves that break upon the idle seashore of the mind.", + "author": "Henry Longfellow", + "id": 38 } ] }