Skip to content

Commit 3e131b7

Browse files
authored
Merge pull request #179 from vim-jp/feature/semantic-html-refactor
refactor: HTML構造をセマンティックにした
2 parents c2b17e0 + fa8daf9 commit 3e131b7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

2025/src/pages/en.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import Layout from '@/layouts/Layout.astro';
1212
<p>VimConf is the world's first and only regularly organized international Vim conference run by the community.</p>
1313
<h3>Event Details</h3>
1414
<table>
15+
<caption>
16+
Details Of VimConf 2025
17+
</caption>
1518
<tr>
1619
<th style="word-break::keep-all;">Date<wbr />(Planned)</th>
1720
<td>November 2, 2025 (Sunday)</td>
@@ -47,13 +50,13 @@ import Layout from '@/layouts/Layout.astro';
4750
<section>
4851
<div class="container sponsor-info">
4952
<h2 id="sponsorship-overview" class="section-title"><a href="#sponsorship-overview">Sponsorship Overview</a></h2>
53+
<h3>Application Period and Decision Timeline:</h3>
5054
<p>
51-
<h3>Application Period and Decision Timeline:</h3>
5255
Sponsor recruitment is already underway. The event will only be held if we receive sufficient sponsorship support.<br />
5356
The final decision on the event will be made on <b>May 15, 2025 (Thursday)</b>.
5457
</p>
58+
<h3>Sponsorship Benefits:</h3>
5559
<p>
56-
<h3>Sponsorship Benefits:</h3>
5760
We offer various benefits depending on the sponsorship level (including logo placement on the official website, distribution of promotional materials, logo display on the backdrop, etc.).<br />
5861
Please consider supporting us to make this event possible.<br />
5962
<em>※ Individual sponsorships are also available. (Please note that sponsorships are non-refundable even if the event is canceled)</em>

2025/src/pages/ja.astro

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import Layout from '@/layouts/Layout.astro';
1212
<p>VimConf は、世界初かつ世界で唯一のコミュニティによって定期運営されているVimの国際カンファレンスです。</p>
1313
<h3>概要</h3>
1414
<table>
15+
<caption>
16+
VimConf 2025の概要
17+
</caption>
1518
<tr>
1619
<th style="word-break:keep-all;">開催日<wbr />(予定)</th>
1720
<td>2025-11-02(日)</td>
@@ -49,13 +52,13 @@ import Layout from '@/layouts/Layout.astro';
4952
<section>
5053
<div class="container sponsor-info">
5154
<h2 id="スポンサーシップ概要" class="section-title"><a href="#スポンサーシップ概要">スポンサーシップ概要</a></h2>
55+
<h3>募集期間と判断タイミング:</h3>
5256
<p>
53-
<h3>募集期間と判断タイミング:</h3>
5457
スポンサーの募集は既に開始されています。イベントは、必要な支援金が集まった場合にのみ開催します。<br />
5558
開催の最終判断は<b>2025年5月15日(木)</b>に行います。
5659
</p>
60+
<h3>ご提供いただく支援:</h3>
5761
<p>
58-
<h3>ご提供いただく支援:</h3>
5962
スポンサーシップに応じたメリット(公式サイトでのロゴ掲載、ノベルティの配布、バックパネルへのロゴ掲載など)を用意しています。<br />
6063
イベント開催のための資金として、ぜひご協力ください。<br />
6164
<em>※ また、併せて個人による寄付の募集も行っています。(開催されなかった場合でも返金不可)</em>

0 commit comments

Comments
 (0)