migration to new backend
This commit is contained in:
56
frontend/src/lib/json/quotes.json
Normal file
56
frontend/src/lib/json/quotes.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"quotes": [
|
||||
{
|
||||
"quote": "A journey of a thousand miles begins with a single step.",
|
||||
"author": "Lao Tzu"
|
||||
},
|
||||
{
|
||||
"quote": "If we were meant to stay in one place, we’d have roots instead of feet.",
|
||||
"author": "Rachel Wolchin"
|
||||
},
|
||||
{
|
||||
"quote": "Adventure isn’t hanging on a rope off the side of a mountain. Adventure is an attitude that we must apply to the day to day obstacles in life.",
|
||||
"author": "John Amatt"
|
||||
},
|
||||
{
|
||||
"quote": "Wherever you go, go with all your heart.",
|
||||
"author": "Confucius"
|
||||
},
|
||||
{
|
||||
"quote": "Until you step into the unknown, you don’t know what you’re made of.",
|
||||
"author": "Roy T. Bennett"
|
||||
},
|
||||
{
|
||||
"quote": "You can’t control the past, but you can control where you go next.",
|
||||
"author": "Kirsten Hubbard"
|
||||
},
|
||||
{
|
||||
"quote": "Life isn’t about finding yourself. Life is about creating yourself.",
|
||||
"author": "George Bernard Shaw"
|
||||
},
|
||||
{
|
||||
"quote": "It is not the mountain we conquer, but ourselves.",
|
||||
"author": "Edmund Hillary"
|
||||
},
|
||||
{
|
||||
"quote": "I am not the same, having seen the moon shine on the other side of the world.",
|
||||
"author": "Mary Anne Radmacher"
|
||||
},
|
||||
{
|
||||
"quote": "A mind that is stretched by a new experience can never go back to its old dimensions.",
|
||||
"author": "Oliver Wendell Holmes"
|
||||
},
|
||||
{
|
||||
"quote": "Life is short and the world is wide.",
|
||||
"author": "Simon Raven"
|
||||
},
|
||||
{
|
||||
"quote": "Only those who risk going too far can possibly find out how far they can go.",
|
||||
"author": "T.S. Eliot"
|
||||
},
|
||||
{
|
||||
"quote": "Believe you can and you're halfway there.",
|
||||
"author": "Theodore Roosevelt"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user