Skip to content

Commit d78efed

Browse files
committed
feat: Youtube Liveがある旨を記載
1 parent 7bf11af commit d78efed

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

2025/src/components/AboutVimConf.astro

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
import Heading from "./Heading.astro";
3+
import Card from "./Card.astro";
4+
import { Clapperboard } from "@lucide/astro";
35
---
46

57
<section id="about" class="bg-emerald-50 py-10 md:py-16">
@@ -9,8 +11,21 @@ import Heading from "./Heading.astro";
911
class="mx-auto mb-8 max-w-3xl text-center text-base text-gray-700 md:text-lg"
1012
>
1113
<p>
12-
VimConfは、世界初かつ世界で唯一のコミュニティによって定期運営されているVimのカンファレンスです。
14+
VimConfは、世界初かつ世界で唯一のコミュニティによって定期運営されている<br
15+
/>Vimのカンファレンスです。
1316
</p>
1417
</div>
18+
<Card class="mx-auto max-w-2xl p-8">
19+
<Clapperboard
20+
class="mx-auto mb-4 h-12 w-12 text-emerald-600 md:h-16 md:w-16"
21+
/>
22+
<h3 class="mx-auto mb-4 text-center text-lg font-semibold md:text-xl">
23+
当日のYouTube live配信について
24+
</h3>
25+
<span class="mx-auto text-center">
26+
<p>今回のVimConfはYouTube live配信を予定しております。</p>
27+
<p>配信URLについては別途Peatix、connpass、Xに掲載する予定です。</p>
28+
</span>
29+
</Card>
1530
</div>
1631
</section>

0 commit comments

Comments
 (0)