-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
quotes.json
164 lines (164 loc) · 6.24 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
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
{
"quotes": [
{
"quote": "Tears come from the heart and not from the brain.",
"author": "Leonardo da Vinci",
"color": "BlackWhite"
},
{
"quote": "Broken people always create the most beautiful pieces of art.",
"author": "Unknown",
"color": "PurpleWhite"
},
{
"quote": "The odds of everything you believe being true is effectively zero.",
"author": "Unknown",
"color": "SalmonBlack"
},
{
"quote": "A person who trust no one now, once trusted someone too much.",
"author": "Unknown",
"color": "IvoryBlack"
},
{
"quote": "The worst feeling in the world is knowing you did your best and it still wasn't good enough.",
"author": "Unknown",
"color": "LavenderWhite"
},
{
"quote": "You don't realize how lonely you are until it's the end of the day and you have a bunch of things to talk about, but no one to tell them to.",
"author": "Unknown",
"color": "RoseWhite"
},
{
"quote": "Sometimes, the people with the biggest smiles are the ones struggling the most.",
"author": "Unknown",
"color": "IndigoWhite"
},
{
"quote": "To hurt is as human as to breathe.",
"author": "J.K. Rowling",
"color": "SapphireWhite"
},
{
"quote": "No matter how much it hurts now, someday you will look back and realize your struggles changed your life for the better.",
"author": "Unknown",
"color": "BlackAmber"
},
{
"quote": "Never judge people by their past. People learn. People change. People move on.",
"author": "Tiny Buddha",
"color": "SapphireWhite"
},
{
"quote": "I was never asking for too much. I was just asking the wrong person.",
"author": "Unknown",
"color": "SpaceWhite"
},
{
"quote": "You can't change what has already happened, so don't waste your time thinking about it. Move on, let go, and get over it.",
"author": "Unknown",
"color": "VioletWhite"
},
{
"quote": "No matter how good you are, people will judge you according to their mood and needs.",
"author": "Unknown",
"color": "SalmonBlack"
},
{
"quote": "Value the one who cares.",
"author": "Unknown",
"color": "MangoBlack"
},
{
"quote": "You won't realize the value of something you don't appreciate.",
"author": "Zyrouge",
"color": "SkyBlack"
},
{
"quote": "The loudest one in the room is the weakest one in the room.",
"author": "Frank Lucas",
"color": "RoseBlack"
},
{
"quote": "We live in a world in which judgement is more important than getting to know that person.",
"author": "Unknown",
"color": "DPurpleWhite"
},
{
"quote": "The loneliest people are the kindest. The saddest people smile the brightest. The most damaged people are the wisest. All because they don't wish to see anyone else suffer the way they did.",
"author": "Jellal Fernandes",
"color": "PurpleWhite"
},
{
"quote": "In the long run, the most unpleasant truth is a safer companion than a pleasant falsehood.",
"author": "Theodore Roosevelt",
"color": "SalmonBlack"
},
{
"quote": "People don't cry because they're weak. They cry because they've been strong for too long.",
"author": "Barbara Delinsky",
"color": "GreenBlack"
},
{
"quote": "Hurting someone's feelings is as easy as throwing a rock in the ocean, but do you know how deep that rock goes?",
"author": "Unknown",
"color": "LimeBlack"
},
{
"quote": "Everything will be okay in the end. If it's not okay, it's not the end.",
"author": "John Lennon",
"color": "IvoryBlack"
},
{
"quote": "If you really don't like someone, dont give them hope.",
"author": "Unknown",
"color": "PurpleWhite"
},
{
"quote": "Words can cut deeper than any blade.",
"author": "Zabuza",
"color": "IndigoWhite"
},
{
"quote": "In the midst of countless heartaches, may you find the reason to find the reason to love and smile again.",
"author": "Joshua B. Mariano",
"color": "RoseWhite"
},
{
"quote": "The worst thing in the world isn't being alone it's being around people who make you feel alone.",
"author": "Naruto",
"color": "LimeBlack"
},
{
"quote": "Don't compare your life to others. There's no comparison between the sun and the moon. They shine when it's their time.",
"author": "Cassey Ho",
"color": "BlackAmber"
},
{
"quote": "Trust takes years to build, seconds to break and forever to repair.",
"author": "Unknown",
"color": "RoseWhite"
},
{
"quote": "I have been and still am a seeker, but I have ceased to question stars and books; I have begun to listen to the teaching my blood whispers to me.",
"author": "Hermann Hesse",
"color": "IvoryBlack"
},
{
"quote": "Just because you don't understand it doesn't mean it isn't so.",
"author": "Lemony Snickes",
"color": "SalmonBlack"
},
{
"quote": "Do what makes you truly fucking happy.",
"author": "Tyler",
"color": "SpaceWhite"
},
{
"quote": "The man who asks a question is a fool for a minute, the man who does not ask is a fool for life.",
"author": "Confucius",
"color": "DPurpleWhite"
}
]
}