Skip to content

Commit f50b9d0

Browse files
committed
change public image directory name
1 parent 708f731 commit f50b9d0

57 files changed

Lines changed: 55 additions & 55 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: 9 additions & 9 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,7 +16,7 @@ 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
},
@@ -30,7 +30,7 @@ export const workHistory: WorkExperience[] = [
3030
description: "Webアプリケーションエンジニア",
3131
url: "https://www.rakus.co.jp/",
3232
image: {
33-
src: "/image/resume/rakus.png",
33+
src: "/images/resume/rakus.png",
3434
width: 429,
3535
height: 520
3636
}
@@ -41,7 +41,7 @@ export const workHistory: WorkExperience[] = [
4141
description: "イノベーターインターン",
4242
url: "https://kigyo.city.kyoto.lg.jp/kyomachi/company/single/5328.php",
4343
image: {
44-
src: "/image/resume/careercampus.png",
44+
src: "/images/resume/careercampus.png",
4545
width: 180,
4646
height: 180,
4747
},
@@ -52,7 +52,7 @@ export const workHistory: WorkExperience[] = [
5252
description: "期限付きインターンシップ",
5353
url: "https://3-shake.com/",
5454
image: {
55-
src: "/image/resume/3shake.png",
55+
src: "/images/resume/3shake.png",
5656
width: 400,
5757
height: 400,
5858
},
@@ -63,7 +63,7 @@ export const workHistory: WorkExperience[] = [
6363
description: "SUMMER INTERNSHIP 2024 バックエンドエンジニア",
6464
url: "https://www.optim.co.jp/",
6565
image: {
66-
src: "/image/resume/optim.jpg",
66+
src: "/images/resume/optim.jpg",
6767
width: 1200,
6868
height: 601,
6969
},
@@ -74,7 +74,7 @@ export const workHistory: WorkExperience[] = [
7474
description: "01立ち上げ12daysインターンシップ",
7575
url: "https://speee.jp/",
7676
image: {
77-
src: "/image/resume/speee.jpg",
77+
src: "/images/resume/speee.jpg",
7878
width: 400,
7979
height: 400,
8080
},
@@ -85,7 +85,7 @@ export const workHistory: WorkExperience[] = [
8585
description: "短期アルバイト",
8686
url: "https://www.axe.bz/",
8787
image: {
88-
src: "/image/resume/axe.jpg",
88+
src: "/images/resume/axe.jpg",
8989
width: 300,
9090
height: 152,
9191
},
@@ -96,7 +96,7 @@ export const workHistory: WorkExperience[] = [
9696
description: "塾講師",
9797
url: undefined,
9898
image: {
99-
src: "/image/resume/kyoshin.png",
99+
src: "/images/resume/kyoshin.png",
100100
width: 335,
101101
height: 150,
102102
},

0 commit comments

Comments
 (0)