-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
424 lines (391 loc) · 20.4 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="#3B6C4A" />
<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 Perl Entrance, Japan Perl Association" />
<link type="text/css" rel="stylesheet" href="/static/css/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="/static/js/foundation.min.js"></script>
<script src="/static/js/functions.js"></script>
</head>
<body>
<a id="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>
<li><a href="https://www.youtube.com/@Perl_Entrance" target="_blank"><i class="icon-news"></i> YouTubeチャンネル</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-2020"><i class="icon-document-text"></i> 資料 (2020年)</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://discord.gg/2QNqVyk" 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>
<div 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><a href="http://blog.perl-entrance.org/" target="_blank"><i class="icon-news"></i> 公式ブログ</a></li>
<li class="divider"></li>
<li><a href="https://www.youtube.com/@Perl_Entrance" target="_blank"><i class="icon-news"></i>YouTubeチャンネル</a></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-2020"><i class="icon-document-text"></i> 資料 (2020年)</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://discord.gg/2QNqVyk" 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>
</div>
</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>
<div id="homepage-update">
<div class="row">
<div class="title column">
<div class="center">
<h4>Latest Update</h4>
</div>
</div>
<div class="listed column">
<dl class="article">
<dt>2023.8.15</dt>
<dd>2023年 9月 Perl入学式 in 東京第4回の日程を追加しました</dd>
<dt>2023.7.11</dt>
<dd>2023年 8月 Perl入学式 in 大阪第1回の日程を追加しました</dd>
<dt>2022.6.17</dt>
<dd>WEB+DB PRESS <a href="https://gihyo.jp/dev/serial/01/perl-hackers-hub/007201">『Perl Hackers Hub』WEB版記事</a>が掲載されました</dd>
<dt>2022.04.22</dt>
<dd>Perl入学式が雑誌 WEB+DB PRESS の連載『Perl Hackers Hub』に掲載されました(<a href="https://blog.perl-entrance.org/entry/2022/04/22/123000">紹介記事</a>)</dd>
</dl>
</div>
</div>
</div>
<div id="homepage-event">
<div class="row">
<h2>Perl入学式とは? </h2>
<div class="large-12 columns">
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="center">
<p>「プログラミングに興味があるけど, ちょっと難しそう...」と思っている貴方!</p>
<p>「他の言語使いだけど, ちょっとPerlも使ってみよっかな?」と思っている貴方!</p>
<p>「仕事や研究でPerlを使い始めたけど, ちょっと自信ないな...」と思っている貴方!</p>
<p>
「プログラミング未経験者」から「Perl初心者」を対象としたワークショップ, 「Perl入学式」で一緒にPerlで学びましょう!<br>
プログラミングの「プ」の字も知らないあなたでも大丈夫. 経験豊富な講師とサポーターが, <strong>あなたの学びを全力でサポートします.</strong>
</p>
<p>さあ, 私達と一緒にプログラミングの楽しさを体感しましょう!</p>
<a href="/about.html" class="button radius">Perl入学式について, もっと詳しく知りたい!</a>
</div>
</div>
</div>
<div class="row headspace-20">
</div>
<div class="row">
<h2>プログラミングの第一歩、マンツーマンで学んでみませんか?</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> Perl入学式 in大阪第1回</h4>
<p class="date" data-date="2023-08-26T00:00:00+09:00">
2023年8月26日(土)
</p>
<!--
<div class="notice">
次回の告知をお待ちください
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 18:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="osaka-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="https://app.sugurun.jp/VILLENT/007" target="_blank">VILLENT西梅田ブルー</a></td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.com/maps/place/%EF%BC%B6ILLENT%E8%A5%BF%E6%A2%85%E7%94%B0/@34.6976214,135.4916157,17z/data=!3m2!4b1!5s0x6000e6f3220a4f1d:0x73b7f21fb097e0fc!4m6!3m5!1s0x6000e7226d01d943:0x898e84ba0e67f995!8m2!3d34.697617!4d135.4941906!16s%2Fg%2F11rb42stzd?entry=ttu" target="_blank">大阪府大阪市北区曽根崎新地2-4-18コーポYAHATA 402号室</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance.connpass.com/event/289039/" class="button radius expand" target="_blank" data-region="osaka">詳細はこちら!</a>
</p>
</div>
</div>
<!-- 東京 -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> Perl入学式 in東京 春開講 第4回</h4>
<p class="date" data-date="2023-09-02T00:00:00+09:00">
2023年9月2日(土)
</p>
<!--
<div class="notice">
次回の告知をお待ちください
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>13:00 - 17:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="tokyo-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td><a href="https://www.seesaa.co.jp/corporate/map.html" target="_blank">シーサー株式会社</a></td>
</tr>
<tr>
<th>住所</th>
<td><a href="https://www.google.co.jp/maps/place/%E3%80%92101-0021+%E6%9D%B1%E4%BA%AC%E9%83%BD%E5%8D%83%E4%BB%A3%E7%94%B0%E5%8C%BA%E5%A4%96%E7%A5%9E%E7%94%B0%EF%BC%96%E4%B8%81%E7%9B%AE%EF%BC%91%E2%88%92%EF%BC%94+%E7%A5%9E%E7%94%B0%E3%83%8E%E3%83%BC%E3%82%B6%E3%83%B3%E3%83%93%E3%83%AB+3%E9%9A%8E/@35.703282,139.7661142,17z/data=!3m1!4b1!4m5!3m4!1s0x60188c1f2f3d2b4b:0x58401320466e7c20!8m2!3d35.703282!4d139.7683029?hl=ja" target="_blank">東京都千代田区外神田6-1-4 神田ノーザンビル3階</a></td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance.connpass.com/event/293258/" class="button radius expand" target="_blank" data-region="tokyo">詳細はこちら!</a>
</p>
</div>
</div>
</div>
<div class="row">
<!-- オンライン -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> Perl入学式 オンライン 第1回</h4>
<p class="date" data-date="2022-05-21T00:00:00+09:00">
<del style="color: lightgray; text-decoration:line-through;">2022年5月21日(土)</del> 延期となりました
</p>
<table class="detail">
<tr>
<th>時間</th>
<td>14:00 - 17:00</td>
</tr>
<tr>
<th>定員</th>
<td><span id="online-capacity-information"></span></td>
</tr>
<tr>
<th>会場</th>
<td>オンライン</td>
</tr>
<tr>
<th>住所</th>
<td>-</td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance.connpass.com/event/245876/" class="button radius expand" target="_blank" data-region="online">詳細はこちら!</a>
</p>
</div>
</div>
<!-- 千歳 -->
<div class="medium-6 large-6 columns next-event">
<h4><i class="icon-leaf"></i> Perl入学式 in千歳 (各回)</h4>
<p class="date">
<a href="https://perl-entrance-chitose.connpass.com/" style="text-decoration: underline;" target="_blank">詳細はconnpassグループでご確認下さい</a>
</p>
<!--
<div class="notice">
次回の告知をお待ちください
</div>
-->
<table class="detail">
<tr>
<th>時間</th>
<td>-</td>
</tr>
<tr>
<th>定員</th>
<td>-</td>
</tr>
<tr>
<th>会場</th>
<td>-</td>
</tr>
<tr>
<th>住所</th>
<td>-</td>
</tr>
</table>
<div class="read-more">
<p class="event-page">
<a href="https://perl-entrance-chitose.connpass.com/" class="button radius expand" target="_blank" data-region="chitose">詳細はこちら!</a>
</p>
</div>
</div>
</div>
</div>
<div class="row headspace-20"></div>
<div 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"></script>
</div>
<div class="small-6 large-6 columns">
<h4>2022年4月発売 WEB+DB PRESS Vol.128 の連載記事 「Perl Hackers Hub」 に Perl入学式が掲載されました!(<a href="https://gihyo.jp/dev/serial/01/perl-hackers-hub/007201">Web記事(前編)</a>、<a href="https://gihyo.jp/dev/serial/01/perl-hackers-hub/007202">Web記事(後編)</a>、<a href="https://gihyo.jp/magazine/wdpress/archive/2022/vol128" class="href">出版社リンク</a>)</h4>
<a href="https://gihyo.jp/magazine/wdpress/archive/2022/vol128"><img src="/static/images/web_db128.png" alt="WEB+DB PRESS Vol.128 の画像"></a>
</div>
</div>
</div>
<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 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>
// TODO: GA4 以前の UA(= Universal Analytics、または GA3) のタグ。UA 終了後に消す
(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');
function is_local() {
var h = location.hostname;
return(
h == 'localhost'
|| h.match(/^127\.0\.0\./)
|| h == '0.0.0.0'
);
}
// ローカルサーバではないときのみ計測する
if ( !is_local() ) {
ga('create', 'UA-53612303-1', 'auto');
ga('send', 'pageview');
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VG21GT84ES"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VG21GT84ES');
</script>
</body>
</html>