diff --git a/contents/banner.ts b/contents/banner.ts index 2332d13b..14d7b237 100644 --- a/contents/banner.ts +++ b/contents/banner.ts @@ -1,7 +1,7 @@ import type { Banner } from "+/schema.ts"; const banner: Banner = { - shown: true, + shown: false, kind: "notify", long: "夏新歓を行っています", short: "夏新歓を行っています", diff --git a/src/pages/join.astro b/src/pages/join.astro index 365c1229..cc016918 100644 --- a/src/pages/join.astro +++ b/src/pages/join.astro @@ -40,19 +40,39 @@ const shinkanJiki = false; は、プログラミングはもちろん、ものづくりが好きな人、デザインに興味がある人、アイデアを形にしたい人など、幅広い人を歓迎しています!
- 現在 ut.code(); では、 2025 年度夏新歓の受付を開始しています。
-
- 夏新歓の詳細はこちら
-
- ut.code(); に興味のある方は、以下のリンクから Discord - に参加してみてください。 -
- + + { + shinkanJiki ? ( + <> +
+ 現在 ut.code(); では、 2025 年度夏新歓の受付を開始しています。
+
+
+ <>
+ 夏新歓の詳細はこちら
+
+ >
+
+ ut.code(); に興味のある方は、以下のリンクから Discord + に参加してみてください。 +
+ + > + ) : ( + <> ++ ut.code(); の 2025 年度夏新歓の受付は、10/13 をもって終了しました。 + またの機会をお待ちしております。 +
+ > + ) + }