-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorganization.html
More file actions
67 lines (64 loc) · 3.28 KB
/
organization.html
File metadata and controls
67 lines (64 loc) · 3.28 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<title>IsCLL-15</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=10; IE=9; IE=8; IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" href="http://cdn.jsdelivr.net/semantic-ui/1.11.6/semantic.min.js" type="text/javascript">
<link rel="stylesheet" href="http://cdn.jsdelivr.net/semantic-ui/1.11.6/semantic.min.css" type="text/css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<!--Remaining section-->
<div class="ui page grid">
<div class="row">
<img style="width:100%;height:100%;" src="http://i.imgur.com/PmWBMOC.png" >
</div>
<div class="three wide column" >
<div class="2 fluid ui buttons">
<a href="organization.html">
<div class="ui orange button">中 文</div>
</a>
<div class="or"></div>
<a href="en_organization.html">
<div class="ui inverted orange button">English</div>
</a>
</div>
<hr>
<div id="header"></div>
</div>
<div class="thirteen wide column" >
<div class="ui center aligned orange inverted segment">
<p style="font-size:15pt;">主辦單位</p>
</div>
<div class="ui segment" style="color:black;">
<h2>主辦單位:</h2>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">國立新竹教育大學臺灣語言研究與教學研究所</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">中央研究院語言學研究所</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">臺灣語言學學會</p>
<h2>大會主席:</h2>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">陳惠邦 國立新竹教育大學校長</p>
<h2>共同主席</h2>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">鄭秋豫 中央研究院語言學研究所所長</p>
<h2>議程委員會(依姓氏順序排列) 如下:</h2>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">王萸芳 國立高雄師範大學</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">陳純音 國立臺灣師範大學</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">黃漢君 國立新竹教育大學</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">曾淑娟 中央研究院</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">賴惠玲 國立政治大學</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">葉美利 國立新竹教育大學</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">葉瑞娟 國立新竹教育大學</p>
<p style="font-size:13pt;line-height: 1.7em;text-indent : 2em;">鄭 縈 國立新竹教育大學</p>
</div>
</div>
</div>
<!--Remaining section-->
<div id="footer"></div>