-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost12.html
More file actions
53 lines (35 loc) · 1.4 KB
/
post12.html
File metadata and controls
53 lines (35 loc) · 1.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Zen & Startup - Victor's Blog</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<img src="logo.png" alt="V7 Logo" class="logo">
<h1>Victor's Blog</h1>
</div>
<div class="post-content">
<a href="index.html" class="back-link">← Back to Blog</a>
<h1 class="post-title">Zen & Startup</h1>
<p>as i continue to read, feel, think Zen.</p>
<p>i found commonality between startup and Zen.</p>
<p>1)</p>
<p>imagine Zen as an exam.</p>
<p>even if you are handed the exact answer, you still can't enlighten.</p>
<p>so do startups.</p>
<p>even if we have millions of successful founder stories and advice</p>
<p>you still can't win until you really work on your own path.</p>
<p>2)</p>
<p>Zen is not about shaving head and become monks.</p>
<p>Zen is about contemplate while you are.</p>
<p>you can get infinite inspiration through life</p>
<p>and in one moment you will be enlightened and enter the zone.</p>
<p>so do startups.</p>
<p>you can't just always iterate iterate iterate.</p>
<p>you gotta step outside and really live a life.</p>
<p>and then some part of life will sharpen your intuition and makes you unstoppable.</p>
</div>
</body>
</html>