File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import Heading from " ./Heading.astro" ;
3
+ import Card from " ./Card.astro" ;
4
+ import { Clapperboard } from " @lucide/astro" ;
3
5
---
4
6
5
7
<section id =" about" class =" bg-emerald-50 py-10 md:py-16" >
@@ -9,8 +11,21 @@ import Heading from "./Heading.astro";
9
11
class =" mx-auto mb-8 max-w-3xl text-center text-base text-gray-700 md:text-lg"
10
12
>
11
13
<p >
12
- VimConfは、世界初かつ世界で唯一のコミュニティによって定期運営されているVimのカンファレンスです。
14
+ VimConfは、世界初かつ世界で唯一のコミュニティによって定期運営されている<br
15
+ />Vimのカンファレンスです。
13
16
</p >
14
17
</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 >
15
30
</div >
16
31
</section >
You can’t perform that action at this time.
0 commit comments