Skip to content

Commit a03ed2e

Browse files
committed
カウントダウンDojoConのセクションを追加
1 parent cc62ad3 commit a03ed2e

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
</li>
21+
<li class="w-full md:max-w-[420px] md:mx-auto px-1">
22+
<div class="aspect-video w-full">
23+
<iframe class="w-full h-full" src="https://www.youtube-nocookie.com/embed/Ov-4sxywPrM?si=RUHGbK_uhB5ZA-A9"
24+
title="DojoCon video 2" frameborder="0"
25+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
26+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
27+
</div>
28+
</li>
29+
<li class="w-full md:max-w-[420px] md:mx-auto px-1">
30+
<div class="aspect-video w-full">
31+
<iframe class="w-full h-full" src="https://www.youtube-nocookie.com/embed/KJkSd2Tm4BA?si=TZI4xAh1K4Yz6IrK"
32+
title="DojoCon video 3" frameborder="0"
33+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
34+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
35+
</div>
36+
</li>
37+
</ul>
38+
</div>
39+
</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)