Skip to content

Commit 45e69cf

Browse files
authored
Merge pull request #87 from kimurash/85-employment-update
就職先を経歴に追加した
2 parents f0db522 + 2c644aa commit 45e69cf

57 files changed

Lines changed: 65 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/about/_sections/about/components/ProfileImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const ProfileImage = () => {
55
<div className="lg:col-span-2 flex flex-col justify-center items-center space-y-6">
66
<div className="w-64 h-64 lg:w-72 lg:h-72">
77
<Image
8-
src="/image/gundam-uc.jpg"
8+
src="/images/gundam-uc.jpg"
99
alt="プロフィール画像"
1010
width={288}
1111
height={288}

app/about/_sections/certification/constants.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const certifications: Certification[] = [
88
expiresAt: undefined,
99
color: "bg-purple-500",
1010
icon: {
11-
src: "/image/certification/abacus.jpeg",
11+
src: "/images/certification/abacus.jpeg",
1212
width: 225,
1313
height: 225,
1414
alt: "全国珠算教育連盟",
@@ -21,7 +21,7 @@ export const certifications: Certification[] = [
2121
expiresAt: undefined,
2222
color: "bg-yellow-600",
2323
icon: {
24-
src: "/image/certification/eiken.png",
24+
src: "/images/certification/eiken.png",
2525
width: 1200,
2626
height: 1200,
2727
alt: "公益財団法人日本英語検定協会",
@@ -34,7 +34,7 @@ export const certifications: Certification[] = [
3434
expiresAt: undefined,
3535
color: "bg-blue-600 opacity-80",
3636
icon: {
37-
src: "/image/certification/ipass.png",
37+
src: "/images/certification/ipass.png",
3838
width: 868,
3939
height: 817,
4040
alt: "ITパスポート",
@@ -47,7 +47,7 @@ export const certifications: Certification[] = [
4747
expiresAt: undefined,
4848
color: "bg-blue-600 opacity-80",
4949
icon: {
50-
src: "/image/certification/generalist.png",
50+
src: "/images/certification/generalist.png",
5151
width: 800,
5252
height: 800,
5353
alt: "ジェネラリスト検定",
@@ -60,7 +60,7 @@ export const certifications: Certification[] = [
6060
expiresAt: undefined,
6161
color: "bg-blue-600 opacity-80",
6262
icon: {
63-
src: "/image/certification/ipa.jpg",
63+
src: "/images/certification/ipa.jpg",
6464
width: 1280,
6565
height: 670,
6666
alt: "情報処理推進機構",
@@ -73,7 +73,7 @@ export const certifications: Certification[] = [
7373
expiresAt: undefined,
7474
color: "bg-yellow-600",
7575
icon: {
76-
src: "/image/certification/toeic.jpg",
76+
src: "/images/certification/toeic.jpg",
7777
width: 430,
7878
height: 199,
7979
alt: "TOEIC",
@@ -86,7 +86,7 @@ export const certifications: Certification[] = [
8686
expiresAt: undefined,
8787
color: "bg-blue-600 opacity-80",
8888
icon: {
89-
src: "/image/certification/ipa.jpg",
89+
src: "/images/certification/ipa.jpg",
9090
width: 1280,
9191
height: 670,
9292
alt: "情報処理推進機構",
@@ -99,7 +99,7 @@ export const certifications: Certification[] = [
9999
expiresAt: "2028年2月",
100100
color: "bg-cyan-600",
101101
icon: {
102-
src: "/image/certification/yumemi.jpg",
102+
src: "/images/certification/yumemi.jpg",
103103
width: 335,
104104
height: 335,
105105
alt: "株式会社ゆめみ",
@@ -112,7 +112,7 @@ export const certifications: Certification[] = [
112112
expiresAt: undefined,
113113
color: "bg-emerald-600",
114114
icon: {
115-
src: "/image/certification/amc.png",
115+
src: "/images/certification/amc.png",
116116
width: 104,
117117
height: 102,
118118
alt: "資産運用検定協会",
@@ -125,7 +125,7 @@ export const certifications: Certification[] = [
125125
expiresAt: undefined,
126126
color: "bg-orange-400",
127127
icon: {
128-
src: "/image/certification/nissho-kentei.png",
128+
src: "/images/certification/nissho-kentei.png",
129129
width: 221,
130130
height: 223,
131131
alt: "日商検定",

app/about/_sections/resume/constants.ts

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2626
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: "/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

Comments
 (0)