Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions 2025/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ import VimLogo from "./VimLogo.astro";
>
セッション一覧
</a>
<a
href="/2025/photos"
class="text-sm font-medium transition-colors hover:text-emerald-600"
>
写真
</a>
<button
disabled
class="inline-flex h-auto items-center justify-center gap-2 rounded-md px-2 py-1 text-sm font-medium whitespace-nowrap ring-offset-background transition-colors hover:bg-accent 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"
Expand Down Expand Up @@ -127,6 +133,10 @@ import VimLogo from "./VimLogo.astro";
href="/2025/sessions"
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
>セッション一覧</a
><a
href="/2025/photos"
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
>写真</a
>
</nav>
</div>
Expand Down
6 changes: 6 additions & 0 deletions 2025/src/components/Top.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ import VimLogo from "./VimLogo.astro";
VimConf 2025 Small は終了しました。<br
/>ご参加いただいた皆様、ありがとうございました!
</p>
<p class="mb-6 text-center text-base font-medium text-gray-700 md:text-lg">
当日の様子がYouTube再生リストと写真アルバムで公開されました!
</p>
<div
class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
>
Expand All @@ -54,6 +57,9 @@ import VimLogo from "./VimLogo.astro";
>YouTube 配信のアーカイブはこちら
<ExternalLink class="ml-2 h-4 w-4" />
</a></button
><button
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"
><a href="/2025/photos">写真・動画を見る</a></button
><button
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"
><a href="#schedule">スケジュールを見る</a></button
Expand Down
Loading