Skip to content

Commit 68622ea

Browse files
authored
Merge pull request #71 from GoCon/feature/add_sponsorship_page_text
スポンサー募集ページにブロンズ/Gopherスポンサー募集中の文言を追加
2 parents 6ac38a9 + 74886c1 commit 68622ea

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

src/pages/en/sponsorship.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ const currentLocale = Astro.currentLocale || "ja";
1414
<div class="contents">
1515
<p>Go Conference is looking for sponsors.</p>
1616
<strong>
17-
The call for Platinum, Gold, and Silver sponsors for Go Conference 2025
17+
* The call for Platinum, Gold, and Silver sponsors for Go Conference 2025
1818
has ended.
1919
</strong>
20+
<p>
21+
Bronze and Gopher sponsors are still being accepted.<br />
22+
We look forward to your application.
23+
</p>
2024
<div class="summary">
2125
<h3 class="sponsorship-title">
2226
<Chip variant="secondary">Application Period</Chip>

src/pages/sponsorship.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ import { formatDate } from "../utils/dateFormat";
1212
<div class="contents">
1313
<p>Go Conferenceではスポンサーを募集します。</p>
1414
<strong>
15-
Go Conference 2025 の プラチナGoルド / Goルド / シルバー
15+
Go Conference 2025 の プラチナGoルド / Goルド / シルバー
1616
スポンサーの募集は終了しました。
1717
</strong>
18+
<p>
19+
ブロンズ / Gopher スポンサーは引き続き募集しています。<br />
20+
皆様のご応募をお待ちしております。
21+
</p>
1822
<div class="summary">
1923
<h3 class="sponsorship-title">
2024
<Chip variant="secondary">募集期間</Chip>

0 commit comments

Comments
 (0)