-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.json
56 lines (56 loc) · 1.81 KB
/
quotes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"items": [
{
"author": "Nelson Mandela",
"quote": "The greatest glory in living lies not in never falling, but in rising every time we fall."
},
{
"author": "Steve Jobs",
"quote": "Your time is limited, so don't waste it living someone else's life. Don't be trapped by dogma – which is living with the results of other people's thinking."
},
{
"author": "Anne Frank",
"quote": "Whoever is happy will make others happy too."
},
{
"author": "Mother Teresa",
"quote": "Spread love everywhere you go. Let no one ever come to you without leaving happier."
},
{
"author": "Louis Stevenson",
"quote": "Don't judge each day by the harvest you reap but by the seeds that you plant."
},
{
"author": "Helen Keller",
"quote": "Life is either a daring adventure or nothing at all."
},
{
"author": "Dalai Lama",
"quote": "The purpose of our lives is to be happy."
},
{
"author": "Marilyn Monroe",
"quote": "Keep smiling, because life is a beautiful thing and there's so much to smile about."
},
{
"author": "Winston S. Churchill",
"quote": "Success is not final; failure is not fatal: It is the courage to continue that counts."
},
{
"author": "Oprah Winfrey",
"quote": "You become what you believe."
},
{
"author": "Napoleon Hill",
"quote": "Whatever the mind of man can conceive and believe, it can achieve."
},
{
"author": "Master Oogway",
"quote": "Yesterday is history, tomorrow is a mystery, but today is a gift. That’s why it is called the present."
},
{
"author": "Professor X",
"quote": "Just because someone stumbles and loses their path, doesn’t mean they’re lost forever."
}
]
}