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-08-18/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-08-18/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/content/reports/post-2025-08-18.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "第1回真鍋研OB会が開催されました"
description: "2025年8月15日に第1回真鍋研OB会が開催されました."
pubDate: "2025-08-18T12:00:00.000Z"
tags: ['学生報告']
heroImage: "./images/post-2025-08-18/1.jpg"
---
import { Image } from "astro:assets";
import Grid from "../../components/Grid.astro";

import Image1 from './images/post-2025-08-18/1.jpg';
import Image2 from './images/post-2025-08-18/2.jpg';



M2の武田です.
2025年8月15日(金)に第1回真鍋研OB会が開催されました.


久々の再会だったので,それぞれ話が弾んでいました.
皆さん社会人としての風格があり,私もそういう大人になりたいなと思いました.
今回は参加できなかった方もいらっしゃったので,第2回でお会いしましょう!


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

Loading