Skip to content

Commit fed6be3

Browse files
authored
Merge pull request #159 from GoCon/feature/add_announcemnet_concluded
カンファレンス終了の文言追加
2 parents 5c1eed6 + 029ca5d commit fed6be3

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

src/pages/en/index.astro

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ import Button from "../../components/Button.astro";
1616

1717
<FluidLayout>
1818
<MainVisual />
19+
<section class="announcement">
20+
<h2 class="section-title">
21+
<span class="accent">Go Conference 2025</span> has concluded
22+
</h2>
23+
<p>
24+
Thank you to all speakers, participants, sponsors, and organizers for your
25+
contributions!
26+
</p>
27+
<p>
28+
Session archives that are available for publication will be released on
29+
each session's page.
30+
</p>
31+
</section>
1932
<section class="section event">
2033
<h2 class="section-title">
2134
What is <span class="accent">Go Conference</span>?
@@ -57,7 +70,6 @@ import Button from "../../components/Button.astro";
5770
<h2 class="section-title">
5871
<span class="accent">W</span>orkshop
5972
</h2>
60-
<div>You can register for workshops via connpass.</div>
6173
<div class="workshop-cards">
6274
<div class="workshop-card">
6375
<h4>Workshop <span class="accent">Part 1</span></h4>

src/pages/index.astro

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ import Button from "../components/Button.astro";
99

1010
<FluidLayout>
1111
<MainVisual />
12+
<section class="announcement">
13+
<h2 class="section-title">
14+
<span class="accent">Go Conference 2025</span>は終了いたしました
15+
</h2>
16+
<p>
17+
ご登壇、ご参加、ご協力いただいたスポンサー、運営の皆さんありがとうございました!
18+
</p>
19+
<p>
20+
公開可能なセッションのアーカイブは、各セッションのページにて順次公開予定です。
21+
</p>
22+
</section>
1223
<section class="section event">
1324
<h2 class="section-title">
1425
<span class="accent">Go Conference</span>とは
@@ -45,7 +56,6 @@ import Button from "../components/Button.astro";
4556
<h2 class="section-title">
4657
<span class="accent">ワ</span>ークショップ
4758
</h2>
48-
<div>ワークショップはconnpassより参加登録ができます。</div>
4959
<div class="workshop-cards">
5060
<div class="workshop-card">
5161
<h4>Workshop <span class="accent">Part 1</span></h4>

src/styles/top-page.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
}
2222
}
2323

24+
.announcement {
25+
max-width: 1200px;
26+
margin: 0 auto;
27+
text-align: center;
28+
}
29+
2430
.event-table {
2531
margin: 40px auto 0;
2632

0 commit comments

Comments
 (0)