-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquote_work.html
61 lines (60 loc) · 1.56 KB
/
quote_work.html
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
8<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>QUOTES FOR WORK | SHIENLONG</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><a href="index.html">SHIEN LONG</a></h1>
<hr>
<p>
"Do not think that what is hard for you to master is humanly impossible;
<p>
and if it is humanly possible, consider it to be within your reach."
<p>
- Marcus Aurelius, Meditations
</p>
<p>
"Process saves us from the poverty of our intentions."
<p>
- Elizabeth King
</p>
<p>
"You have the right to work, but for the work's sake only.
You have no right to the fruits of work.
Desire for the fruits of work must never be your motive in working.
Never give way to laziness, either.
<p>
Perform every action with your heart fixed on the Supreme Lord.
Renounce attachment to the fruits.
Be even-tempered in success and failure:
for it is this evenness of temper which is meant by yoga.
<p>
Work done with anxiety about results is far inferior to work done without such anxiety,
in the calm of self-surrender.
Seek refuge in the knowledge of Brahma.
They who work selfishly for results are miserable."
<p>
- Bhagavad Gita
</p>
<p>
"He who thinks he knows, doesn't know.
<p>
He who knows that he doesn't know, knows."
<p>
- Lao Tse
<p>
"When things get tough, make good art..."
<p>
- Neil Gaiman
</p>
<p>
"The purpose of an organisation is to enable ordinary human beings to do extraordinary things. It is a means to make strengths productive and weaknesses irrelevant."
</p>
<p>
- Peter F. Drucker
</p>
</body>
</html>