-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfullching.js
86 lines (82 loc) · 2.75 KB
/
fullching.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
const quotes = [
{
quote: "To persevere in one's duty and be loyal to one's superiors is the basis of all human relationships.",
author: "I-Ching"
},
{
quote: "It is only when we are content with what we have that we can be truly rich.",
author: "I-Ching"
},
{
quote: "A gentle wind carries more weight than a strong one, just as a gentle influence can have a greater impact than a forceful one.",
author: "I-Ching"
},
{
quote: "The wise man takes care to adjust his behavior to the prevailing circumstances, just as the water flows to conform to the shape of the land it passes over.",
author: "I-Ching"
},
{
quote: "Good fortune comes when we are in harmony with the forces of nature, and bad fortune arises when we resist them.",
author: "I-Ching"
},
{
quote: "True strength lies not in brute force, but in the ability to exercise control over one's own mind and emotions.",
author: "I-Ching"
},
{
quote: "The greatest enemy we face is often our own ignorance and lack of understanding.",
author: "I-Ching"
},
{
quote: "True success comes not from striving for greatness, but from cultivating inner peace and contentment.",
author: "I-Ching"
},
{
quote: "The wise man is like a tree, rooted deep in the earth, but reaching for the sky.",
author: "I-Ching"
},
{
quote: "The universe is constantly changing and evolving, and it is only by embracing this change that we can grow and flourish.",
author: "I-Ching"
}
{
quote: "Adversity is an opportunity for growth, and it is only by facing challenges that we can discover our true strength.",
author: "I-Ching"
},
{
quote: "The path to enlightenment is long and winding, but it is only by walking it that we can hope to reach our destination.",
author: "I-Ching"
},
{
quote: "The wise man does not seek to impose his will on others, but instead seeks to align himself with the natural flow of events.",
author: "I-Ching"
},
{
quote: "Success comes not from force, but from the ability to adapt and adjust to changing circumstances.",
author: "I-Ching"
},
{
quote: "The true measure of a man's character is not in his words, but in his actions.",
author: "I-Ching"
},
{
quote: "The key to happiness lies not in the pursuit of pleasure, but in the cultivation of inner peace and contentment.",
author: "I-Ching"
},
{
quote: "The wise man knows that every ending is also a new beginning, and that even the darkest night will eventually give way to the dawn.",
author: "I-Ching"
},
{
quote: "True power lies not in dominating others, but in mastering oneself.",
author: "I-Ching"
},
{
quote: "The path to success is often long and arduous, but it is only by persevering through difficulty that we can achieve our goals.",
author: "I-Ching"
},
{
quote: "The wise man understands that there is a time for everything, and that all things must pass.",
author: "I-Ching"
}
];