Skip to content

Commit 4c54d82

Browse files
authored
Merge pull request #224 from vim-jp/feature/2025/finished
VimConf 2025 Small 終了対応
2 parents 673ec63 + eccd341 commit 4c54d82

File tree

2 files changed

+10
-44
lines changed

2 files changed

+10
-44
lines changed

2025/src/components/Sponsors/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import Companies from "./Companies.astro";
33
import Card from "../Card.astro";
4-
import Individuals from "./Individuals.astro";
54
import Heading from "../Heading.astro";
65
import {
76
Heart,
@@ -108,5 +107,4 @@ import {
108107
</Card>
109108
</div>
110109
</div>
111-
<Individuals />
112110
</section>

2025/src/components/Top.astro

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import VimLogo from "./VimLogo.astro";
3-
import { ExternalLink, Heart, Zap } from "@lucide/astro";
3+
import { ExternalLink } from "@lucide/astro";
44
---
55

66
<section
@@ -35,61 +35,29 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro";
3535
</p>
3636
</div>
3737
</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>
6144
<div
6245
class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
6346
>
6447
<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"
6649
><a
6750
class="flex"
68-
href="https://peatix.com/event/4468402/view"
51+
href="https://youtube.com/live/9MQpu0nxl5E"
6952
target="_blank"
7053
rel="noopener"
71-
>チケットを購入する
54+
>YouTube 配信のアーカイブはこちら
7255
<ExternalLink class="ml-2 h-4 w-4" />
7356
</a></button
7457
><button
7558
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"
7659
><a href="#schedule">スケジュールを見る</a></button
7760
>
7861
</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>
9462
</div>
9563
</section>

0 commit comments

Comments
 (0)