diff --git a/src/assets/speaker/ikuma.png b/src/assets/speaker/ikuma.png new file mode 100644 index 0000000..0eb4191 Binary files /dev/null and b/src/assets/speaker/ikuma.png differ diff --git a/src/assets/speaker/suzuki.jpg b/src/assets/speaker/suzuki.jpg new file mode 100644 index 0000000..8a9cae6 Binary files /dev/null and b/src/assets/speaker/suzuki.jpg differ diff --git a/src/assets/speaker/unvalley.jpg b/src/assets/speaker/unvalley.jpg new file mode 100644 index 0000000..5735800 Binary files /dev/null and b/src/assets/speaker/unvalley.jpg differ diff --git a/src/assets/speaker/yuki.jpg b/src/assets/speaker/yuki.jpg new file mode 100644 index 0000000..5fc673c Binary files /dev/null and b/src/assets/speaker/yuki.jpg differ diff --git a/src/components/timetable.astro b/src/components/timetable.astro index 8fe3aeb..0c072b2 100644 --- a/src/components/timetable.astro +++ b/src/components/timetable.astro @@ -4,6 +4,11 @@ import ContentSection from "./content-section.astro"; import TimetableItem from "./timetable-item.astro"; import onoImage from "../assets/speaker/ono.jpg"; import makkyImage from "../assets/speaker/makky.jpg"; +import fujitaImage from "../content/staff/_images/fujita.jpg"; +import ikumaImage from "../assets/speaker/ikuma.png"; +import unvalleyImage from "../assets/speaker/unvalley.jpg"; +import suzukiImage from "../assets/speaker/suzuki.jpg"; +import yukiImage from "../assets/speaker/yuki.jpg"; const sessions: Array = [ { @@ -36,6 +41,7 @@ VS Code の強力なエディタ機能に Marp を統合することで、プレ name: "Yuki Hattori", description: undefined, twitter: "https://x.com/y_hatt", + image: yukiImage, }, }, { @@ -95,6 +101,7 @@ VS Code の強力なエディタ機能に Marp を統合することで、プレ name: "Yuhei FUJITA", description: undefined, twitter: "https://x.com/Yuhei_FUJITA", + image: fujitaImage, }, }, { @@ -142,6 +149,7 @@ VS Codeの実装がちょっとだけ分かったという機会になれば幸 name: "ikuma-t", description: undefined, twitter: "https://x.com/ikumatdkr", + image: ikumaImage, }, }, { @@ -175,6 +183,7 @@ Biomeに馴染みのない方でも、一般的なLinterやFormatterがどのよ name: "unvalley", description: undefined, twitter: "https://x.com/unvalley_", + image:unvalleyImage }, }, { @@ -189,6 +198,7 @@ GitHub Copilot/Copilot Chat、Figma、Postman、その他の拡張機能を適 name: "鈴木 章太郎", description: undefined, twitter: "https://x.com/shosuz", + image: suzukiImage, }, }, {