Impr(quotes): Add 9 new quotes

This commit is contained in:
lifeadventurer
2024-09-30 23:51:23 +08:00
parent eac16d697d
commit f983fd66ff

View File

@@ -1,5 +1,5 @@
{
"quotes" : [
"quotes": [
{
"quote": "To AC is human. To AK divine.",
"author": "Moon",
@@ -329,6 +329,51 @@
"quote": "To live means to be aware, joyously, drunkenly, serenely, divinely aware.",
"author": "Henry Miller",
"id": 66
},
{
"quote": "The only limit to our realization of tomorrow is our doubts of today.",
"author": "Franklin D. Roosevelt",
"id": 67
},
{
"quote": "The choices you make from this day forward will lead you, step by step, to the future you deserve.",
"author": "Chris Murray",
"id": 68
},
{
"quote": "I am in the right place at the right time, and everything happens at the exactly right moment.",
"author": "Charlie Chaplin",
"id": 69
},
{
"quote": "I will not be \"famous,\" \"great.\" I will go on adventuring, changing, opening my mind and my eye.",
"author": "Virginia Woolf",
"id": 70
},
{
"quote": "When I am well-rested and focused on things that truly interest me, time often ceases to be an issue.",
"author": "James Clear",
"id": 71
},
{
"quote": "When you're no longer thinking ahead, each footstep isn't just a means to an end but an unique event in itself.",
"author": "Robert M. Pirsig",
"id": 72
},
{
"quote": "As long as the night lasts, I shall dance in the sky With all the dying fireworks of the light.",
"author": "Carl Sandburg",
"id": 73
},
{
"quote": "Your vision will become clear only when you can look into your own heart.",
"author": "Carl Jung",
"id": 74
},
{
"quote": "The goldenrod is yellow, the corn is turning brown, the trees in apple orchards with fruit are bending down.",
"author": "Helen Hunt Jackson",
"id": 75
}
]
}