-
Notifications
You must be signed in to change notification settings - Fork 27k
/
quotes.json
102 lines (102 loc) · 3.29 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[
{
"quote" : "Life is about making an impact, not making an income.",
"author" : "Kevin Kruse"
},
{
"quote" : "Whatever the mind of man can conceive and believe, it can achieve.",
"author" : "Napoleon Hill"
},
{
"quote" : "Strive not to be a success, but rather to be of value.",
"author" : "Albert Einstein"
},
{
"quote" : "Two roads diverged in a wood, and I—I took the one less traveled by, And that has made all the difference",
"author" : "Robert Frost"
},
{
"quote" : "I attribute my success to this: I never gave or took any excuse.",
"author" : "Florence Nightingale"
},
{
"quote" : "You miss 100% of the shots you don’t take.",
"author" : "Wayne Gretzky"
},
{
"quote" : "I’ve missed more than 9000 shots in my career. I’ve lost almost 300 games. 26 times I’ve been trusted to take the game winning shot and missed. I’ve failed over and over and over again in my life. And that is why I succeed.",
"author" : "Michael Jordan"
},
{
"quote" : "The most difficult thing is the decision to act, the rest is merely tenacity.",
"author" : "Amelia Earhart"
},
{
"quote" : "Every strike brings me closer to the next home run.",
"author" : "Babe Ruth"
},
{
"quote" : "Definiteness of purpose is the starting point of all achievement.",
"author" : "W. Clement Stone"
},
{
"quote" : "Life isn’t about getting and having, it’s about giving and being.",
"author" : "Kevin Kruse"
},
{
"quote" : "Life is what happens to you while you’re busy making other plans.",
"author" : "John Lennon"
},
{
"quote" : "We become what we think about.",
"author" : "Earl Nightingale"
},
{
"quote" : "Twenty years from now you will be more disappointed by the things that you didn’t do than by the ones you did do, so throw off the bowlines, sail away from safe harbor, catch the trade winds in your sails. Explore, Dream, Discover.",
"author" : "Mark Twain"
},
{
"quote" : "Life is 10% what happens to me and 90% of how I react to it.",
"author" : "Charles Swindoll"
},
{
"quote" : "The most common way people give up their power is by thinking they don’t have any.",
"author" : "Alice Walker"
},
{
"quote" : "The mind is everything. What you think you become.",
"author" : "Buddha"
},
{
"quote" : "The best time to plant a tree was 20 years ago. The second best time is now.",
"author" : "Chinese Proverb"
},
{
"quote" : "An unexamined life is not worth living.",
"author" : "Socrates"
},
{
"quote" : "Eighty percent of success is showing up.",
"author" : "Woody Allen"
},
{
"quote" : "Your time is limited, so don’t waste it living someone else’s life.",
"author" : "Steve Jobs"
},
{
"quote" : "Winning isn’t everything, but wanting to win is.",
"author" : "Vince Lombardi"
},
{
"quote" : "I am not a product of my circumstances. I am a product of my decisions.",
"author" : "Stephen Covey"
},
{
"quote" : "Every child is an artist. The problem is how to remain an artist once he grows up.",
"author" : "Pablo Picasso"
},
{
"quote" : "You can never cross the ocean until you have the courage to lose sight of the shore.",
"author" : "Christopher Columbus"
}
]