File tree Expand file tree Collapse file tree 1 file changed +22
-11
lines changed
Expand file tree Collapse file tree 1 file changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ import StaticDocumentWrapper from "+/layouts/StaticDocumentWrapper.astro";
66import { Focus } from " +/schema" ;
77import { Icon } from " astro-icon/components" ;
88
9- const shinkanEvents = false ;
10- const joinLink = false ;
9+ const shinkanJiki = false ;
1110---
1211
1312<GlobalLayout
@@ -22,7 +21,7 @@ const joinLink = false;
2221 title =" ut.code(); に参加する"
2322 >
2423 {
25- shinkanEvents && (
24+ shinkanJiki && (
2625 <p
2726 role = " alert"
2827 class = " alert not-prose alert-vertical alert-info alert-outline sm:alert-horizontal border-2 sm:flex-row"
@@ -41,15 +40,20 @@ const joinLink = false;
4140 は、プログラミングはもちろん、ものづくりが好きな人、デザインに興味がある人、アイデアを形にしたい人など、幅広い人を歓迎しています!
4241 </p >
4342 <h2 >🔷 入部について</h2 >
44- <p >
45- 現在 ut.code(); では、 2025 年度夏新歓の受付を開始しています。<br />
46- </p >
47- <p >
48- <a href =" /welcome-events-2025-summer" >夏新歓の詳細はこちら</a ><br />
49- </p >
43+
5044 {
51- joinLink && (
45+ shinkanJiki ? (
5246 <>
47+ <p >
48+ 現在 ut.code(); では、 2025 年度夏新歓の受付を開始しています。
49+ <br />
50+ </p >
51+ <p >
52+ <>
53+ <a href = " /welcome-events-2025-summer" >夏新歓の詳細はこちら</a >
54+ <br />
55+ </>
56+ </p >
5357 <p >
5458 ut.code(); に興味のある方は、以下のリンクから Discord
5559 に参加してみてください。
@@ -60,6 +64,13 @@ const joinLink = false;
6064 </a >
6165 </p >
6266 </>
67+ ) : (
68+ <>
69+ <p class = " alert alert-error alert-outline" >
70+ ut.code(); の 2025 年度夏新歓の受付は、10/13 をもって終了しました。
71+ またの機会をお待ちしております。
72+ </p >
73+ </>
6374 )
6475 }
6576 <ul >
@@ -77,7 +88,7 @@ const joinLink = false;
7788 で行っています。新歓期は自由に参加可能ですので、興味がある場合はぜひ気軽に参加してみてください。
7889 </p >
7990 {
80- shinkanEvents && (
91+ shinkanJiki && (
8192 <>
8293 <h2 >📅 新歓日程</h2 >
8394 <p >新歓の日程は、こちらから確認できます。</p >
You can’t perform that action at this time.
0 commit comments