-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommittee.html
149 lines (119 loc) · 5.97 KB
/
committee.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<title>GAMES 2019</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css-files/ie-fix/ie67.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="css-files/ie-fix/ie8.css">
<![endif]-->
<!--[if IE]><script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<![endif]-->
<link href="static/css/bootstrap.css" rel="stylesheet"/> <!-- CSS: Bootstrap -->
<link rel="stylesheet" type="text/css" href="static/css/getCss.css" /> <!-- CSS: Our css :) -->
<link rel="stylesheet" type="text/css" href="static/css/jquery.fancybox-1.3.4.css" /> <!-- CSS: fancybox -->
<!-- Google fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin" rel="stylesheet">
</head>
<body>
<div class="nav_display">
<input type="checkbox" id="drawer-toggle" name="drawer-toggle" class="roll"/>
<label for="drawer-toggle" id="drawer-toggle-label" class="roll"></label>
<header> 组织机构</header>
<nav id="drawer" class="roll">
<ul>
<li >
<a href="home.html" style="font-size: 13pt; line-height:30px; color:#434343;">首页</a>
</li>
<li >
<a href="committee.html"style="font-size: 13pt; line-height:30px; color:#434343;">组织机构</a>
</li>
<li >
<a href="program.html" style="font-size: 13pt; line-height:30px; color:#434343;">大会程序</a>
</li>
<li >
<a href="speaker.html" style="font-size: 13pt; line-height:30px; color:#434343;">大会讲者</a>
</li>
<li >
<a href="registration.html" style="font-size: 13pt; line-height:30px; color:#434343;">会议注册</a>
</li>
<li >
<a href="venue.html" style="font-size: 13pt; line-height:30px; color:#434343;">交通和酒店</a>
</li>
<li >
<a href="company.html"style="font-size: 13pt; line-height:30px; color:#434343;">赞助单位</a>
</li>
<li >
<a href="photo.html" style="font-size: 13pt; line-height:30px; color:#434343;">视频与照片</a>
</li>
</ul>
</nav>
</div>
<div class="head_display">
<div class="container">
<div class="row header">
<div class="span10">
<!-- responsive dropdown menu -->
<div class="js-jquery-dropdown-wrapper">
<ul class="js-jquery-dropdown" style="font-size: 13pt">
<li >
<a href="home.html" >首页</a>
</li>
<li >
<a href="committee.html">组织机构</a>
</li>
<li >
<a href="program.html" >大会程序</a>
</li>
<li >
<a href="speaker.html" >大会讲者</a>
</li>
<li >
<a href="registration.html" >会议注册</a>
</li>
<li >
<a href="venue.html" >交通和酒店</a>
</li>
<li >
<a href="company.html">赞助单位</a>
</li>
<li >
<a href="photo.html">视频与照片</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="page-index-featured " >
<div class="container page-text-columns" >
<div class="row" style=" box-shadow: darkgrey 0px 0px 30px 1px; border-radius:5px; margin:30px 0 0 0; ">
<div id="content" >
<hr style="margin:30px 5% 30px 5%;">
<ul class="ul_style">
<li >主办单位:<a href="https://www.ccf.org.cn/" target="_blank">中国计算机学会</a></li>
<li >承办单位:<a href="https://www.ccf.org.cn/tc/zwmd/jsjfzsjytxx/" target="_blank">中国计算机学会CAD&CG专委会</a><br>
     <a href="http://irc.cs.sdu.edu.cn/" target="_blank">山东大学计算机科学与技术学院交叉研究中心</a></li>
<li >大会主席:<a href="http://cfcs.pku.edu.cn/baoquan/" target="_blank">陈宝权, 北京大学</a></li>
<li >程序主席:<a href="http://www.cs.sdu.edu.cn/info/1090/2344.htm" target="_blank">屠长河, 山东大学</a></li>
<li >组织主席:<a href="http://irc.cs.sdu.edu.cn/~lulin/" target="_blank">吕琳, 山东大学</a></li>
</ul>
<hr style="margin:30px 5% 30px 5%;">
</div>
</div>
</div> <!-- /container -->
</div>
<div class="container">
<div class="row">
<div class="span6">
<span class="footer-company">©2019 GAMES </span>
</div>
</div>
</div>
</body>
</html>