1. 程式人生 > >HTML練習---製作網站新聞資訊展示頁面

HTML練習---製作網站新聞資訊展示頁面

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文件</title>
<style type="text/css">
.a {
	font-family: "Times New Roman";
	font-size: 18px;
	font-style: normal;
	line-height: 40px;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	text-align: center;
}
.b {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
}
.c {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
}
.d {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.e {
	text-align: center;
	vertical-align: middle;
}
p{
	text-indent: 2em;}
</style>
</head>
<body>
<table>
<tr>
<td><img src="logo.gif"/></td>
<td><img src="banner.jpg"/></td>
</tr>
</table>
<p align="center"><span class="a">7招打造社會化工作環境</span></p>
<table align="center">
<tr>
<td height="17"><span class="b">2013年08月09日09:36</span></td>
<td><span class="b">供稿中心: 網際網路運營部</span></td>
</tr>
</table>
<hr/>
<p><span class="c"> 摘要:</span><span class="d">如果你的辦公室出現了員工懈怠、不滿、焦慮或無所事事等現象,也許是時候該設立一個更加社會化的工作區了。</span></p>
<p class="e"><img  src="work.jpg"/></p>

<p><span class="d">如果你的辦公室出現了員工懈怠、不滿、焦慮或無所事事等現象,也許是時候該設立一個更加社會化的工作區了。</span></p>
<p><span class="d">這一點還有調查資料的支援,美國心理協會的調查發現,員工不滿往往與老闆有關,43% 提到不滿是因為缺乏發展和晉升機會,43% 稱高強度的工作壓力所致,40% 認為工作期望不切<br/>實際引起,39% 抱怨工作時間過長。只有 52% 的員工感受到了工作的價值。每年這方面的資料基本上都沒有什麼改善。員工的感覺往往是自己是被迫要完成任務的。</span></p>

<p><span class="d">打造一個更加社會化的工作區也許是該問題的一個解決方案。提供團隊協作的機會有助於讓員工不再把自己視為獨立的任務執行者,而是有價值的團隊成員,能夠提高士氣,進而改善<br/>積極性和生產力。</span></p>
<p><span class="d">以下就是打造社會化工作區的 7 點提示:</span></p>
<p><span class="c">1、提高福利待遇</span></p>
<p><span class="d">Google、Facebook、Twitter、LinkedIn 等大公司都很注意這一點。在辦公地點配備健身房,可以靈活安排辦公時間,假期沒有限制,甚至照顧員工的生活(參見照顧你的生活是我的<br/>工作,輕鬆快樂才有效率和創意)等。雖然比不上他們財大氣粗,但你也可以在預算允許的情況下適當參照一下。</span></p>
</body>
</html>