Skip to content

Commit 3378459

Browse files
authored
Merge pull request #69 from GoCon/release/2025-07-01
Release/2025 07 01
2 parents 2210e77 + 2a4f484 commit 3378459

File tree

8 files changed

+13
-69
lines changed

8 files changed

+13
-69
lines changed

src/components/Footer.astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ const currentLocale = Astro.currentLocale || "ja";
2121
href={getRelativeLocaleUrl(currentLocale, "sponsorship")}
2222
class="text-link">Sponsorship</a
2323
>
24-
<a
25-
href={getRelativeLocaleUrl(currentLocale, "workshop")}
26-
class="text-link">Workshop</a
27-
>
2824
<a
2925
href="https://docs.google.com/document/d/1LxjzxHK23aTAFvGZeR-BpHf8sC6RKAqbImtnUtxQ3Yo/edit?tab=t.0#heading=h.n5j5dks9hlev"
3026
class="text-link external-link"

src/components/Header.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ const currentLocale = Astro.currentLocale || "ja";
247247
<span>Sponsor FAQ</span>
248248
<OpenInNewIcon class="external-icon" />
249249
</a>
250-
<Button href={getRelativeLocaleUrl(currentLocale, "workshop")}>
251-
{currentLocale === "ja" ? "ワークショップに応募" : "Apply for Workshop"}
252-
</Button>
253250
<ul class="language-switcher">
254251
<li class="language-link">
255252
<a

src/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const constants = {
77
"Go Conference is a conference for Go programming language users.",
88
sponsorship: {
99
start: new Date(Date.UTC(2025, 4, 31, 15, 0, 0)), // 2025/06/01 00:00:00 JST
10-
end: new Date(Date.UTC(2025, 5, 30, 14, 59, 59)), // 2024/06/30 23:59:59 JST
10+
end: new Date(Date.UTC(2025, 7, 31, 14, 59, 59)), // 2025/08/31 23:59:59 JST
1111
},
1212
proposal: {
1313
start: new Date(Date.UTC(2025, 4, 13, 3, 0, 0)), // 2025/05/13 12:00:00 JST

src/pages/en/sponsorship.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ const currentLocale = Astro.currentLocale || "ja";
1313
<h2 class="section-title">Call for Sponsors</h2>
1414
<div class="contents">
1515
<p>Go Conference is looking for sponsors.</p>
16+
<strong>
17+
The call for Platinum, Gold, and Silver sponsors for Go Conference 2025
18+
has ended.
19+
</strong>
1620
<div class="summary">
1721
<h3 class="sponsorship-title">
1822
<Chip variant="secondary">Application Period</Chip>

src/pages/en/workshop.astro

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,14 @@
11
---
2-
import Button from "../../components/Button.astro";
3-
import Chip from "../../components/Chip.astro";
4-
import { constants } from "../../constants";
52
import Layout from "../../layouts/Layout.astro";
63
import "../../styles/sub-page.css";
7-
import { formatDate } from "../../utils/dateFormat";
84
95
const currentLocale = Astro.currentLocale || "ja";
106
---
117

128
<Layout title="ワークショップ" titleEn="Workshop">
139
<h2 class="section-title">Call for Workshops</h2>
1410
<div class="contents">
15-
<p>Go Conference is looking for workshops.</p>
16-
<div class="summary">
17-
<h3 class="sponsorship-title">
18-
<Chip variant="secondary">Application Period</Chip>
19-
</h3>
20-
<div class="sponsorship-date">
21-
<p class="inner">
22-
<span>{formatDate(constants.workshop.start, currentLocale)}</span>
23-
<span>~</span>
24-
<span>{formatDate(constants.workshop.end, currentLocale)}</span>
25-
</p>
26-
</div>
27-
</div>
28-
<p>
29-
<Button
30-
href="https://forms.gle/3Edurmgxbbdmmxm89"
31-
target="_blank"
32-
size="large"
33-
>
34-
Apply here
35-
</Button>
36-
</p>
11+
<p>The call for workshops has ended.</p>
12+
<p>Thank you for all the submissions we received.</p>
3713
</div>
3814
</Layout>

src/pages/index.astro

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,4 @@ const currentLocale = Astro.currentLocale || "ja";
3939
</tbody>
4040
</table>
4141
</section>
42-
<section class="section sponsorship">
43-
<h2 class="section-title">スポンサー募集中</h2>
44-
<p>Go Conferenceへのスポンサー応募は以下リンクからできます</p>
45-
<p class="cta-button">
46-
<Button
47-
href={getRelativeLocaleUrl(currentLocale, "sponsorship")}
48-
size="large"
49-
variant="secondary"
50-
>
51-
スポンサー募集フォーム
52-
</Button>
53-
</p>
54-
</section>
5542
</FluidLayout>

src/pages/sponsorship.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ import { formatDate } from "../utils/dateFormat";
1111
<h2 class="section-title">スポンサーの募集について</h2>
1212
<div class="contents">
1313
<p>Go Conferenceではスポンサーを募集します。</p>
14+
<strong>
15+
Go Conference 2025 の プラチナGoルド / Goルド / シルバー
16+
スポンサーの募集は終了しました。
17+
</strong>
1418
<div class="summary">
1519
<h3 class="sponsorship-title">
1620
<Chip variant="secondary">募集期間</Chip>

src/pages/workshop.astro

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,7 @@ import { formatDate } from "../utils/dateFormat";
1010
<Layout title="ワークショップ" titleEn="Workshop">
1111
<h2 class="section-title">ワークショップの募集について</h2>
1212
<div class="contents">
13-
<p>Go Conferenceではワークショップを募集します。</p>
14-
<div class="summary">
15-
<h3 class="sponsorship-title">
16-
<Chip variant="secondary">募集期間</Chip>
17-
</h3>
18-
<div class="sponsorship-date">
19-
<p class="inner">
20-
<span>{formatDate(constants.workshop.start)}</span>
21-
<span>~</span>
22-
<span>{formatDate(constants.workshop.end)}</span>
23-
</p>
24-
</div>
25-
</div>
26-
<p>
27-
<Button
28-
href="https://forms.gle/3Edurmgxbbdmmxm89"
29-
target="_blank"
30-
size="large"
31-
>
32-
申し込みはこちら
33-
</Button>
34-
</p>
13+
<p>ワークショップの募集は終了いたしました。</p>
14+
<p>たくさんのご応募をいただき、ありがとうございました。</p>
3515
</div>
3616
</Layout>

0 commit comments

Comments
 (0)