-
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
c0e167d
commit 1c97cf7
Showing
2 changed files
with
75 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,70 @@ | ||
<!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/11/02</i> | ||
<br> | ||
<br> | ||
<br> | ||
<p> | ||
選擇比努力更重要!正確的選擇往往和當事人的觀念密切相關,懷抱錯誤的觀念而不自知,做出錯誤選擇的可能性就會很大。 | ||
</p> | ||
<p> | ||
研究所畢業之後選擇公司要慎選,主要就是看『發展性』,怎麼看呢? | ||
</p> | ||
<p> | ||
就兩點,薪資成長和專業能力的成長。 | ||
</p> | ||
<p> | ||
後者往往和所處環境密切相關,蓬生麻中不扶而直,如果公司同事都是非常聰明和認真的人,自己也會受到感染的,我在台大讀書時深感如此,和實驗室的學弟常常討論學業與研究課題,原本只是在小聊但後來卻討論到一小時之久,並感到相當開心和很有收穫。 | ||
</p> | ||
<p> | ||
我預期的薪資成長則至少為年成長率 20% 以上,以台灣半導體產業的頂尖企業來說,這個數字並不過分。 | ||
</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