Skip to content

Commit cfee419

Browse files
authored
Merge pull request #137 from coderdojo-japan/add-count-down-dojocon-section
カウントダウンDojoConのセクションを追加
2 parents cc62ad3 + 71cff97 commit cfee419

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<div class="max-w-3xl lg:max-w-[1800px] px-8 mx-auto mt-12 mb-12">
2+
<div class="text-center">
3+
<h2 class="text-3xl lg:text-4xl mb-3">
4+
ライブ配信
5+
<span class="block mt-2 text-2xl">COUNTDOWN DojoCon Japan 2025</span>
6+
</h2>
7+
<p class="leading-6 mb-4 max-w-2xl mx-auto">DojoCon Japan 2025 の内容を紹介するライブ配信です。</p>
8+
</div>
9+
10+
<div class="mt-6">
11+
<ul
12+
class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-x-2 gap-y-6 md:gap-y-4 justify-items-center mx-auto md:max-w-[860px] xl:max-w-[1280px]">
13+
<li class="w-full md:max-w-[420px] md:mx-auto px-1">
14+
<div class="aspect-video w-full">
15+
<iframe class="w-full h-full" src="https://www.youtube-nocookie.com/embed/KfiRC5swop8?si=432madC2qknsIGa7"
16+
title="DojoCon video 1" frameborder="0"
17+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
18+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
19+
</div>
20+
<p class="mt-2 text-xs sm:text-base text-center">#1 - 今年のテーマ・参加方法について</p>
21+
</li>
22+
<li class="w-full md:max-w-[420px] md:mx-auto px-1">
23+
<div class="aspect-video w-full">
24+
<iframe class="w-full h-full" src="https://www.youtube-nocookie.com/embed/Ov-4sxywPrM?si=RUHGbK_uhB5ZA-A9"
25+
title="DojoCon video 2" frameborder="0"
26+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
27+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
28+
</div>
29+
<p class="mt-2 text-xs sm:text-base text-center">#2 - 企画・セッション情報の紹介</p>
30+
</li>
31+
<li class="w-full md:max-w-[420px] md:mx-auto px-1">
32+
<div class="aspect-video w-full">
33+
<iframe class="w-full h-full" src="https://www.youtube-nocookie.com/embed/KJkSd2Tm4BA?si=TZI4xAh1K4Yz6IrK"
34+
title="DojoCon video 3" frameborder="0"
35+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
36+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
37+
</div>
38+
<p class="mt-2 text-xs sm:text-base text-center">#3 - 開催直前!</p>
39+
</li>
40+
</ul>
41+
</div>
42+
</div>

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ layout: top
3030
{% include top/sections/session.html %}
3131

3232
{% include top/sections/event.html %}
33+
{% include top/sections/countdown-dojocon.html %}
3334

3435
<div class="-mx-4">
3536
<img class="w-full" src="/img/top/background3.webp" alt="鉄道模型を動かしている様子"/>

0 commit comments

Comments
 (0)