diff --git a/quote_generator/quotes.json b/quote_generator/quotes.json index 97b42c3..01d7006 100644 --- a/quote_generator/quotes.json +++ b/quote_generator/quotes.json @@ -109,6 +109,36 @@ "quote": "There are two ways to live: you can live as if nothing is a miracle; you can live as if everything is a miracle.", "author": "Albert Einstein", "id": 22 + }, + { + "quote": "ALl human wisdom is summed up in two words; wait and hope.", + "author": "Alexandre Dumas", + "id": 23 + }, + { + "quote": "There is no happiness like this happiness: quiet mornings, light from the river, the weekend ahead.", + "author": "James Salter", + "id": 24 + }, + { + "quote": "A lead falls; something is flying by; Let whatever your eyes gaze upon be created, and the soul of the hearer remain shivering.", + "author": "Vicente Huidobro", + "id": 25 + }, + { + "quote": "Still round the corner there may wait, a new road or a secret gate.", + "author": "J. R. R. Tolkien", + "id": 26 + }, + { + "quote": "One of the advantages of begin disorganized is that one is always having surprising discoveries.", + "author": "A. A. Milne", + "id": 27 + }, + { + "quote": "Talk is cheap. Show me the code.", + "author": "Linus Torvalds", + "id": 28 } ] }