From 3b85e6e3d8a82cdb443a905f8e5a31dcaa5ee8c4 Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:08:54 +0800 Subject: [PATCH] Add files via upload --- quotes.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 quotes.json diff --git a/quotes.json b/quotes.json new file mode 100644 index 0000000..75753af --- /dev/null +++ b/quotes.json @@ -0,0 +1,44 @@ +{ + "quotes" : [ + { + "quote": "To AC is human. To AK divine.", + "author": "Moon" + }, + { + "quote": "Life is like riding a bicycle. To keep your balance, you must keep moving.", + "author": "Albert Einstein" + }, + { + "quote": "A dream is what makes people love life even when it is painful.", + "author": "Theodore Zeldin" + }, + { + "quote": "Don’t quit. Suffer now and live the rest of your life as a champion.", + "author": "Muhammad Ali" + }, + { + "quote": "Though nobody can go back and make a new beginning… Anyone can start over and make a new ending.", + "author": "Chico Xavier" + }, + { + "quote": "Be happy for this moment. This moment is your life.", + "author": "Omar Khayyam" + }, + { + "quote": "Life is not a problem to be solved, but a reality to be experienced.", + "author": "Soren Kierkegaard" + }, + { + "quote": "All the waters of the world find one another again, and very road leads us wanderers too back home.", + "author": "Hermann Hesse" + }, + { + "quote": "Time does not pass, it continues.", + "author": "Marty Rubin" + }, + { + "quote": "Be both soft and wild. Just like the Moon. Or the storm. Or the sea.", + "author": "Victoria Erickson" + } + ] +} \ No newline at end of file