forked from perl-entrance-org/perl-entrance-org.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
618 lines (576 loc) · 27.7 KB
/
index.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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Perl入学式 プログラミング初心者のためのPerl入門講座
</title>
<link rel="icon" href="/static/images/icons/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/static/images/icons/apple-touch-icon-144x144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/static/images/icons/apple-touch-icon-114x114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/static/images/icons/apple-touch-icon-72x72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="/static/images/icons/apple-touch-icon-precomposed.png" />
<meta property="og:title" content="Perl入学式 | Perl Entrance" />
<meta property="og:type" content="website" />
<meta property="og:description" content="プログラミングの入門者、初心者向けの勉強会「Perl入学式」の公式サイトです" />
<meta property="og:url" content="/" />
<meta property="og:image" content="/static/images/logo.png" />
<meta property="og:site_name" content="Perl入学式 | Perl Entrance" />
<meta property="og:email" content="[email protected]" />
<meta name="author" content="Perl Entrance" />
<meta name="copyright" content="(c) 2012-2018 Perl Entrance, Japan Perl Association" />
<link type="text/css" rel="stylesheet" href="/static/css/style.css" />
</head>
<body>
<a id="top" name="top"></a>
<div class="off-canvas-wrap" data-offcanvas>
<div class="inner-wrap">
<aside class="left-off-canvas-menu">
<ul class="off-canvas-list">
<li><label class="first">MENU</label></li>
<li><a href="/index.html"><i class="icon-home"></i> Home</a></li>
</ul>
<ul class="off-canvas-list">
<li><a href="/about.html"><i class="icon-world"></i> Perl入学式とは</a></li>
<li><a href="http://blog.perl-entrance.org/" target="_blank"><i class="icon-news"></i> 公式ブログ</a></li>
</ul>
<ul class="off-canvas-list">
<li><label> 講義資料</label></li>
<li><a href="/license.html"><i class="icon-document-text"></i> ライセンス</a></li>
<li><a href="https://github.com/perl-entrance-org/Perl-Entrance-Textbook"><i class="icon-document-text"></i> Perl Entrance Textbook</a></li>
<li><a href="/handout.html#handout-2019"><i class="icon-document-text"></i> 資料 (2019年)</a></li>
<li><a href="/handout.html#handout-2018"><i class="icon-document-text"></i> 資料 (2018年)</a></li>
<li><a href="/handout.html#handout-2017"><i class="icon-document-text"></i> 資料 (2017年)</a></li>
<li><a href="/handout.html#handout-2016"><i class="icon-document-text"></i> 資料 (2016年)</a></li>
<li><a href="/handout.html#handout-2015"><i class="icon-document-text"></i> 資料 (2015年)</a></li>
<li><a href="/handout.html#handout-2014"><i class="icon-document-text"></i> 資料 (2014年)</a></li>
<li><a href="/handout.html#handout-2013"><i class="icon-document-text"></i> 資料 (2013年)</a></li>
<li><a href="/handout.html#handout-2012"><i class="icon-document-text"></i> 資料 (2012年)</a></li>
</ul>
<ul class="off-canvas-list">
<li><a href="/calendar.html"><i class="icon-calender"></i> カレンダー</a></li>
<li><a href="https://docs.google.com/a/gaiax.com/forms/d/e/1FAIpQLScbWyg-cgcqilW7-BpKagRm2ldBhvwRBNr2N5eg3LHOK13FGw/viewform" class="" target="_blank"><i class=" icon-messages"></i>チャット招待</a></li>
<li><a href="https://github.com/perl-entrance-org" class="" target="_blank"><i class="icon-social-github"></i> GitHub</a></li>
<li><a href="https://twitter.com/Perl_Entrance" class="" target="_blank"><i class="icon-social-twitter"></i> Twitter</a></li>
</ul>
</aside>
<nav class="tab-bar show-for-medium-down">
<a class="left-off-canvas-toggle">
<span class="icon-th-menu"></span>
<span class="logo">Perl入学式 | Perl Entrance</span>
</a>
</nav>
<nav class="top-bar hide-for-medium-down" data-topbar>
<ul class="title-area">
<li class="name">
<h1><a href="/index.html">Perl入学式 | Perl Entrance</a></h1>
</li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li class="divider"></li>
<li class="">
<a href="/about.html"><i class="icon-world"></i> Perl入学式とは</a>
</li>
<li class="divider"></li>
<li class="">
<li><a href="http://blog.perl-entrance.org/" target="_blank"><i class="icon-news"></i> 公式ブログ</a></li>
</li>
<li class="divider"></li>
<li class="has-dropdown">
<a href="/handout.html" class=""><i class="icon-document-text"></i> 講義資料</a>
<ul class="dropdown">
<li><a href="/license.html"><i class="icon-document-text"></i> ライセンス</a></li>
<li><a href="https://github.com/perl-entrance-org/Perl-Entrance-Textbook"><i class="icon-document-text"></i> Perl Entrance Textbook</a></li>
<li><a href="/handout.html#handout-2019"><i class="icon-document-text"></i> 資料 (2019年)</a></li>
<li><a href="/handout.html#handout-2018"><i class="icon-document-text"></i> 資料 (2018年)</a></li>
<li><a href="/handout.html#handout-2017"><i class="icon-document-text"></i> 資料 (2017年)</a></li>
<li><a href="/handout.html#handout-2016"><i class="icon-document-text"></i> 資料 (2016年)</a></li>
<li><a href="/handout.html#handout-2015"><i class="icon-document-text"></i> 資料 (2015年)</a></li>
<li><a href="/handout.html#handout-2014"><i class="icon-document-text"></i> 資料 (2014年)</a></li>
<li><a href="/handout.html#handout-2013"><i class="icon-document-text"></i> 資料 (2013年)</a></li>
<li><a href="/handout.html#handout-2012"><i class="icon-document-text"></i> 資料 (2012年)</a></li>
</ul>
</li>
<li class="divider"></li>
<li class="">
<a href="/calendar.html"><i class="icon-calender"></i> カレンダー</a>
</li>
<li class="divider"></li>
<li class="">
<a href="https://docs.google.com/a/gaiax.com/forms/d/e/1FAIpQLScbWyg-cgcqilW7-BpKagRm2ldBhvwRBNr2N5eg3LHOK13FGw/viewform" class="" target="_blank"><i class=" icon-messages"></i>チャット招待</a>
</li>
<li class="divider"></li>
<li class="">
<a href="https://github.com/perl-entrance-org" class="" target="_blank"><i class="icon-social-github"></i> GitHub</a>
</li>
<li class="divider"></li>
<li class="">
<a href="https://twitter.com/Perl_Entrance" class="" target="_blank"><i class="icon-social-twitter"></i> Twitter</a>
</li>
</ul>
</section>
</nav>
<section id="homepage-hero">
<div class="row innerblock">
<div class="small-6 large-6 columns column-left">
<h1><img src="/static/images/logo_white.png" alt="Perl入学式 | Perl Entrance"></h1>
</div>
<div class="small-6 large-7 columns column-right">
<ul class="example-orbit" data-orbit data-options="slide_number: false; bullets: false;">
<li>
<img src="/static/images/slide/slide-01.jpg" alt="slide 1" />
<div class="orbit-caption">Perl入学式 講義の風景</div>
</li>
<li>
<img src="/static/images/slide/slide-02.jpg" alt="slide 1" />
<div class="orbit-caption">座学と, それぞれのPCを利用した演習を繰り返していくスタイルです.</div>
</li>
<li>
<img src="/static/images/slide/slide-03.jpg" alt="slide 1" />
<div class="orbit-caption">「講師と受講者」だけでなく, 「受講者同士」のコミュニケーションも大切にしています.</div>
</li>
</ul>
</div>
</div>
</section>
<section id="homepage-update">
<div class="row">
<div class="title column">
<center>
<h4>Latest Update</h4>
</center>
</div>
<div class="listed column">
<dl class="article">
<dt>2019.6.2</dt>
<dd>2019年度6月 第二回ピヨグラミングの開講情報を追加しました (沖縄)</dd>
<dt>2019.5.26</dt>
<dd>2019年度6月 Perl入学式第2回の開講情報を追加しました (千歳)</dd>
<dt>2019.5.25</dt>
<dd>2019年度6月 Perl入学式第2回の開講情報を追加しました (大阪)</dd>
<dt>2019.5.17</dt>
<dd>2019年度6月 Perl入学式第3回の開講情報を追加しました (東京)</dd>
</dl>
</div>
</div>
</section>
<section id="homepage-event">
<div class="row">
<h2>Perl入学式とは? </h2>
<div class="large-12 columns">
</div>
</div>
<div class="row">
<div class="large-12 columns">
<center>
<p>「プログラミングに興味があるけど, ちょっと難しそう...」と思っている貴方!</p>
<p>「他の言語使いだけど, ちょっとPerlも使ってみよっかな?」と思っている貴方!</p>
<p>「仕事や研究でPerlを使い始めたけど, ちょっと自信ないな...」と思っている貴方!</p>
<p>
「プログラミング未経験者」から「Perl初心者」を対象としたワークショップ, 「Perl入学式」で一緒にPerlで学びましょう!<br>
プログラミングの「プ」の字も知らないあなたでも大丈夫. 経験豊富な講師とサポーターが, <strong>あなたの学びを全力でサポートします.</strong>
</p>
<p>さあ, 私達と一緒にプログラミングの楽しさを体感しましょう!</p>
<center>
<a href="/about.html" class="button radius">Perl入学式について, もっと詳しく知りたい!</a>
</center>
</center>
</div>
</div>
<div class="row headspace-20">
</div>
</section>
<section id="homepage-event">
<div class="row">
<h2>2019年度のPerl入学式始動! </h2>
<div class="large-12 columns">
</div>
</div>
<!-- 東京 -->
<div class="row">
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> <a href="http://perl-entrance-tokyo.connpass.com/">Perl入学式 in東京</a> 第3回</h4>
<p class="date">
2019年6月15日(土)
</p>
<!--
<div class="notice">
次回の告知をお待ちください.
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 19:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="tokyo-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="http://www.adish.co.jp/about/company_information" target="_blank">アディッシュ株式会社 ヒューリック五反田山手通ビル(旧名称:KSS五反田ビル) 6階セミナールーム</a></td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.co.jp/maps?q=%E6%9D%B1%E4%BA%AC%E9%83%BD%E5%93%81%E5%B7%9D%E5%8C%BA%E8%A5%BF%E4%BA%94%E5%8F%8D%E7%94%B01-21-8+KSS%E4%BA%94%E5%8F%8D%E7%94%B0%E3%83%93%E3%83%AB6%E9%9A%8E+%E3%82%BB%E3%83%9F%E3%83%8A%E3%83%BC%E3%83%AB%E3%83%BC%E3%83%A01&zoom=17" target="_blank">東京都品川区西五反田1-21-8 ヒューリック五反田山手通ビル(旧名称:KSS五反田ビル) 6F</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-tokyo.connpass.com/event/131682/" class="button radius expand" target="_blank">詳細はこちら!</a>
</p>
</div>
</div>
<!-- 大阪 -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> <a href="http://perl-entrance-osaka.connpass.com/">Perl入学式 in大阪</a> 第2回</h4>
<p class="date">
2019年6月8日(土)
</p>
<!--
<div class="notice">
次回の告知をお待ちください.
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 17:30<br></td>
</tr>
<tr>
<th>定員</th>
<td><span id="osaka-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="http://kyoei-syoji.co.jp/conference/room/new_kyoei_building/index.html" target="_blank">ニュー共栄ビル 地下会議室</a></td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.co.jp/maps?q=%E5%A4%A7%E9%98%AA%E5%BA%9C%E5%A4%A7%E9%98%AA%E5%B8%82%E5%8C%97%E5%8C%BA%E8%8A%9D%E7%94%B02%E4%B8%81%E7%9B%AE5%E2%88%926" target="_blank">大阪府大阪市北区芝田2丁目5−6</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-osaka.connpass.com/event/130219/" class="button radius expand" target="_blank">詳細はこちら!</a>
</p>
</div>
</div>
</div>
<div class="row">
<!-- 千歳 -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> <a href="http://perl-entrance-chitose.connpass.com/">Perl入学式 in千歳</a> 第2回</h4>
<p class="date">
2019年6月8日(土)
</p>
<!--
<div class="notice">
次回の告知をお待ちください.
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 17:30<br></td>
</tr>
<tr>
<th>定員</th>
<td><span id="chitose-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="http://machi-library.org/where/detail/2437/" target="_blank">千歳タウンプラザ まちライブラリー会議室</a></td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.com/maps/place/%E6%97%A5%E6%9C%AC%E3%80%81%E3%80%92066-0063+%E5%8C%97%E6%B5%B7%E9%81%93%E5%8D%83%E6%AD%B3%E5%B8%82%E5%B9%B8%E7%94%BA%EF%BC%94%E4%B8%81%E7%9B%AE%EF%BC%93%EF%BC%90/@42.824149,141.648958,16z/data=!4m5!3m4!1s0x5f7520a8ae386423:0xa5fc05914ce8fba4!8m2!3d42.824149!4d141.6489575?hl=ja" target="_blank">北海道千歳市幸町4丁目30</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-chitose.connpass.com/event/129932/" class="button radius expand" target="_blank">詳細はこちら!</a>
</p>
</div>
</div>
<!-- 沖縄 -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> <a href="https://perl-entrance-okinawa.connpass.com/">第二回ピヨグラミング</a></h4>
<p class="date">
2019年06月16日(日)
</p>
<!--
<div class="notice">
次回の告知をお待ちください.
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 18:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="okinawa-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="https://www.synergy-room.com/">シナジールーム</a></td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.com/maps?ll=26.245294,127.768906&z=16&t=m&hl=ja&gl=US&mapclient=embed&q=%E3%80%92901-2424+%E6%B2%96%E7%B8%84%E7%9C%8C%E4%B8%AD%E9%A0%AD%E9%83%A1%E4%B8%AD%E5%9F%8E%E6%9D%91%E5%8D%97%E4%B8%8A%E5%8E%9F%EF%BC%91%EF%BC%90%EF%BC%90%EF%BC%97" target="_blank">沖縄県中頭郡中城村南上原1007</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-okinawa.connpass.com/event/133126/" class="button radius expand" target="_blank">詳細はこちら!</a>
</p>
</div>
</div>
</div>
<div class="row" style="height: 100px;">
<!-- 博多 -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> <a href="https://perl-entrance-fukuoka.connpass.com/">Perl入学式 in福岡</a></h4>
<div class="notice">
次回の告知をお待ちください.
</div>
<!--
<p class="date">
2019年3月2日(土)
</p>
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 18:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="fukuoka-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="https://fiilse.com/#company">株式会社フィールズ</a></td>
</tr>
<tr>
<th>住所</th>
<td>
<a href="https://www.google.com/maps?ll=33.592315,130.402187&z=16&t=m&hl=ja&gl=US&mapclient=embed&q=%E7%A6%8F%E5%B2%A1%E7%9C%8C%E7%A6%8F%E5%B2%A1%E5%B8%82%E4%B8%AD%E5%A4%AE%E5%8C%BA%E5%A4%A9%E7%A5%9E1-15-2(%E7%AC%AC6%E6%98%8E%E6%98%9F%E3%83%93%E3%83%AB6F)" target="_blank">福岡県福岡市中央区天神1-15-2(第6明星ビル7F)</a>
</td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-fukuoka.connpass.com/event/118393/" class="button radius expand" target="_blank">詳細はこちら!</a>
</p>
</div>
-->
</div>
<div>
<h4><i class="icon-leaf"></i> <a href="https://perl-entrance-sapporo.connpass.com/">Perl入学式 札幌</a></h4>
<div class="notice">
次回の告知をお待ちください.
</div>
<!--
<p class="date">
2019年2月23日(土)
</p>
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 17:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="sapporo-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td>札幌カフェ5F</td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.com/maps/place/%E6%97%A5%E6%9C%AC%E3%80%81%E3%80%92060-0808+%E5%8C%97%E6%B5%B7%E9%81%93%E6%9C%AD%E5%B9%8C%E5%B8%82%E5%8C%97%E5%8C%BA%E5%8C%97%EF%BC%98%E6%9D%A1%E8%A5%BF%EF%BC%95%E4%B8%81%E7%9B%AE%EF%BC%92%E2%88%92%EF%BC%93/@43.070375,141.347715,16z/data=!4m5!3m4!1s0x5f0b290bab931abd:0x4b482f7e70bcb520!8m2!3d43.0703752!4d141.3477153?hl=ja" target="_blank">北海道札幌市北区北8条西5丁目2-3</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-sapporo.connpass.com/event/117625/" class="button radius expand" target="_blank">詳細はこちら!</a>
</p>
</div>
</div>
-->
</div>
<div class="row headspace-20"></div>
</section>
<script src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript">
var PerlEntrance = {
"zusaar_event_id": {
},
"atndbeta_event_id": {
},
// 自動で生成されます! line: 221
"connpass_event_id": {
},
"doorkeeper_event_id": {
},
"zusaar_api_endpoint_url": "http://www.zusaar.com/api/event/",
"atndbeta_api_endpoint_url": "http://api.atnd.org/events/",
"connpass_api_endpoint_url": "https://connpass.com/api/v1/event/",
"doorkeeper_api_endpoint_url": "http://api.doorkeeper.jp/events/"
};
function keys(hash) {
var keys = [];
for ( var key in hash ) keys.push(key);
return keys;
}
// Zusaar
$(document).ready(function(){
var endpoint_url = PerlEntrance.zusaar_api_endpoint_url;
$.each(keys(PerlEntrance.zusaar_event_id), function(index, region){
var $info_container = $("#"+region+"-capacity-information"),
get_url = endpoint_url+"?event_id="+PerlEntrance.zusaar_event_id[region]+"&format=jsonp";
if ( !$info_container[0] ) return;
$.ajax({
url: get_url,
type: "GET",
dataType: "jsonp",
success: function(json) {
var event = json.event[0],
waiting = event["waiting"], // 補欠者
accepted = event["accepted"], // 参加者
limit = event["limit"]; // 定員
if ( typeof waiting !== "undefined" && typeof accepted !== "undefined" && typeof limit !== "undefined" ) {
$info_container.html(limit+"人 (現在"+accepted+"名参加, "+waiting+"名補欠)");
} else {
$info_container.html("(データ取得ができませんでした)");
}
}
});
});
});
// ATND beta
$(document).ready(function(){
var endpoint_url = PerlEntrance.atndbeta_api_endpoint_url;
$.each(keys(PerlEntrance.atndbeta_event_id), function(index, region){
var $info_container = $("#"+region+"-capacity-information"),
get_url = endpoint_url+"?event_id="+PerlEntrance.atndbeta_event_id[region]+"&format=jsonp";
if ( !$info_container[0] ) return;
$.ajax({
url: get_url,
type: "GET",
dataType: "jsonp",
success: function(json) {
var event = json.events[0].event,
waiting = event["waiting"], // 補欠者
accepted = event["accepted"], // 参加者
limit = event["limit"]; // 定員
if ( typeof waiting !== "undefined" && typeof accepted !== "undefined" && typeof limit !== "undefined" ) {
$info_container.html(limit+"人 (現在"+accepted+"名参加, "+waiting+"名補欠)");
} else {
$info_container.html("(データ取得ができませんでした)");
}
}
});
});
});
// Connpass
$(document).ready(function(){
var endpoint_url = PerlEntrance.connpass_api_endpoint_url;
$(".row .event-page a").each(function(i, v) {
var matches = $(v).attr("href").match(/perl-entrance-([a-z]+?)\.connpass\.com\/event\/([0-9]+)\/?$/)
if (matches)
PerlEntrance["connpass_event_id"][matches[1]] = matches[2]
})
$.each(keys(PerlEntrance.connpass_event_id), function(index, region){
var $info_container = $("#"+region+"-capacity-information"),
get_url = endpoint_url+"?event_id="+PerlEntrance.connpass_event_id[region]+"&format=json";
if ( !$info_container[0] ) return;
$.ajax({
url: get_url,
type: "GET",
dataType: "jsonp",
success: function(json) {
var event = json.events[0],
waiting = event["waiting"], // 補欠者
accepted = event["accepted"], // 参加者
limit = event["limit"]; // 定員
if ( typeof waiting !== "undefined" && typeof accepted !== "undefined" && typeof limit !== "undefined" ) {
$info_container.html(limit+"人 (現在"+accepted+"名参加, "+waiting+"名補欠)");
} else {
$info_container.html("(データ取得ができませんでした)");
}
}
});
});
});
// Doorkeeper
$(document).ready(function(){
var endpoint_url = PerlEntrance.doorkeeper_api_endpoint_url;
$.each(keys(PerlEntrance.doorkeeper_event_id), function(index, region){
var $info_container = $("#"+region+"-capacity-information"),
get_url = endpoint_url+PerlEntrance.doorkeeper_event_id[region];
if ( !$info_container[0] ) return;
$.ajax({
url: get_url,
type: "GET",
dataType: "jsonp",
success: function(json) {
var event = json.event,
waiting = event["waitlisted"], // 補欠者
accepted = event["participants"], // 参加者
limit = event["ticket_limit"]; // 定員
if ( typeof waiting !== "undefined" && typeof accepted !== "undefined" && typeof limit !== "undefined" ) {
$info_container.html(limit+"人 (現在"+accepted+"名参加, "+waiting+"名補欠)");
} else {
$info_container.html("(データ取得ができませんでした)");
}
}
});
});
});
</script>
<section id="homepage-twitter">
<div class="row">
<div class="small-6 large-6 columns">
<a class="twitter-timeline" data-lang="ja" data-height="750" href="https://twitter.com/Perl_Entrance?ref_src=twsrc%5Etfw">Tweets by Perl_Entrance</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</section>
<div id="footer">
<div class="row innerblock">
<div class="medium-4 medium-4 push-8 columns">
<ul class="home-social">
<li><a class="twitter" href="https://twitter.com/Perl_Entrance">Twitter</a></li>
<!-- <li><a class="facebook" href="https://www.facebook.com/PerlEntrance?fref=ts">Facebook</a></li>-->
</ul>
</div>
<div class="medium-8 medium-8 pull-4 columns">
<address>© 2012-2019 Perl Entrance, <a href="http://japan.perlassociation.org/">Japan Perl Association</a></address>
</div>
</div>
</div><!-- / #footer / -->
<div id="pagetop"><a href="#top"><span class="icon-media-eject"></span></a></div>
<a class="exit-off-canvas"></a>
</div>
</div><!-- / .off-canvas-wrap / -->
<script src="/static/js/jquery.js"></script>
<script src="/static/js/foundation.min.js"></script>
<script src="/static/js/functions.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
// ローカルサーバの時は計測しない
if ( location.hostname !== 'localhost' ) {
ga('create', 'UA-53612303-1', 'auto');
ga('send', 'pageview');
}
</script>
</body>
</html>