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
Binary file added src/content/reports/images/post-2025-04-11/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/reports/images/post-2025-04-11/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions src/content/reports/post-2025-04-11.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "卒業式と送別会が行われました"
description: "2025年3月17日に東京ガーデンシアターにて卒業式が開催されました。"
pubDate: "2025-04-11T12:00:00.000Z"
tags: ['学生報告']
heroImage: "./images/post-2025-04-11/1.jpg"
---
import { Image } from "astro:assets";
import Grid from "../../components/Grid.astro";

import Image1 from './images/post-2025-04-11/1.jpg';
import Image2 from './images/post-2025-04-11/2.jpg';



新M2の武田です.
2025年3月17日(月)に卒業式が行われました.
卒業生の皆さん,ご卒業おめでとうございます.
これからのご活躍も研究室一同見守っています.

<Grid>
<Image alt="img" src={Image1} />
</Grid>

その日の夜には,卒業生の送別会が行われました.
それぞれが,これまでの研究室での生活を振り返ったり,これからのことを語り合ったりしていました.
最後にみんなでお酒を交えることができて楽しかったです.

<Grid>
<Image alt="img" src={Image2} />
</Grid>