Skip to content

Commit

Permalink
add speaker icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cssho committed Mar 14, 2024
1 parent 403896a commit 1153703
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Binary file added src/assets/speaker/ikuma.png
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/assets/speaker/suzuki.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/assets/speaker/unvalley.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/assets/speaker/yuki.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/components/timetable.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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<TimeTableItem | Session | SuponsorSession> = [
{
Expand Down Expand Up @@ -36,6 +41,7 @@ VS Code の強力なエディタ機能に Marp を統合することで、プレ
name: "Yuki Hattori",
description: undefined,
twitter: "https://x.com/y_hatt",
image: yukiImage,
},
},
{
Expand Down Expand Up @@ -95,6 +101,7 @@ VS Code の強力なエディタ機能に Marp を統合することで、プレ
name: "Yuhei FUJITA",
description: undefined,
twitter: "https://x.com/Yuhei_FUJITA",
image: fujitaImage,
},
},
{
Expand Down Expand Up @@ -142,6 +149,7 @@ VS Codeの実装がちょっとだけ分かったという機会になれば幸
name: "ikuma-t",
description: undefined,
twitter: "https://x.com/ikumatdkr",
image: ikumaImage,
},
},
{
Expand Down Expand Up @@ -175,6 +183,7 @@ Biomeに馴染みのない方でも、一般的なLinterやFormatterがどのよ
name: "unvalley",
description: undefined,
twitter: "https://x.com/unvalley_",
image:unvalleyImage
},
},
{
Expand All @@ -189,6 +198,7 @@ GitHub Copilot/Copilot Chat、Figma、Postman、その他の拡張機能を適
name: "鈴木 章太郎",
description: undefined,
twitter: "https://x.com/shosuz",
image: suzukiImage,
},
},
{
Expand Down

0 comments on commit 1153703

Please sign in to comment.