File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import VimLogo from " ./VimLogo.astro" ;
3
+ import { ExternalLink } from " @lucide/astro" ;
3
4
---
4
5
5
6
<section
@@ -34,15 +35,30 @@ import VimLogo from "./VimLogo.astro";
34
35
</p >
35
36
</div >
36
37
</div >
37
- <div class =" flex flex-col items-center justify-center gap-3 sm:flex-row" >
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
43
+ >
44
+ </div >
45
+ <div
46
+ class =" mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
47
+ >
38
48
<button
39
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"
40
50
><a href =" #cfp" >プロポーザルを提出する</a ></button
41
51
>
42
52
<button
43
- disabled
44
- class =" inline-flex h-10 w-auto 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"
45
- >参加登録</button
53
+ 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
+ ><a
55
+ class =" flex"
56
+ href =" https://peatix.com/event/4468402/view"
57
+ target =" _blank"
58
+ rel =" noopener"
59
+ >参加登録
60
+ <ExternalLink class =" ml-2 h-4 w-4" />
61
+ </a ></button
46
62
><button
47
63
disabled
48
64
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"
You can’t perform that action at this time.
0 commit comments