Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impr(quotes): add 4 english quotes (NipulM) #5110

Merged
merged 9 commits into from
Feb 26, 2024
24 changes: 24 additions & 0 deletions frontend/static/quotes/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -38658,6 +38658,30 @@
"source": "Ralph Waldo Emerson",
"length": 68,
"id": 7032
},
{
"text": "If you can't fly, then run. If you can't run, then walk. If you can't walk, then crawl, but whatever you do - you have to keep moving forward.",
NipulM marked this conversation as resolved.
Show resolved Hide resolved
"source": "Martin Luther King Jr.",
"length": 142,
"id": 7033
},
{
"text": "In this life we cannot do great things. We can only do small things with great love.",
"source": "Mother Teresa",
"length": 84,
"id": 7034
},
{
"text": "Life is never fair, and perhaps it is a good thing for most of us that it is not.",
"source": "Oscar Wilde",
"length": 81,
"id": 7035
},
{
"text": "Go confidently in the direction of your dreams! Live the life you've imagined.",
"source": "Henry David Thoreau",
"length": 78,
"id": 7036
}
]
}
Loading