-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
360 lines (322 loc) · 13.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
---
---
<!DOCTYPE html>
<html class="pc" lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GXGTW6LR2C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GXGTW6LR2C');
</script>
<link rel="preload" as="style" href="/style.css">
<link rel="preload" as="style" href="/responsive.css">
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
<title>{{ site.title_long }}</title>
<meta name="description" content="{{ site.description }}">
<meta property="og:type" content="website" />
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="og:title" content="{{ site.title }}" />
<meta property="og:description" content="{{ site.description }}" />
<meta property="og:url" content="{{ site.url }}">
<meta property="og:image" content="{{ site.url }}/img/cover.jpg">
<meta property="fb:admins" content="715330868" />
<meta property="fb:app_id" content="805184859580207" />
<link rel='stylesheet' href='/style.css' media='all' type='text/css' id='style-css' />
<link rel='stylesheet' href='/responsive.css' media='screen and (max-width:1260px)'>
<link rel='canonical' href='{{ site.url }}' />
<link rel='shortlink' href='{{ site.url }}' />
<script type='text/javascript' src='/js/jquery.js'></script>
<script type='text/javascript' src='/js/jquery-migrate.min.js'></script>
<script type='text/javascript' src="/js/jquery.easing.1.3.js" async></script>
<script type='text/javascript' src="/js/jscript.js" async></script>
<script src="https://kit.fontawesome.com/82f32b9df5.js" crossorigin="anonymous"></script>
<style type="text/css">
body { font-size: 15px; }
body, input, textarea {
font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.rich_font {
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "MS P明朝" , "MS PMincho" , serif;
font-weight:400;
line-height: 1.5em;
}
i.fa-solid {
color: black;
padding-right: 10px;
font-size: 90%;
}
.pc #header .logo { font-size:21px; }
.mobile #header .logo { font-size:18px; }
#header_logo_index .logo { font-size:40px; }
#footer_logo_index .logo { font-size:40px; }
#header_logo_index .desc { font-size:12px; }
#footer_logo .desc { font-size:12px; }
.pc #index_content1 .index_content_header .headline { font-size:40px; }
.pc #index_content1 .index_content_header .desc { font-size:15px; }
.pc #index_content2 .index_content_header .headline { font-size:40px; }
.pc #index_content2 .index_content_header .desc { font-size:15px; }
.pc #index_dis .index_content_header .headline { font-size:40px; }
.pc #index_dis .index_content_header .desc { font-size:15px; }
.pc #index_dis .index_content_header3 .headline { font-size:40px; }
.pc #index_dis .index_content_header3 .desc { font-size:15px; }
.post_content a{ color:#2D8696; }
a:hover, .pc #global_menu > ul > li.active > a, .pc #global_menu li.current-menu-item > a, .pc #global_menu > ul > li > a:hover, #header_logo .logo a:hover, #bread_crumb li.home a:hover:before, #bread_crumb li a:hover { color:#2D8696; }
#header_slider .link, #header_video .overlay, #header_youtube .overlay { background:rgba(0,0,0,0.1) url(/img/dot2.png); }
</style>
<link rel="stylesheet" href="/js/slick.css">
<script src="/js/slick.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('#header_slider').slick({
infinite: true,
pauseOnHover: false,
dots: false,
arrows: false,
slidesToShow: 1,
slidesToScroll: 1,
adaptiveHeight: false,
autoplay: true,
fade: true,
speed: 1000,
autoplaySpeed: 10000
});
$(window).load(function() {
$('#header_logo_index').delay(1000).fadeIn(3000);
});
var header = $('#header');
var header_top = header.offset().top;
$(window).scroll(function () {
if($(this).scrollTop() > header_top - 200) {
header.addClass('type2');
} else {
header.removeClass('type2');
};
});
});
</script>
<link rel="stylesheet" href="/js/jquery.mb.YTPlayer.min.css">
<script src="/js/jquery.mb.YTPlayer.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#youtube_video_player").YTPlayer();
$("a").bind("focus",function(){ if(this.blur) this.blur(); });
$('#return_top a, #header_logo_index a').click(function() {
var myHref= $(this).attr("href");
var myPos = $(myHref).offset().top;
$("html,body").animate({scrollTop : myPos}, 1000, 'easeOutExpo');
return false;
});
$(window).load(function() {
$('#header_image .title').delay(1000).fadeIn(3000);
});
});
</script>
<!--
Settings for Favicon images
https://realfavicongenerator.net
-->
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="mask-icon" color="#e2a03a" href="/img/safari-pinned-tab.svg">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="theme-color" content="#ffffff">
</head>
<body id="body" class="home page-template-default page page-id-5">
<div id="top">
<!--<div id="header"></div>-->
<div id="header_logo_index">
<div class="logo_area">
<p class="logo">
<img src="/img/logo.png" width="300px" loading="lazy"
alt="{{ site.title }}"
title="{{ site.title }}" /></p>
</div>
<a href="#index_content1" class="link"><span>Start content</span></a>
</div>
<div id="header_youtube">
<div class="overlay"></div>
</div>
<div id="youtube_video_player" class="player" data-property="{videoURL:'{{ site.eye_catch_video }}',containment:'#header_youtube',startAt:0,mute:true,autoPlay:true,loop:true,useOnMobile:true,mobileFallbackImage:'/img/cover-mobile.webp',opacity:1}"></div>
<!-- NOTE: Moved to the end of of 'top'. -->
<div id="header">
<div id="header_inner">
<div id="header_logo">
<div id="logo_image">
<h1 class="logo">
<a href="/" title="{{ site.title }}">
<img src="/img/logo.png" width="300px" loading="lazy"
alt="{{ site.title }}"
title="{{ site.title }}" />
</a>
</h1>
</div>
</div>
</div>
</div>
</div><!-- END #top -->
<div id="main_contents" class="clearfix">
<div id="index_content1">
<div class="index_content1">
<div class="index_content_header3" style='margin-top: 70px;'>
<h3 class="headline rich_font" id='about'>
<a href='#about'><i class="fa-solid fa-badge-check"></i></a>
DecaDojo とは?
</h3>
<div class="desc">
<p>「でかドージョー」は、埼玉県所沢市で始まった、近隣の <a href='#coderdojo'>CoderDojo</a> が集まってプログラミングを楽しむお祭りです。</p>
<br>
<p>でか(Deca)は日本語で「大きい」を意味する「でかい」と、10倍を表す単位 <a href='https://ja.wikipedia.org/wiki/%E3%83%87%E3%82%AB'>[deca]</a> をかけてます。<br class='ignore-pc'>
<span style='font-size: 80%;'>
( ー`дー´)キリッ
</span>
</p>
<br>
<p>いつもと違う大きな会場で、みどころ10倍!楽しさ10倍!<br class='ignore-sp'>ニンジャのみんなの参加を待ってるよ!</p>
</div>
<h3 class="headline rich_font" style='margin-top: 70px;' id='coderdojo'>
<a href='#coderdojo'><i class="fa-solid fa-yin-yang"></i></a>
CoderDojo とは?
</h3>
<div class="desc">
<p>CoderDojo は子どものためのプログラミング道場です。2011年にアイルランドから始まった国際的な非営利活動で、<a href='https://coderdojo.jp/'>日本には{{ site.data.stats['active_dojos'] }}以上の道場</a>があります。</p>
</div>
</div>
</div>
<div class="index_content2">
<img src="/img/cover-photo.jpg" loading="lazy"
title="DecaDojo Cover Photo"
alt="DecaDojo Cover Photo" />
</div>
</div><!-- END #index_content1 -->
<div id="index_content2">
<div class="index_content1">
<div class="index_content_header3" style='margin-top: 80px; margin-bottom: 60px;'>
<h3 id='examples' class="headline rich_font">
<a href='#examples'><i class="fa-solid fa-magnifying-glass-location"></i></a>
DecaDojo 開催例
</h3>
</div>
{% for event in site.data.events %}
{% assign index = forloop.index0 | modulo: 3 %}
{% if index == 0 %}
<div class='index_box_list clearfix' style='padding-top: 0px;'>
{% endif %}
<div class='box clearfix' style='margin-bottom: 50px;'>
<div class="image">
<a href="{{ event.url }}">
<img src="/img/events/{{ event.img }}" loading="lazy"
title="DecaDojo @ {{ event.title }}"
alt="DecaDojo @ {{ event.title }}" />
</a>
</div>
<div class="info">
<h4 class="headline rich_font">{{ event.title }}</h4>
<div class="desc">
<p>
{{ event.description | markdownify }}
</p>
</div>
<a href="{{ event.url }}" class="link">詳細を見る</a>
</div>
</div>
{% if forloop.last or index == 2 %}
</div><!-- END .index_box -->
{% endif %}
{% endfor %}
<div class="index_content_header3" style='text-align:center; margin-bottom: 60px;'>
<h3 class="headline">
<div class="desc" style='text-align:center; font-size: 20px;'>
<a href='{{ site.link_to_youtube }}' class='link' style='font-size: 19px;'>
<i class='fa-brands fa-youtube'></i>
YouTube の関連動画を見る
</a>
<br>
<a href='{{ site.link_to_twitter }}' class='link'>
<i class='fa-brands fa-twitter'></i>
Twitter の関連投稿を見る
</a>
</div>
</h3>
</div>
</div><!-- END .index_content1 -->
</div><!-- END #index_content2 -->
<div id="index_dis">
<div class="index_content1">
<div class="index_content_header3">
<h3 class="headline rich_font" id='rules'>
<a href='#rules'><i class="fa-solid fa-list-check"></i></a>
DecaDojo のルール
</h3>
<div class="desc">
<p>「でかドージョー」をやりたいと思った人が気軽に開催できるよう、ルールは簡潔にしています。ルールはこれだけ!</p>
<br>
<p>
1. 複数の <a href='https://coderdojo.jp/'>CoderDojo</a> が協力して、いつもより大きなドージョーを開催すること<br>
2. 主催は <a href='https://coderdojo.jp/kata#startup'>CoderDojo Zen で承認</a>された「CoderDojo」であること<br>
3. <a href='https://coderdojo.jp/charter'>CoderDojo 憲章</a>に則ること<br>
</p>
</ol>
<br>
<p>これらを守る限り自由に「でかドージョー」を名乗ってください!</p>
</div>
</div>
</div>
</div><!-- END #index_dis -->
</div><!-- END #main_contents -->
<div id="footer_wrapper">
<div id="footer_top">
<div id="footer_top_inner">
<!-- footer logo -->
<div id="footer_logo">
<div class="logo_area">
<p class="logo">
<img src="/img/logo.png" width="300px" loading="lazy"
alt="{{ site.title }}"
title="{{ site.title }}" />
</p>
</div>
</div>
<!-- footer menu -->
</div><!-- END #footer_top_inner -->
</div><!-- END #footer_top -->
<div id="footer_bottom">
<div id="footer_bottom_inner" class="clearfix">
<!-- footer logo -->
<!-- social button -->
<ul class="clearfix" id="footer_social_link">
<li class="facebook"><a href="{{ site.link_to_facebook }}">Facebook</a></li>
<li class="twitter" ><a href="{{ site.link_to_twitter }}">Twitter</a></li>
<li class="youtube" ><a href="{{ site.link_to_youtube }}">YouTube</a></li>
</ul>
<!-- footer bottom menu -->
<p style='color: grey; margin-top: 20px; font-size: 9px; text-align: center;'>
各サムネイル画像は、それぞれの実行委員会の著作物となります。<br>
<br>
<br>
<a href='{{ site.link_to_facebook }}'>Facebook</a> |
<a href='{{ site.link_to_twitter }}'>Twitter</a> |
<a href='{{ site.link_to_youtube }}'>YouTube</a> |
<a href='{{ site.link_to_github }}'>GitHub</a> |
<a href='{{ site.link_to_coderdojo }}'>CoderDojo</a> |
<a href='{{ site.link_to_dojocon }}'>DojoCon</a> |
<a href='{{ site.link_to_privacy }}'>Privacy</a>
</p>
</div><!-- END #footer_bottom_inner -->
</div><!-- END #footer_bottom -->
<p id="copyright">
Copyright © {{ site.copyright }}
</p>
</div><!-- /footer_wrapper -->
<div id="return_top">
<a href="#main_contents"><span>PAGE TOP</span></a>
</div>
</body>
</html>