-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.json
31 lines (30 loc) · 904 Bytes
/
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
[
{
"text": "Life isn\\'t about getting and having, it\\'s about giving and being.",
"author": "Kevin Kruse"
},
{
"text": "Whatever the mind of man can conceive and believe, it can achieve",
"author": "Napoleon Hill"
},
{
"text": "Strive not to be a success, but rather to be of value.",
"author": "Albert Einstein"
},
{
"text": "Two roads diverged in a wood, and I took the one less traveled by, And that has made all the difference.",
"author": "Robert Frost"
},
{
"text": "The most difficult thing is the decision to act, the rest is merely tenacity.",
"author": "Amelia Earhart"
},
{
"text": "Life is what happens to you while you\\re busy making other plans.",
"author": "John Lennon"
},
{
"text": "What even is a jQuery?",
"author": "Tyler S. McGinnis"
}
]