From 678913a3997d21fdf9c47b0e2a1e1bf82532c6f1 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Sun, 17 Dec 2023 20:38:19 +0800 Subject: [PATCH] impr(quotes): add 9 new English quotes --- quote_generator/quotes.json | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/quote_generator/quotes.json b/quote_generator/quotes.json index a71ee35..d0be20f 100644 --- a/quote_generator/quotes.json +++ b/quote_generator/quotes.json @@ -189,6 +189,51 @@ "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 + }, + { + "quote": "Water, stories, the body, all the things we do, are mediums that hid and show what's hidden.", + "author": "Rumi", + "id": 39 + }, + { + "quote": "Focus on what lights a fire inside of you and use that passion to fill a white space.", + "author": "Kendra Scott", + "id": 40 + }, + { + "quote": "Unlike a drop of water lost its identity when joins the ocean, man keeps his being in which he lives.", + "author": "B. R. Ambedkar", + "id": 41 + }, + { + "quote": "Snow isn't just pretty. It also cleanses our world, our senses, and a kind of weary familiarity.", + "author": "John Burnside", + "id": 42 + }, + { + "quote": "Loss is nothing else but change, and change is nature's delight.", + "author": "Marcus Aurelius", + "id": 43 + }, + { + "quote": "If there is magic on this planet, it is contained in water.", + "author": "Loren Eiseley", + "id": 44 + }, + { + "quote": "If the world's a veil of tears, smile till rainbows span it.", + "author": "Lucy Larcom", + "id": 45 + }, + { + "quote": "Any landscape is a condition of the spirit.", + "author": "Henri Frederic Amiel", + "id": 46 + }, + { + "quote": "Life is in a land full of thorns and weeds, there always a space in which the good seed can grow.", + "author": "Jorge Mario Bergoglio", + "id": 47 } ] }