Skip to content

Commit ebd95cc

Browse files
aster-voidclaude
andcommitted
新歓日程カレンダー画像を追加し、1枚画像に統合
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a5221d0 commit ebd95cc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
204 KB
Loading
204 KB
Loading

src/pages/welcome-events.astro

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
import Link from "+/components/utils/Link.astro";
33
import Header from "+/images/headers/welcome-events.jpg";
4-
import AprilTable from "+/images/welcome/welcome-events-calendar/april.png";
5-
import MayTable from "+/images/welcome/welcome-events-calendar/may.png";
4+
import CalendarTable from "+/images/welcome/welcome-events-calendar/calendar.jpg";
65
import GlobalLayout from "+/layouts/GlobalLayout.astro";
76
import StaticDocumentWrapper from "+/layouts/StaticDocumentWrapper.astro";
87
import { Focus } from "+/schema";
@@ -28,6 +27,16 @@ import { Picture } from "astro:assets";
2827
興味がある方は、ぜひ気軽に参加してみてください!
2928
</p>
3029
<p>日時・場所の詳細は確定し次第追加します。</p>
30+
<a
31+
href="/welcome-events-calendar/calendar.jpg"
32+
target="_blank"
33+
aria-label="新しいページで開く"
34+
>
35+
<Picture src={CalendarTable} alt="新歓日程カレンダー" />
36+
</a>
37+
<div class="text-center text-xs text-gray-500">
38+
画像クリックで全画面表示
39+
</div>
3140
</section>
3241
<section>
3342
<h2>☘️ 各イベント詳細</h2>

0 commit comments

Comments
 (0)