-
Notifications
You must be signed in to change notification settings - Fork 1
/
access.html
95 lines (94 loc) · 2.94 KB
/
access.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML>
<!-- Website Template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>研究方向 - 前瞻元件與技術實驗室</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<style>
p.word{
font-family: 'Conv_Ubuntu-Light';
font-size: 12pt;
line-height:2;
margin:0 0 28px 0;
}
a.IEEE{
color:white;
text-decoration-line:none;
font-size:26px;
float:right;
margin:30px 38px;
}
a:hover.IEEE{
color:yellow;
}
</style>
<body>
<div id="header">
<div class='language'>中文 / <a class='language'href='en_access.html'>English</a></div>
<a href="home.html" class="logo"><img src="images/logo.png" alt=""></a>
<ul>
<li>
<a href="home.html">首頁</a>
</li>
<li>
<a href="about.html">簡介</a>
</li>
<li>
<a href="member.html">研究群</a>
</li>
<li>
<a href="direction.html">研究方向</a>
</li>
<li>
<a href="research.html">研究貢獻</a>
</li>
<li class="selected">
<a href="acess.html">位置</a>
</li>
<li>
<a href="active.html">活動</a>
</li>
</ul>
</div>
<div id="body">
<ul>
<li>
<div class="contenttitle">前瞻元件與技術實驗室</div>
<p class="title">莊紹勳教授 辦公室位置</p>
<p class='word'>新竹市大學路1001號國立交通大學工程四館501室<br>
<table cellpadding="5">
<td align="right">TEL: </td><td>(03)573-1830<td><tr>
<td align="right">FAX: </td><td>(03)573-4608<td><tr>
<td align="right">Email: </td><td>schung@cc.nctu.edu.tw<td>
</table>
</p>
<p class="title">前瞻元件與技術實驗室位置</p>
<p class='word'>新竹市大學路1001號國立交通大學工程四館411室<br>
03-5712121 分機 54224</p>
<div style='background:#00719E;width:70%;margin:25px auto;border-radius:4px;height:85px;'>
<img src='images/IEEE.jpg'style='height:75px;margin: 4px 0 0 14px;'>
<a href='https://www.facebook.com/edsNCTUXNTHU/'target="_blank"class='IEEE'>IEEE Electron Device Society Taipei section 清交學生分會</a>
</div>
<a href='http://www.nctu.edu.tw/images/web/NCTU_Guangfu_2015.jpg'target="_blank">
<img style='display:block;margin:0 auto'height='70%'width='70%' src='images/map.jpg'>
</a>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3622.24324751674!2d120.994548214889!3d24.78712288408851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3468360f99028df7%3A0x642392a8d294e075!2z5Lqk6YCa5aSn5a24IOW3peeoi-Wbm-mkqA!5e0!3m2!1szh-TW!2stw!4v1501226000912"
width="650" height="300" frameborder="0" style="display:block;margin:25px auto;" allowfullscreen="">
</iframe>
</ul>
</div>
</li>
</ul>
</div>
<div id="footer">
<div>
<p>
<img src='images/IEEE.jpg'style='height:15px;margin:0 4px 0 0;'>
<a href='https://www.facebook.com/edsNCTUXNTHU/'target="_blank">IEEE Electron Device Society Taipei section 清交學生分會</a>
</p>
</div>
</div>
</body>
</html>