|
1 | 1 | --- |
2 | 2 | import VimLogo from "./VimLogo.astro"; |
3 | | -import { ExternalLink, Heart, Zap } from "@lucide/astro"; |
| 3 | +import { ExternalLink } from "@lucide/astro"; |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | <section |
@@ -35,61 +35,29 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro"; |
35 | 35 | </p> |
36 | 36 | </div> |
37 | 37 | </div> |
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-emerald-500 to-green-500 px-6 py-3 text-white" |
41 | | - > |
42 | | - <span class="text-sm font-bold md:text-base" |
43 | | - >🎉 チケット販売開始! 🎉</span |
44 | | - > |
45 | | - </div> |
46 | | - </div> |
47 | | - <div class="mb-6 flex flex-col items-center gap-3"> |
48 | | - <div |
49 | | - class="inline-flex items-center rounded-full bg-gradient-to-r from-orange-500 to-red-500 px-6 py-3 text-white" |
50 | | - > |
51 | | - <a |
52 | | - class="flex" |
53 | | - href="https://youtube.com/live/9MQpu0nxl5E" |
54 | | - target="_blank" |
55 | | - rel="noopener" |
56 | | - > |
57 | | - YouTube 配信はこちら<ExternalLink class="ml-2 h-4 w-4" /> |
58 | | - </a> |
59 | | - </div> |
60 | | - </div> |
| 38 | + <p |
| 39 | + class="my-8 py-10 text-center text-xl leading-15 font-bold text-emerald-950 md:mb-16 md:text-4xl" |
| 40 | + > |
| 41 | + VimConf 2025 Small は終了しました。<br |
| 42 | + />ご参加いただいた皆様、ありがとうございました! |
| 43 | + </p> |
61 | 44 | <div |
62 | 45 | class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row" |
63 | 46 | > |
64 | 47 | <button |
65 | | - 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" |
| 48 | + class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-red-500 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-red-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" |
66 | 49 | ><a |
67 | 50 | class="flex" |
68 | | - href="https://peatix.com/event/4468402/view" |
| 51 | + href="https://youtube.com/live/9MQpu0nxl5E" |
69 | 52 | target="_blank" |
70 | 53 | rel="noopener" |
71 | | - >チケットを購入する |
| 54 | + >YouTube 配信のアーカイブはこちら |
72 | 55 | <ExternalLink class="ml-2 h-4 w-4" /> |
73 | 56 | </a></button |
74 | 57 | ><button |
75 | 58 | 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" |
76 | 59 | ><a href="#schedule">スケジュールを見る</a></button |
77 | 60 | > |
78 | 61 | </div> |
79 | | - <div class="flex flex-col justify-center gap-2"> |
80 | | - <a |
81 | | - href="https://peatix.com/event/4468783/view" |
82 | | - target="_blank" |
83 | | - rel="noopener" |
84 | | - > |
85 | | - <button |
86 | | - class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-pink-500 bg-gradient-to-r px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-pink-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" |
87 | | - > |
88 | | - <Heart class="mr-2 h-5 w-5" /> |
89 | | - 個人スポンサーになる |
90 | | - <ExternalLink class="ml-2 h-4 w-4" /> |
91 | | - </button> |
92 | | - </a> |
93 | | - </div> |
94 | 62 | </div> |
95 | 63 | </section> |
0 commit comments