Skip to content

Commit 4b84577

Browse files
committed
Topページへ新規ページ追加の旨を追加
1 parent 406e5d2 commit 4b84577

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

2025/src/components/Top.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ import VimLogo from "./VimLogo.astro";
4141
VimConf 2025 Small は終了しました。<br
4242
/>ご参加いただいた皆様、ありがとうございました!
4343
</p>
44+
<p class="mb-6 text-center text-base font-medium text-gray-700 md:text-lg">
45+
当日の様子がYouTube再生リストと写真アルバムで公開されました!
46+
</p>
4447
<div
4548
class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
4649
>
@@ -54,6 +57,9 @@ import VimLogo from "./VimLogo.astro";
5457
>YouTube 配信のアーカイブはこちら
5558
<ExternalLink class="ml-2 h-4 w-4" />
5659
</a></button
60+
><button
61+
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-white 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"
62+
><a href="/2025/photos">写真・動画を見る</a></button
5763
><button
5864
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"
5965
><a href="#schedule">スケジュールを見る</a></button

0 commit comments

Comments
 (0)