Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contents/articles/2025/03-24_joint-welcome-session/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ thumbnail:
bg: "#A5FFD3"
---

<div class="bg-amber-50 border-l-4 border-amber-400 p-3 mb-6 rounded">
<div style="background-color: #fffbeb; border-left: 4px solid #fbbf24; padding: 0.75rem; margin-bottom: 1.5rem; border-radius: 0.25rem;">
<strong>⚠️ 注意</strong><br/>
この記事は 2025 年度のものです。2026 年度の合同新歓は準備中です。(2026/03/16 追記)
この記事は 2025 年度のものです。<a href="/articles/2026/03-30_joint-welcome-session">2026 年度の合同新歓の詳細</a>をご覧ください。(2026/03/30 追記)
</div>

## 📌 イベント概要
Expand Down
54 changes: 54 additions & 0 deletions contents/articles/2026/03-30_joint-welcome-session/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: 2026 年度 東大エンジニア系サークル合同新歓を開催します
categories:
- event
author: 2024/takuya-yasumura
date: 2026-03-30
thumbnail:
src: ./thumbnail.png
fit: contain
bg: "#A5FFD3"
---

## 📌 イベント概要

### 📅 開催日時

- 4/9 (木) 18:50 開場 / 19:00 〜 21:00
- 4/15 (水) 18:50 開場 / 19:00 〜 21:00

### 🏢 開催場所

- 4/9 (木) : 駒場キャンパス 1311 教室
- 4/15 (水): 駒場キャンパス 1312 教室

## 📝 イベント内容

1. 各サークルの紹介(各サークル 5 分程度)
- 活動内容、雰囲気、新歓日程などについて紹介!

2. 個別説明会(1 セクション 10 分で 3 セクション分)
- 各サークルのブースでもっと詳しい説明や質問会をします!
- 気になるサークルの話を直接聞けるチャンス!

3. 個別相談会(終了まで)
- 「他に話を聞きたいサークルがある!」「もっと詳しく知りたい!」という方は、終了時間まで各サークルのブースで質問や相談ができます!
- 直接サークルメンバーに質問したり、入会相談も可能!

## 👥 参加サークル

- [RoboTech](https://robotech.tuk.t.u-tokyo.ac.jp/)
- [東大プラレーラーズ](https://plarailers.com/)
- [東京大学航空宇宙技術研究会](https://utat-website.pages.dev/)
- [TSG (理論科学グループ)](https://tsg.ne.jp/)
- [UTFF](https://utff.com/)
- [ut.code();](https://utcode.net)
- [東京大学F-tec](https://x.com/utftec)
- [東京大学アマチュア無線クラブ](https://ja1zlo.u-tokyo.org/)

## 📢 参加方法

✅ [Google フォーム](https://forms.gle/eSLcVXim66RjNFaE8)を提出するだけ!

(当日飛び入り参加も OK!)

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions contents/members/2024/takuya-yasumura/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
nameJa: 安村 拓也
nameEn: Takuya Yasumura
joinYear: 2024
description: 初心者です
description: 興味の対象が定まらないです
faceImage: ./face.webp
upperBodyImage: ./upper-body.webp
github: nakomochi
---

## 自己紹介

2024年度に入りました。
駒場祭プロジェクトに参加しています。
2024 年度の春に入ってプログラミングを始めました。

幅広く学びたいです。
2024 年度の駒場祭プロジェクトおよび 2025 年度の五月祭プロジェクトに参加しました。

現在は幅広く活動中です。
6 changes: 5 additions & 1 deletion src/pages/welcome-events.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ import { Picture } from "astro:assets";
</ul>
</section>
<section id="joint-welcome-event">
<h3>エンジニア系サークル合同新歓</h3>
<h3>東大エンジニア系サークル合同新歓</h3>
<ul>
<li>日時: 4/9 (木), 4/15 (水)</li>
<li>
<a href="/articles/2026/03-30_joint-welcome-session">詳細はこちら</a
>
</li>
</ul>
</section>
<div class="divider">学習系イベント</div>
Expand Down
Loading