Skip to content

Commit 201522b

Browse files
committed
feat: カードで囲む
1 parent 4eda3b7 commit 201522b

File tree

2 files changed

+32
-25
lines changed

2 files changed

+32
-25
lines changed

2025/src/components/KeynoteSpeakers.astro

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,35 @@
99
</h2>
1010
<div class="mx-auto h-1 w-16 bg-emerald-500"></div>
1111
</div>
12-
<svg
13-
xmlns="http://www.w3.org/2000/svg"
14-
width="24"
15-
height="24"
16-
viewBox="0 0 24 24"
17-
fill="none"
18-
stroke="currentColor"
19-
stroke-width="2"
20-
stroke-linecap="round"
21-
stroke-linejoin="round"
22-
class="lucide lucide-users mx-auto mb-4 h-12 w-12 text-emerald-600 md:h-16 md:w-16"
23-
><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle
24-
cx="9"
25-
cy="7"
26-
r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path
27-
d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg
12+
<div
13+
class="mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center"
2814
>
29-
<h3 class="mx-auto text-center text-lg font-semibold md:text-xl">
30-
基調講演者は近日公開
31-
</h3>
32-
<p
33-
class="mx-auto mt-4 max-w-3xl text-center text-base text-gray-700 md:text-lg"
34-
>
35-
基調講演者は近日公開予定です。お楽しみに!
36-
</p>
15+
<svg
16+
xmlns="http://www.w3.org/2000/svg"
17+
width="24"
18+
height="24"
19+
viewBox="0 0 24 24"
20+
fill="none"
21+
stroke="currentColor"
22+
stroke-width="2"
23+
stroke-linecap="round"
24+
stroke-linejoin="round"
25+
class="lucide lucide-users mx-auto mb-4 h-12 w-12 text-emerald-600 md:h-16 md:w-16"
26+
><path d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"></path><circle
27+
cx="9"
28+
cy="7"
29+
r="4"></circle><path d="M22 21v-2a4 4 0 0 0-3-3.87"></path><path
30+
d="M16 3.13a4 4 0 0 1 0 7.75"></path></svg
31+
>
32+
33+
<h3 class="mx-auto text-center text-lg font-semibold md:text-xl">
34+
基調講演者は近日公開
35+
</h3>
36+
<p
37+
class="mx-auto mt-4 max-w-3xl text-center text-base text-gray-700 md:text-lg"
38+
>
39+
基調講演者は近日公開予定です。お楽しみに!
40+
</p>
41+
</div>
3742
</div>
3843
</section>

2025/src/components/Schedule.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
</h2>
77
<div class="mx-auto h-1 w-16 bg-emerald-500"></div>
88
</div>
9-
<div class="grid gap-3">
9+
<div
10+
class="mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center"
11+
>
1012
<svg
1113
xmlns="http://www.w3.org/2000/svg"
1214
width="24"

0 commit comments

Comments
 (0)