Skip to content

Commit 73d2233

Browse files
committed
add welcome event dates
1 parent 2741268 commit 73d2233

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

public/shinkan-nittei.jpg

354 KB
Loading

src/images/shinkan-nittei.jpg

354 KB
Loading

src/pages/join.astro

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2+
import { Picture } from "astro:assets";
23
import ActionButton from "../components/ActionButton.astro";
34
import Header from "../images/headers/join.jpg";
45
import GlobalLayout from "../layouts/GlobalLayout.astro";
56
import StaticDocumentWrapper from "../layouts/StaticDocumentWrapper.astro";
67
import { Focus } from "../schema";
8+
import DatesTable from "./join/shinkan-nittei.jpg";
79
---
810

911
<GlobalLayout
@@ -17,6 +19,18 @@ import { Focus } from "../schema";
1719
fill="bg-pink-100"
1820
title="ut.code(); に参加する"
1921
>
22+
<p
23+
role="alert"
24+
class="alert alert-vertical border-info sm:alert-horizontal flex border-2"
25+
>
26+
<span class="flex-grow"> 3/30 (日) 20:00~ 新歓説明会を実施します </span>
27+
<a
28+
class="link link-primary"
29+
target="_blank"
30+
href="https://forms.gle/12xKpLEv8qnJFdCz5"
31+
>参加フォーム
32+
</a>
33+
</p>
2034
<p>
2135
ut.code();
2236
は、プログラミングはもちろん、ものづくりが好きな人、デザインに興味がある人、アイデアを形にしたい人など、幅広い人を歓迎しています!
@@ -35,7 +49,7 @@ import { Focus } from "../schema";
3549
variant="dark"
3650
to="https://sites.google.com/g.ecc.u-tokyo.ac.jp/utcode/discord-%E6%96%B0%E6%AD%93%E3%81%AE%E6%96%B9%E3%81%AF%E3%81%93%E3%81%A1%E3%82%89"
3751
>
38-
東大の学生の方はこちら
52+
東大生の方はこちら
3953
</ActionButton>
4054
<p>
4155
学外の方でサークル参加希望の方は、
@@ -44,12 +58,28 @@ import { Focus } from "../schema";
4458
</p>
4559
<h2>📅 新歓日程</h2>
4660
<p>今年の新歓日程は以下のとおりです。</p>
61+
<a
62+
href="/shinkan-nittei.jpg"
63+
target="_blank"
64+
aria-label="新しいページで開く"
65+
>
66+
<Picture src={DatesTable} alt="新歓日程" />
67+
</a>
4768
<p>日時・場所の詳細は確定し次第追加します。</p>
4869
<ul aria-label="新歓日程一覧">
4970
<li>
5071
3/30 (日) オンライン説明会
5172
<ul>
52-
<li>場所: Zoom (リンクは追って公開します)</li>
73+
<li>場所: Zoom</li>
74+
<li>
75+
参加フォーム:
76+
<a
77+
class="link link-primary"
78+
target="_blank"
79+
href="https://forms.gle/12xKpLEv8qnJFdCz5"
80+
>https://forms.gle/12xKpLEv8qnJFdCz5</a
81+
>
82+
</li>
5383
<li>飛び入り参加可能!</li>
5484
</ul>
5585
</li>

src/pages/join/shinkan-nittei.jpg

354 KB
Loading

0 commit comments

Comments
 (0)