Skip to content

Commit 012316e

Browse files
committed
feat: フッターの日本語を追加
1 parent a46a8b6 commit 012316e

File tree

1 file changed

+7
-35
lines changed

1 file changed

+7
-35
lines changed

2025/src/components/Footer.astro

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@
157157
VimConf 2025
158158
</h3>
159159
<ul class="space-y-1 text-sm text-gray-300 md:text-base">
160-
<li>November 2, 2025</li>
160+
<li>2025年11月2日(日)</li>
161161
<li>9:30 - 17:30</li>
162-
<li>Akiba Plaza - Akiba Hall</li>
162+
<li>アキバプラザ・アキバホール</li>
163163
</ul>
164164
</div>
165165
<div>
166166
<h3 class="mb-3 text-base font-semibold text-emerald-400 md:text-lg">
167-
Contact
167+
お問い合わせ
168168
</h3>
169169
<ul class="space-y-2 text-sm text-gray-300 md:text-base">
170170
<li class="flex items-center">
@@ -221,41 +221,13 @@
221221
</li>
222222
</ul>
223223
</div>
224-
<div>
225-
<h3 class="mb-3 text-base font-semibold text-emerald-400 md:text-lg">
226-
Links
227-
</h3>
228-
<ul class="space-y-1 text-sm text-gray-300 md:text-base">
229-
<li>
230-
<a
231-
href="https://kzmkbgzwl112s273gjeh.lite.vusercontent.net/#"
232-
class="transition-colors hover:text-emerald-400"
233-
>Code of Conduct</a
234-
>
235-
</li>
236-
<li>
237-
<a
238-
href="https://kzmkbgzwl112s273gjeh.lite.vusercontent.net/#"
239-
class="transition-colors hover:text-emerald-400">Privacy Policy</a
240-
>
241-
</li>
242-
<li>
243-
<a
244-
href="https://vim-jp.org/"
245-
target="_blank"
246-
rel="noopener noreferrer"
247-
class="transition-colors hover:text-emerald-400">vim-jp</a
248-
>
249-
</li>
250-
</ul>
251-
</div>
252224
</div>
253225
<div class="border-t border-gray-800 pt-6">
254226
<div class="mb-4 space-y-1 text-xs text-gray-400 md:text-sm">
255-
<p>All presentation slides are in English.</p>
256-
<p>Presentations will be given in either English or Japanese.</p>
257-
<p>The talks will be recorded and uploaded to YouTube later.</p>
258-
<p>Photos will be taken during the event and published online.</p>
227+
<p>発表スライドはすべて英語です。</p>
228+
<p>発表は英語または日本語のいずれかの言語で行われます。</p>
229+
<p>登壇の様子を撮影し、後日YouTubeにアップロードします。</p>
230+
<p>会場内ではカメラマンによる写真撮影が行われ、Web上に掲載されます。</p>
259231
</div>
260232
<p class="text-center text-xs text-gray-500 md:text-sm">
261233
© 2025 VimConf Organizing Committee

0 commit comments

Comments
 (0)