-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ee59e5
commit 524c77f
Showing
3 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<title>Blog | Yu Sheng Tzou</title> | ||
<link rel="shortcut icon" href="../../images/logo.jpg"> | ||
<link rel="apple-touch-icon" href="../../images/logo.jpg"> | ||
<link rel="stylesheet" href="../../stylesheets/styles.css"> | ||
<link rel="stylesheet" href="../../stylesheets/pygment_trac.css"> | ||
<meta name="viewport" content="width=device-width"> | ||
<script src="https://kit.fontawesome.com/15acf50b31.js" crossorigin="anonymous"></script> | ||
<style> | ||
hr { | ||
width: 66%; /* Adjust to the desired width */ | ||
border: none; | ||
margin: 0 auto; /* Center the line */ | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<a href="https://yushengtzou.github.io"><h1 style="color: #39c;" >Yu-Sheng Tzou</h1></a> | ||
<img src="../../images/logo.jpg" alt="Logo"> | ||
<p style="text-align: center; padding-top: 20px;"> | ||
<a href="mailto:[email protected]" style="margin-right: 15px;"><i style="color: #828282;" class="fa-solid fa-envelope fa-xl"></i></a> | ||
<a href="https://github.com/yushengtzou/" style="margin-right: 15px;"><i style="color: #828282;" class="fa-brands fa-github fa-xl"></i></a> | ||
<a href="https://www.linkedin.com/in/yushengtzou/" style="margin-right: 15px;"><i style="color: #828282;" class="fa-brands fa-linkedin fa-xl"></i></a> | ||
<a href="https://twitter.com/yushengtzou" style="margin-right: 15px;"><i style="color: #828282;" class="fa-brands fa-twitter fa-xl"></i></a> | ||
<a href="https://www.instagram.com/yushengtzou/"><i style="color: #828282;" class="fa-brands fa-instagram fa-xl"></i></a> | ||
</p> | ||
|
||
</header> | ||
|
||
<section> | ||
<h1>Blog</h1> | ||
<br> | ||
<h3>人生的追求</h3> | ||
<i>2024/10/06</i> | ||
<br> | ||
<br> | ||
<br> | ||
|
||
<p> | ||
人生主要的追求不是在外在,而是在內在。外在只是輔助內在,內在才是主要。 | ||
</p> | ||
<p> | ||
人生主要的追求是在追求心靈、品德及行為的提升。 | ||
</p> | ||
|
||
<p> | ||
這裡指的外在的追求,比如說,找到一個好的對象,男朋友或女朋友;淨資產上千萬至上億;有好的學歷;在知名大公司上班,領很高的薪水;開發出優秀的產品;設計出傑出的軟體系統;發明創新的物理模擬演算法。 | ||
</p> | ||
|
||
<p> | ||
如果是顛倒過來,也就是外在變成是人生主要的追求,內在是輔助外在。 | ||
</p> | ||
|
||
<p> | ||
我發現,這只會讓人走向迷茫與憂鬱。 | ||
</p> | ||
|
||
<p> | ||
我發現,這只會讓人與大自然脫節,讓心靈與地球之母分離。 | ||
</p> | ||
|
||
<p> | ||
我發現,這條路是行不通的,但大部分人的行為似乎反應著,他們都走在這條路上。 | ||
</p> | ||
|
||
<p> | ||
我不懂。我真的看不懂。 | ||
</p> | ||
|
||
<p> | ||
我所說的絕非虛無飄渺的言論,而是經過我親身實際體驗或實驗過後的結論。 | ||
</p> | ||
|
||
|
||
<br> | ||
<br> | ||
|
||
|
||
</section> | ||
<footer style="text-align: center;"> | ||
<p style="font-size: 14px;">© 2024 Yu-Sheng Tzou</p> | ||
</footer> | ||
</div> | ||
<script src="javascripts/scale.fix.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.