forked from jlyman/LRN-Section-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquotes.json
28 lines (28 loc) · 842 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
{
"quotes": [
{
"text": "This is the real secret of life — to be completely engaged with what you are doing in the here and now. And instead of calling it work, realize it is play.",
"source": "Alan Watts"
},
{
"text": "If you want to change the world, start with the next person who comes to you in need.",
"source": "B. D. Schiers"
},
{
"text": "Awareness is the greatest agent for change.",
"source": "Eckhart Tolle"
},
{
"text": "Today, you can decide to walk in freedom. You can choose to walk differently. You can walk as a free person, enjoying every step.",
"source": "Thích Nhất Hạnh"
},
{
"text": "No snowflake ever falls in the wrong place.",
"source": "Zen Proverb"
},
{
"text": "When the task is done beforehand, then it is easy.",
"source": "Yuan-tong"
}
]
}