Skip to content

Commit 0a3960e

Browse files
committed
feat: embed announcement slides
1 parent 33c1b62 commit 0a3960e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<iframe
2+
src="https://docs.google.com/presentation/d/e/2PACX-1vT62Rl7c-bAJ4l2REq__4nvaLW4ZCuTEblh1PGpOa2ZA2Wg6jUm08KWTP-liYFLe2m80RFd5oB-DP8v/embed?start=false&loop=false&delayms=3000"
3+
frameborder="0"
4+
width="960"
5+
height="569"
6+
allowfullscreen="true"
7+
mozallowfullscreen="true"
8+
webkitallowfullscreen="true"
9+
/>

2025/src/pages/en.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import Layout from '../layouts/Layout.astro';
3+
import AnnouncementSlide from '../components/AnnouncementSlide.astro';
34
---
45

56
<Layout lang="en">
@@ -68,6 +69,7 @@ import Layout from '../layouts/Layout.astro';
6869
For questions or proposals regarding sponsorship, please feel free to contact us through the form below or via email.<br>
6970
<b>※ Information will be updated regularly.</b>
7071
</p>
72+
<AnnouncementSlide client:visible/>
7173
<p style="text-align: center;">
7274
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSfPMjGwsmjOhzxXf_e65uyIb0ml35iIdCYq5EEoSI4KompK3w/viewform" target="blank">
7375
Contact Form

2025/src/pages/ja.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import Layout from '../layouts/Layout.astro';
3+
import AnnouncementSlide from '../components/AnnouncementSlide.astro';
34
---
45

56
<Layout>
@@ -43,7 +44,6 @@ import Layout from '../layouts/Layout.astro';
4344
</p>
4445
</div>
4546
</section>
46-
4747
<section>
4848
<div class="container sponsor-info">
4949
<h2 id="スポンサーシップ概要" class="section-title"><a href="#スポンサーシップ概要">スポンサーシップ概要</a></h2>
@@ -72,6 +72,7 @@ import Layout from '../layouts/Layout.astro';
7272
スポンサーシップに関するご質問、ご提案などにつきましては、下記のフォームまたはメールにてお気軽にお問い合わせください。<br>
7373
<b>※最新情報は随時更新していきます。</b>
7474
</p>
75+
<AnnouncementSlide client:visible/>
7576
<p style="text-align: center;">
7677
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSfPMjGwsmjOhzxXf_e65uyIb0ml35iIdCYq5EEoSI4KompK3w/viewform" target="blank">
7778
お問い合わせフォームへ

0 commit comments

Comments
 (0)