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 11---
22import 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 はYouYube live配信を予定しております。</p >
27+ <p >配信URLについては別途Peatix、connpass、Xに掲載する予定です。</p >
28+ </span >
29+ </Card >
1530 </div >
1631</section >
You can’t perform that action at this time.
0 commit comments