1 parent 4d132bb commit 708f731Copy full SHA for 708f731
2 files changed
app/about/_sections/resume/constants.ts
@@ -24,6 +24,17 @@ export const educationHistory: EducationExperience[] = [
24
];
25
26
export const workHistory: WorkExperience[] = [
27
+ {
28
+ period: "2026年4月〜",
29
+ title: "株式会社ラクス",
30
+ description: "Webアプリケーションエンジニア",
31
+ url: "https://www.rakus.co.jp/",
32
+ image: {
33
+ src: "/image/resume/rakus.png",
34
+ width: 429,
35
+ height: 520
36
+ }
37
+ },
38
{
39
period: "2025年11月〜",
40
title: "特定非営利活動法人キャリアキャンパス",
public/image/resume/rakus.png
79.1 KB
0 commit comments