-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquotes.js
67 lines (66 loc) · 1.65 KB
/
quotes.js
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
const localQuotes = [
{
"text": "Genius is one percent inspiration and ninety-nine percent perspiration.",
"author": "Thomas Edison"
},
{
"text": "You can observe a lot just by watching.",
"author": "Yogi Berra"
},
{
"text": "A house divided against itself cannot stand.",
"author": "Abraham Lincoln"
},
{
"text": "Difficulties increase the nearer we get to the goal.",
"author": "Johann Wolfgang von Goethe"
},
{
"text": "Fate is in your hands and no one elses",
"author": "Byron Pulsifer"
},
{
"text": "Be the chief but never the lord.",
"author": "Lao Tzu"
},
{
"text": "Nothing happens unless first we dream.",
"author": "Carl Sandburg"
},
{
"text": "Well begun is half done.",
"author": "Aristotle"
},
{
"text": "Life is a learning experience, only if you learn.",
"author": "Yogi Berra"
},
{
"text": "Self-complacency is fatal to progress.",
"author": "Margaret Sangster"
},
{
"text": "Peace comes from within. Do not seek it without.",
"author": "Buddha"
},
{
"text": "What you give is what you get.",
"author": "Byron Pulsifer"
},
{
"text": "We can only learn to love by loving.",
"author": "Iris Murdoch"
},
{
"text": "Life is change. Growth is optional. Choose wisely.",
"author": "Karen Clark"
},
{
"text": "You'll see it when you believe it.",
"author": "Wayne Dyer"
},
{
"text": "Today is the tomorrow we worried about yesterday.",
"author": ""
}
]