|
| 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> |
0 commit comments