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

JSON file containing quotes #427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
85 changes: 85 additions & 0 deletions motivate/data/quotes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"data": [
{
"quote": "Patience, persistence and perspiration make an unbeatable combination for success.",
"author": "Napoleon Hill"
},
{
"quote": "Your time is limited, so don’t waste it living someone else’s life.",
"author": "Steve Jobs"
},
{
"quote": "Quite people have the loudest minds.",
"author": "Stephen Hawking"
},
{
"quote": "To win without risk is a triumph without glory.",
"author": "Corneille"
},
{
"quote": "Passion is the genesis of Genius.",
"author": "Galileo Galilei"
},
{
"quote": "The face becomes a Mirror of the Soul.",
"author": "Anonymous"
},
{
"quote": "Pleasure in the job puts perfection in the work.",
"author": "Aristotle"
},
{
"quote": "Ask the right questions and nature will open the doors to her secrets.",
"author": "Sir C.V.Raman"
},
{
"quote": "Well done is better than well said.",
"author": "Benjamin Franklin"
},
{
"quote": "How you think when you lose determines how long it will be until you win",
"author": "Gilbert K. Chesterton"
},
{
"quote": "Arise , Awake and stop not till the goal is reached.",
"author": "Swami Vivekanand"
},
{
"quote": "Fear is stupid. So are regrets.",
"author": "Marilyn Monroe"
},
{
"quote": "Winners are not those who never fail but those who never quit.",
"author": "A.P.J.Abdul Kalam"
},
{
"quote": "Man - a being in search of meaning.",
"author": "Plato"
},
{
"quote": "Action is the real measure of intelligence.",
"author": "Napoleon Hill"
},
{
"quote": "If you want to walk fast, walk alone. But if you want to walk far, walk together.",
"author": "Ratan Tata"
},
{
"quote": "Man is made by his belief. As he believes, so he is.",
"author": "Bhagavad Gita"
},
{
"quote": "The future belongs to those who prepare for it today.",
"author": "Malcolm X"
},
{
"quote": "We learn little from victory, much from defeat.",
"author": "Anonymous"
},
{
"quote": "Success is achieved twice. Once in the mind and the second time in the real world.",
"author": "Azim Premji"
}

]
}