Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Added a JSON file with More Quotes #12

Merged
merged 3 commits into from
Sep 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions motivate/data/187.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"data": [
{
"quote": "It's not what you preach, it's what you tolerate.",
"author": "Jocko Willink"
},
{
"quote": "you are not rewarded for the comfortable choice.",
"author": "Aubrey Marcus"
},
{
"quote": "Very little is needed to make a happy life; it is all within yourself, in your way of thinking.",
"author": "Marcus Aurelius"
},
{
"quote": "Taking small steps each day will lead to success",
"author": "Jeff Olson"
},
{
"quote": "Waste no more time arguing about what a good man should be one",
"author": "Marcus Aurelius"
},
{
"quote": "The whole future lies in uncertainty:live immediately",
"author": "Seneca"
},
{
"quote": "Selfcontrol is strength, right thought is mastery, calmness is power",
"author": "James Allen"
},
{
"quote": "Success is based of your willingness to work your ass off no matter what obstacles are in your way",
"author": "David Goggins"
},
{
"quote": "When someone is properly grounded in life, they shouldn't have to lok outside themselves for approval",
"author": "Epictetus"
},
{
"quote": "The ultimate power in life is to be completely self reliant, completely yourself",
"author": "Robert Greene"
}
]
}