-
Notifications
You must be signed in to change notification settings - Fork 16
/
index_zh-cn.html
executable file
·336 lines (304 loc) · 13.7 KB
/
index_zh-cn.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
---
layout: null
---
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ScalaMatsuri 2018 | 亚洲最大的 Scala 国际会议</title>
<meta name="description" content="亚洲最大的 Scala 国际会议">
<meta name="keywords" content="Scala, 会议, 2018">
<link rel="shortcut icon" href="/img/favicons/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="/img/favicons/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/img/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="manifest" href="/img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#2d88ef">
<meta name="msapplication-TileImage" content="/img/favicons/mstile-144x144.png">
<meta property="og:title" content="ScalaMatsuri 2018 | 亚洲最大的 Scala 国际会议" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://scalamatsuri.org/index_zh-cn.html" />
<meta property="og:image" content="http://scalamatsuri.org/img/common/img_repre2_en.png" />
<meta property="og:site_name" content="ScalaMatsuri 2018|亚洲最大的 Scala 国际会议" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:description" content="亚洲最大的 Scala 国际会议" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="">
<meta name="twitter:creator" content="">
<meta name="twitter:url" content="http://scalamatsuri.org/index_zh-cn.html">
<meta name="twitter:title" content="ScalaMatsuri 2018|亚洲最大的 Scala 国际会议">
<meta name="twitter:description" content="亚洲最大的 Scala 国际会议">
<meta name="twitter:image" content="http://scalamatsuri.org/img/common/img_repre2_en.png">
<link href="css/common.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.js"></script>
<script src="js/respond.src.js"></script>
<script src="js/shuffle.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript">
if ((navigator.userAgent.indexOf('iPhone') > 0) || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('Android') > 0) {
document.write('<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">');
}else{
document.write('<meta name="viewport" content="width=device-width" />');
}
</script>
<!--[if lt IE 9]>
<script src="js/html5shiv-printshiv.js"></script>
<![endif]-->
<script type="text/javascript" src="js/scalamatsuri2018.js?v=v{{ site.time | date_to_xmlschema }}"></script>
<script>
var lang = 'en';
</script>
</head>
<body id="top">
<div id="wrapper" class="clearfix">
<header class="mainHeader">
<nav class="gnav pcVer">
<ul class="clearfix">
<li><a href="#top">首页</a></li>
{% for item in site.data.nav_zh-CN %}
<li><a href="{{ item.href }}">{{ item.title }}</a></li>
{% endfor %}
<li><a href="/">日本語</a></li>
<li><a href="/index_en.html">English</a></li>
<li><a href="/index_zh-tw.html">繁體中文</a></li>
</ul>
</nav>
<nav class="gnav smVer">
<p class="gnavSmClick"><img src="img/common/icon_menu.png"></p>
<ul class="clearfix smVerGnav">
<li><a href="#top">首页</a></li>
{% for item in site.data.nav_zh-CN %}
<li><a href="{{ item.href }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
</nav>
</header>
<section class="mainVis">
<p class="smVer linkLang"><a href="/">» 日本語</a></p>
<p class="smVer linkLang"><a href="/index_en.html">» English</a></p>
<p class="smVer linkLang"><a href="/index_zh-tw.html">» 繁體中文</a></p>
<ul class="snsBtnArea clearfix">
<li class="btnpocket">
<a data-pocket-label="pocket" data-pocket-count="none" class="pocket-btn" data-lang="en"></a>
</li>
<li class="gplusBtn">
<div class="g-plusone" data-size="medium" data-annotation="none"></div>
</li>
<li>
<a href="https://twitter.com/share"
class="twitter-share-button"
data-via="{{ site.en.twitter }}"
data-related="{{ site.en.twitter }}"
data-hashtags="ScalaMatsuri"
data-count="none">
Tweet
</a>
</li>
<li>
<div class="fb-like"
data-href="http://scalamatsuri.org/"
data-layout="button"
data-action="like"
data-show-faces="true"
data-share="false">
</div>
</li>
<li>
<a href="http://b.hatena.ne.jp/entry/"
class="hatena-bookmark-button"
data-hatena-bookmark-layout="basic"
title="このエントリーをはてなブックマークに追加">
<img src="https://b.st-hatena.com/images/entry-button/[email protected]"
alt="このエントリーをはてなブックマークに追加"
width="20"
height="20"
style="border: none;"/>
</a>
</li>
</ul>
<div class="mainVisInner">
<h1><img src="img/common/img_main_txt.png" alt="ScalaMatsuri 2018" /></h1>
<p class="timeData">
2018<span>年</span>3<span>月</span>16〜18<span>日</span></p>
<p class="txtData">
亚洲最大的 Scala 国际会议</p>
<br/>
<p>※ 16日为 Scala 的学习体验讨论会(仅日语),17~18日为各种正式及非正式演讲(日语、英语)</p>
<div class="logoArea">
<h2 class="clearfix">
<span class="ttlSpAreaTop">将军 sponsor</span>
<span class="linelSpAreaTop"><img src="img/common/ttl_main_line.png" alt="" /></span>
<span class="linerSpAreaTop"><img src="img/common/ttl_main_line.png" alt="" /></span>
</h2>
<ul class="clearfix shuffle">
{% for logo in site.data.logos.shogun %}
<li><a href="{{ logo.href }}"><img src="{{ logo.img }}" alt="{{ logo.title }}" /></a></li>
{% endfor %}
</ul>
</div>
</div>
</section>
<section class="sectionStyle7 smVer topBannerArea">
<div class="sectionStyle7Inner">
<article class="spBox">
<ul class="clearfix shuffle">
{% for logo in site.data.logos.shogun %}
<li><a href="{{ logo.href }}"><img src="{{ logo.img }}" alt="{{ logo.title }}" /></a></li>
{% endfor %}
</ul>
</article>
</div>
</section>
{% include thanks_zh-cn.html %}
<section class="sectionStyle2" id="info">
<div class="sectionStyle2Inner">
<header class="sectionHeadArea">
<h2 class="clearfix">
<span class="ttlSubLCenter">活动说明</span>
<span class="ttlSubLLeft"><img src="img/common/ttl_dots_left.png"></span>
<span class="ttlSubLRight"><img src="img/common/ttl_dots_right.png"></span>
</h2>
<p class="subTtlSm">Event Info</p>
</header>
<div class="contArea">
<table style="margin-bottom: 2em;">
<tr>
<th>日期</th>
<td>
2018年3月16日(星期五)、3月17日(星期六)、3月18日(星期日)<br/>
※ 16日为Scala的学习体验讨论会(仅日语),17~18日为各种正式及非正式演讲(日语、英语)
<a href="/ja/unconference">What is unconference?</a>
</td>
</tr>
<tr>
<th>地点</th>
<td>
<div>
<a href="http://www.jasso.go.jp/tiec/index_e.html" target="_blank">
东京国际交流馆
</a>
</div>
<div class="gmap-wrap">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4726.348770160201!2d139.7801964987376!3d35.62420849277758!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x601889fec03298c3%3A0x580ab4984e28a750!2z5p2x5Lqs5Zu96Zqb5Lqk5rWB6aSoIOODl-ODqeOCtuW5s-aIkA!5e0!3m2!1sja!2sjp!4v1521255344640"
width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</td>
</tr>
<tr>
<th>票务资讯</th>
<td>
Please purchase the tickets from <a href='https://scalaconfjp.doorkeeper.jp/events/{{ site.doorkeeper.event.id }}'>DoorKeeper</a>.
</td>
</tr>
</table>
<p>
相关资讯会在 <a href="https://twitter.com/scala_jp">twitter</a> 及 <a href="https://www.facebook.com/ScalaMatsuri">facebook</a> 陆续发布,请随时关注。
</p>
</div>
</div>
</section>
{% include program/section.html program=site.data.program_en %}
<section class="sectionStyle5">
<header class="sectionHeadArea">
<h2 class="clearfix">
<span class="ttlSubLCenter">分享 ScalaMatsuri</span>
<span class="ttlSubLLeft"><img src="img/common/ttl_dots_left.png"></span>
<span class="ttlSubLRight"><img src="img/common/ttl_dots_right.png"></span>
</h2>
<p class="subTtlSm">Social Share</p>
</header>
<br/>
<div>
<ul class="snsBtnArea snsBtnAreaMiddle clearfix">
<li>
<a href="http://b.hatena.ne.jp/entry/"
class="hatena-bookmark-button"
data-hatena-bookmark-layout="vertical-normal"
data-hatena-bookmark-lang="en"
title="このエントリーをはてなブックマークに追加">
<img src="https://b.st-hatena.com/images/entry-button/[email protected]"
alt="このエントリーをはてなブックマークに追加"
width="20"
height="20"
style="border: none;"/>
</a>
</li>
<li>
<div class="fb-like"
data-href="http://scalamatsuri.org/"
data-layout="box_count"
data-action="like"
data-show-faces="true"
data-share="false">
</div>
</li>
<li>
<a class="twitter-share-buttoon"
href="https://twitter.com/share"
data-url="{{ site.url }}{{ page.url }}"
data-via="{{ site.en.twitter }}"
data-related="{{ site.en.twitter }}"
data-hashtags="ScalaMatsuri"
data-lang="en"
data-count="vertical">
Tweet
</a>
</li>
<li>
<div class="g-plusone" data-size="tall"></div>
</li>
<li>
<a data-pocket-label="pocket" data-pocket-count="vertical" class="pocket-btn" data-lang="en"></a>
</li>
</ul>
</div>
<div class="widgets">
<div class="widget">
{% include twitter_widget.html %}
</div>
<div class="widget">
{% include freewind.html rss="http://blog-en.scalamatsuri.org/feed" %}
</div>
</div>
</section>
<section class="sectionStyleCoC">
<div class="sectionStyle1Inner">
<div class="txtBlock">
<p>
ScalaMatsuri 旨在为来自各个地区,不同社区的开发者和提供一个开放的平台。我们希望这对所有人——不论性别、种族以及背景——都会是一段有趣的经歷。本次活动的所有参会人员(包括演讲者及赞助商等)都需要互相尊重并遵守活动官方的行为准则(CoC: Code of Conduct)。
</p>
<p>
会对于违反行为准则的参会人员,ScalaMatsuri 主办方有权终止演讲或要求其离开会场。如果对于该行为准则有疑问,可以询问会议工作人员或填写此<a href="https://docs.google.com/forms/d/1kVRSxCTTwTPh_o2MGi4p-Zy1BoUARAWdwc2nXVkoi-s/viewform">表单</a>。
</p>
</div>
</div>
</section>
{% include sponsors/logos_zh-cn.html %}
{% include ticket_zh-cn.html %}
{% include footer.html %}
</div>
{% include ga.html %}
{% include twitter.html %}
{% include facebook_zh_CN.html %}
{% include hatena_bbutton.html %}
{% include widgetoon.js.html %}
{% include pocket.js.html %}
{% include g-plusone_zh-CN.js.html %}
{% include doorkeeper.js.html %}
<div id="dialog_message"></div>
</body>
</html>