-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.js
554 lines (554 loc) · 12.7 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
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: null,
},
{
text: "It's easier to see the mistakes on someone else's paper.",
author: null,
},
{
text: 'Every man dies. Not every man really lives.',
author: null,
},
{
text: 'To lead people walk behind them.',
author: 'Lao Tzu',
},
{
text: 'Having nothing, nothing can he lose.',
author: 'William Shakespeare',
},
{
text: 'Trouble is only opportunity in work clothes.',
author: 'Henry J. Kaiser',
},
{
text: 'A rolling stone gathers no moss.',
author: 'Publilius Syrus',
},
{
text: 'Ideas are the beginning points of all fortunes.',
author: 'Napoleon Hill',
},
{
text: 'Everything in life is luck.',
author: 'Donald Trump',
},
{
text: 'Doing nothing is better than being busy doing nothing.',
author: 'Lao Tzu',
},
{
text: 'Trust yourself. You know more than you think you do.',
author: 'Benjamin Spock',
},
{
text: 'Study the past, if you would divine the future.',
author: 'Confucius',
},
{
text: 'The day is already blessed, find peace within it.',
author: null,
},
{
text: 'From error to error one discovers the entire truth.',
author: 'Sigmund Freud',
},
{
text: 'Well done is better than well said.',
author: 'Benjamin Franklin',
},
{
text: 'Bite off more than you can chew, then chew it.',
author: 'Ella Williams',
},
{
text: 'Work out your own salvation. Do not depend on others.',
author: 'Buddha',
},
{
text: 'One today is worth two tomorrows.',
author: 'Benjamin Franklin',
},
{
text: 'Once you choose hope, anythings possible.',
author: 'Christopher Reeve',
},
{
text: 'God always takes the simplest way.',
author: 'Albert Einstein',
},
{
text: 'One fails forward toward success.',
author: 'Charles Kettering',
},
{
text: 'From small beginnings come great things.',
author: null,
},
{
text: 'Learning is a treasure that will follow its owner everywhere',
author: 'Chinese proverb',
},
{
text: 'Be as you wish to seem.',
author: 'Socrates',
},
{
text: 'The world is always in movement.',
author: 'V. Naipaul',
},
{
text: 'Never mistake activity for achievement.',
author: 'John Wooden',
},
{
text: 'What worries you masters you.',
author: 'Haddon Robinson',
},
{
text: 'One faces the future with ones past.',
author: 'Pearl Buck',
},
{
text: 'Goals are the fuel in the furnace of achievement.',
author: 'Brian Tracy',
},
{
text: 'Who sows virtue reaps honour.',
author: 'Leonardo da Vinci',
},
{
text: 'Be kind whenever possible. It is always possible.',
author: 'Dalai Lama',
},
{
text: "Talk doesn't cook rice.",
author: 'Chinese proverb',
},
{
text: 'He is able who thinks he is able.',
author: 'Buddha',
},
{
text: 'A goal without a plan is just a wish.',
author: 'Larry Elder',
},
{
text: 'To succeed, we must first believe that we can.',
author: 'Michael Korda',
},
{
text: 'Learn from yesterday, live for today, hope for tomorrow.',
author: 'Albert Einstein',
},
{
text: 'A weed is no more than a flower in disguise.',
author: 'James Lowell',
},
{
text: 'Do, or do not. There is no try.',
author: 'Yoda',
},
{
text: 'All serious daring starts from within.',
author: 'Harriet Beecher Stowe',
},
{
text: 'The best teacher is experience learned from failures.',
author: 'Byron Pulsifer',
},
{
text: 'Think how hard physics would be if particles could think.',
author: 'Murray Gell-Mann',
},
{
text: "Love is the flower you've got to let grow.",
author: 'John Lennon',
},
{
text: "Don't wait. The time will never be just right.",
author: 'Napoleon Hill',
},
{
text: 'Time is the wisest counsellor of all.',
author: 'Pericles',
},
{
text: 'You give before you get.',
author: 'Napoleon Hill',
},
{
text: 'Wisdom begins in wonder.',
author: 'Socrates',
},
{
text: 'Without courage, wisdom bears no fruit.',
author: 'Baltasar Gracian',
},
{
text: 'Change in all things is sweet.',
author: 'Aristotle',
},
{
text: 'What you fear is that which requires action to overcome.',
author: 'Byron Pulsifer',
},
{
text: 'When performance exceeds ambition, the overlap is called success.',
author: 'Cullen Hightower',
},
{
text: 'When deeds speak, words are nothing.',
author: 'African proverb',
},
{
text: 'Real magic in relationships means an absence of judgement of others.',
author: 'Wayne Dyer',
},
{
text: 'I never think of the future. It comes soon enough.',
author: 'Albert Einstein',
},
{
text: 'Skill to do comes of doing.',
author: 'Ralph Emerson',
},
{
text: 'Wisdom is the supreme part of happiness.',
author: 'Sophocles',
},
{
text: 'I believe that every person is born with talent.',
author: 'Maya Angelou',
},
{
text: 'Important principles may, and must, be inflexible.',
author: 'Abraham Lincoln',
},
{
text: 'The undertaking of a new action brings new strength.',
author: 'Richard Evans',
},
{
text: 'The years teach much which the days never know.',
author: 'Ralph Emerson',
},
{
text: 'Our distrust is very expensive.',
author: 'Ralph Emerson',
},
{
text: 'All know the way; few actually walk it.',
author: 'Bodhidharma',
},
{
text: 'Great talent finds happiness in execution.',
author: 'Johann Wolfgang von Goethe',
},
{
text: 'Faith in oneself is the best and safest course.',
author: 'Michelangelo',
},
{
text: 'Courage is going from failure to failure without losing enthusiasm.',
author: 'Winston Churchill',
},
{
text: 'The two most powerful warriors are patience and time.',
author: 'Leo Tolstoy',
},
{
text: 'Anticipate the difficult by managing the easy.',
author: 'Lao Tzu',
},
{
text: 'Those who are free of resentful thoughts surely find peace.',
author: 'Buddha',
},
{
text: 'A short saying often contains much wisdom.',
author: 'Sophocles',
},
{
text: 'It takes both sunshine and rain to make a rainbow.',
author: null,
},
{
text: 'A beautiful thing is never perfect.',
author: null,
},
{
text: 'Only do what your heart tells you.',
author: 'Princess Diana',
},
{
text: 'Life is movement-we breathe, we eat, we walk, we move!',
author: 'John Pierrakos',
},
{
text: 'No one can make you feel inferior without your consent.',
author: 'Eleanor Roosevelt',
},
{
text: 'Argue for your limitations, and sure enough theyre yours.',
author: 'Richard Bach',
},
{
text: 'Luck is what happens when preparation meets opportunity.',
author: 'Seneca',
},
{
text: 'Victory belongs to the most persevering.',
author: 'Napoleon Bonaparte',
},
{
text: 'Love all, trust a few, do wrong to none.',
author: 'William Shakespeare',
},
{
text: 'In order to win, you must expect to win.',
author: 'Richard Bach',
},
{
text: 'A goal is a dream with a deadline.',
author: 'Napoleon Hill',
},
{
text: 'You can do it if you believe you can!',
author: 'Napoleon Hill',
},
{
text: "Set your goals high, and don't stop till you get there.",
author: 'Bo Jackson',
},
{
text: 'Every new day is another chance to change your life.',
author: null,
},
{
text: 'Smile, breathe, and go slowly.',
author: 'Thich Nhat Hanh',
},
{
text: 'Nobody will believe in you unless you believe in yourself.',
author: 'Liberace',
},
{
text: 'Do more than dream: work.',
author: 'William Arthur Ward',
},
{
text: 'No man was ever wise by chance.',
author: 'Seneca',
},
{
text: 'Some pursue happiness, others create it.',
author: null,
},
{
text: 'He that is giddy thinks the world turns round.',
author: 'William Shakespeare',
},
{
text: "Don't ruin the present with the ruined past.",
author: 'Ellen Gilchrist',
},
{
text: 'Do something wonderful, people may imitate it.',
author: 'Albert Schweitzer',
},
{
text: 'We do what we do because we believe.',
author: null,
},
{
text: 'Do one thing every day that scares you.',
author: 'Eleanor Roosevelt',
},
{
text: 'If you cannot be silent be brilliant and thoughtful.',
author: 'Byron Pulsifer',
},
{
text: 'Who looks outside, dreams; who looks inside, awakes.',
author: 'Carl Jung',
},
{
text: 'What we think, we become.',
author: 'Buddha',
},
{
text: 'The shortest answer is doing.',
author: 'Lord Herbert',
},
{
text: 'All our knowledge has its origins in our perceptions.',
author: 'Leonardo da Vinci',
},
{
text: 'The harder you fall, the higher you bounce.',
author: null,
},
{
text: 'Trusting our intuition often saves us from disaster.',
author: 'Anne Wilson Schaef',
},
{
text: 'Truth is powerful and it prevails.',
author: 'Sojourner Truth',
},
{
text: 'Light tomorrow with today!',
author: 'Elizabeth Browning',
},
{
text: 'Silence is a fence around wisdom.',
author: 'German proverb',
},
{
text: 'Society develops wit, but its contemplation alone forms genius.',
author: 'Madame de Stael',
},
{
text: 'The simplest things are often the truest.',
author: 'Richard Bach',
},
{
text: 'Everyone smiles in the same language.',
author: null,
},
{
text: 'Yesterday I dared to struggle. Today I dare to win.',
author: 'Bernadette Devlin',
},
{
text: 'No alibi will save you from accepting the responsibility.',
author: 'Napoleon Hill',
},
{
text: 'If you can dream it, you can do it.',
author: 'Walt Disney',
},
{
text: 'It is better to travel well than to arrive.',
author: 'Buddha',
},
{
text: "Life shrinks or expands in proportion to one's courage.",
author: 'Anais Nin',
},
{
text: 'You have to believe in yourself.',
author: 'Sun Tzu',
},
{
text: 'Our intention creates our reality.',
author: 'Wayne Dyer',
},
{
text: 'Silence is a true friend who never betrays.',
author: 'Confucius',
},
{
text: 'Character develops itself in the stream of life.',
author: 'Johann Wolfgang von Goethe',
},
{
text: 'From little acorns mighty oaks do grow.',
author: 'American proverb',
},
{
text: "You can't stop the waves, but you can learn to surf.",
author: 'Jon Kabat-Zinn',
},
{
text: 'Reality does not conform to the ideal, but confirms it.',
author: 'Gustave Flaubert',
},
{
text: 'Speak low, if you speak love.',
author: 'William Shakespeare',
},
{
text: 'A really great talent finds its happiness in execution.',
author: 'Johann Wolfgang von Goethe',
},
{
text: 'Reality leaves a lot to the imagination.',
author: 'John Lennon',
},
{
text: 'The greatest remedy for anger is delay.',
author: 'Seneca',
},
{
text: 'Growth itself contains the germ of happiness.',
author: 'Pearl Buck',
},
{
text: "You can do what's reasonable or you can decide what's possible.",
author: null,
},
];