@@ -6,7 +6,7 @@ export const educationHistory: EducationExperience[] = [
66 title : "京都工芸繊維大学大学院 博士前期課程" ,
77 description : "工芸科学科 / 設計工学域 / 情報工学専攻" ,
88 image : {
9- src : "/image /resume/kit.jpg" ,
9+ src : "/images /resume/kit.jpg" ,
1010 width : 1030 ,
1111 height : 615 ,
1212 } ,
@@ -16,21 +16,32 @@ export const educationHistory: EducationExperience[] = [
1616 title : "京都工芸繊維大学 学士課程" ,
1717 description : "工芸科学科 / 設計工学域 / 情報工学課程" ,
1818 image : {
19- src : "/image /resume/kit.jpg" ,
19+ src : "/images /resume/kit.jpg" ,
2020 width : 1030 ,
2121 height : 615 ,
2222 } ,
2323 } ,
2424] ;
2525
2626export const workHistory : WorkExperience [ ] = [
27+ {
28+ period : "2026年4月〜" ,
29+ title : "株式会社ラクス" ,
30+ description : "Webアプリケーションエンジニア" ,
31+ url : "https://www.rakus.co.jp/" ,
32+ image : {
33+ src : "/images/resume/rakus.png" ,
34+ width : 429 ,
35+ height : 520 ,
36+ } ,
37+ } ,
2738 {
2839 period : "2025年11月〜" ,
2940 title : "特定非営利活動法人キャリアキャンパス" ,
3041 description : "イノベーターインターン" ,
3142 url : "https://kigyo.city.kyoto.lg.jp/kyomachi/company/single/5328.php" ,
3243 image : {
33- src : "/image /resume/careercampus.png" ,
44+ src : "/images /resume/careercampus.png" ,
3445 width : 180 ,
3546 height : 180 ,
3647 } ,
@@ -41,7 +52,7 @@ export const workHistory: WorkExperience[] = [
4152 description : "期限付きインターンシップ" ,
4253 url : "https://3-shake.com/" ,
4354 image : {
44- src : "/image /resume/3shake.png" ,
55+ src : "/images /resume/3shake.png" ,
4556 width : 400 ,
4657 height : 400 ,
4758 } ,
@@ -52,7 +63,7 @@ export const workHistory: WorkExperience[] = [
5263 description : "SUMMER INTERNSHIP 2024 バックエンドエンジニア" ,
5364 url : "https://www.optim.co.jp/" ,
5465 image : {
55- src : "/image /resume/optim.jpg" ,
66+ src : "/images /resume/optim.jpg" ,
5667 width : 1200 ,
5768 height : 601 ,
5869 } ,
@@ -63,7 +74,7 @@ export const workHistory: WorkExperience[] = [
6374 description : "01立ち上げ12daysインターンシップ" ,
6475 url : "https://speee.jp/" ,
6576 image : {
66- src : "/image /resume/speee.jpg" ,
77+ src : "/images /resume/speee.jpg" ,
6778 width : 400 ,
6879 height : 400 ,
6980 } ,
@@ -74,7 +85,7 @@ export const workHistory: WorkExperience[] = [
7485 description : "短期アルバイト" ,
7586 url : "https://www.axe.bz/" ,
7687 image : {
77- src : "/image /resume/axe.jpg" ,
88+ src : "/images /resume/axe.jpg" ,
7889 width : 300 ,
7990 height : 152 ,
8091 } ,
@@ -85,7 +96,7 @@ export const workHistory: WorkExperience[] = [
8596 description : "塾講師" ,
8697 url : undefined ,
8798 image : {
88- src : "/image /resume/kyoshin.png" ,
99+ src : "/images /resume/kyoshin.png" ,
89100 width : 335 ,
90101 height : 150 ,
91102 } ,
0 commit comments