Skip to content

Commit 4edac64

Browse files
authored
Merge pull request #231 from vim-jp/feature/2025/add-youtube-playlist-and-photo-album
YoutubeプレイリストとGoogle Photos アルバムページを追加
2 parents 417b483 + 4b84577 commit 4edac64

File tree

3 files changed

+996
-0
lines changed

3 files changed

+996
-0
lines changed

2025/src/components/Header.astro

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ import VimLogo from "./VimLogo.astro";
5959
>
6060
セッション一覧
6161
</a>
62+
<a
63+
href="/2025/photos"
64+
class="text-sm font-medium transition-colors hover:text-emerald-600"
65+
>
66+
写真
67+
</a>
6268
<button
6369
disabled
6470
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"
@@ -127,6 +133,10 @@ import VimLogo from "./VimLogo.astro";
127133
href="/2025/sessions"
128134
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
129135
>セッション一覧</a
136+
><a
137+
href="/2025/photos"
138+
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
139+
>写真</a
130140
>
131141
</nav>
132142
</div>

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)