1
1
---
2
2
import VimLogo from " ./VimLogo.astro" ;
3
- import { ExternalLink , Heart } from " @lucide/astro" ;
3
+ import { ExternalLink , Heart , Zap } from " @lucide/astro" ;
4
4
---
5
5
6
6
<section
@@ -35,20 +35,23 @@ import { ExternalLink, Heart } from "@lucide/astro";
35
35
</p >
36
36
</div >
37
37
</div >
38
- <div
39
- class =" mb-6 inline-flex items-center rounded-full bg-gradient-to-r from-emerald-500 to-green-500 px-6 py-3 text-white"
40
- >
41
- <span class =" text-sm font-bold md:text-base"
42
- >🎉 チケット販売開始! 🎉</span
38
+ <div class =" mb-6 flex flex-col items-center gap-3" >
39
+ <div
40
+ class =" inline-flex items-center rounded-full bg-gradient-to-r from-purple-500 to-violet-500 px-6 py-3 text-white"
43
41
>
42
+ <span class =" text-sm font-bold md:text-base" >⚡ LT募集開始! ⚡</span >
43
+ </div >
44
+ <div
45
+ class =" inline-flex items-center rounded-full bg-gradient-to-r from-emerald-500 to-green-500 px-6 py-3 text-white"
46
+ >
47
+ <span class =" text-sm font-bold md:text-base"
48
+ >🎉 チケット販売開始! 🎉</span
49
+ >
50
+ </div >
44
51
</div >
45
52
<div
46
53
class =" mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
47
54
>
48
- <button
49
- class =" inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md border border-emerald-600 bg-background px-4 py-2 text-sm font-medium whitespace-nowrap text-emerald-700 ring-offset-background transition-colors hover:bg-emerald-50 hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
50
- ><a href =" #cfp" >プロポーザルを提出する</a ></button
51
- >
52
55
<button
53
56
class =" inline-flex h-10 items-center justify-center gap-2 rounded-md bg-emerald-600 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-emerald-700 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
54
57
><a
@@ -65,7 +68,7 @@ import { ExternalLink, Heart } from "@lucide/astro";
65
68
><a href =" #schedule" >スケジュールを見る</a ></button
66
69
>
67
70
</div >
68
- <div class =" flex justify-center" >
71
+ <div class =" flex flex-col justify-center gap-2 " >
69
72
<a
70
73
href =" https://peatix.com/event/4468783/view"
71
74
target =" _blank"
@@ -79,6 +82,19 @@ import { ExternalLink, Heart } from "@lucide/astro";
79
82
<ExternalLink class =" ml-2 h-4 w-4" />
80
83
</button >
81
84
</a >
85
+ <a
86
+ href =" https://docs.google.com/forms/d/e/1FAIpQLSe_j3WMp1ZcIWNHpzYYbX01cLWOjDnoaeMotT5sn-5g4ji7Gg/viewform"
87
+ target =" _blank"
88
+ rel =" noopener"
89
+ >
90
+ <button
91
+ class =" inline-flex h-10 items-center justify-center gap-2 rounded-md bg-purple-500 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-purple-600 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
92
+ >
93
+ <Zap class =" mr-2 h-5 w-5" />
94
+ LTを応募する
95
+ <ExternalLink class =" ml-2 h-4 w-4" />
96
+ </button >
97
+ </a >
82
98
</div >
83
99
</div >
84
100
</section >
0 commit comments