-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.json
62 lines (62 loc) · 1.88 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
57
58
59
60
61
62
[
{
"text": "The only limit to our realization of tomorrow is our doubts of today.",
"author": "Franklin D. Roosevelt",
"category": "inspiration"
},
{
"text": "Happiness is not something ready-made. It comes from your own actions.",
"author": "Dalai Lama",
"category": "happiness"
},
{
"text": "Education is the most powerful weapon which you can use to change the world.",
"author": "Nelson Mandela",
"category": "education"
},
{
"text": "The best way to predict the future is to create it.",
"author": "Peter Drucker",
"category": "inspiration"
},
{
"text": "Success is not the key to happiness. Happiness is the key to success.",
"author": "Albert Schweitzer",
"category": "happiness"
},
{
"text": "An investment in knowledge pays the best interest.",
"author": "Benjamin Franklin",
"category": "education"
},
{
"text": "Do what you can, with what you have, where you are.",
"author": "Theodore Roosevelt",
"category": "inspiration"
},
{
"text": "Happiness depends upon ourselves.",
"author": "Aristotle",
"category": "happiness"
},
{
"text": "The roots of education are bitter, but the fruit is sweet.",
"author": "Aristotle",
"category": "education"
},
{
"text": "It does not matter how slowly you go as long as you do not stop.",
"author": "Confucius",
"category": "inspiration"
},
{
"text": "The purpose of our lives is to be happy.",
"author": "Dalai Lama",
"category": "happiness"
},
{
"text": "Live as if you were to die tomorrow. Learn as if you were to live forever.",
"author": "Mahatma Gandhi",
"category": "education"
}
]