Skip to content

Commit daefeb8

Browse files
committed
Add CV, update resume, remove Instagram
1 parent 7b9027a commit daefeb8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ export default function Home() {
9191
<Link
9292
target="_blank"
9393
className="px-2"
94-
href={'https://instagram.com/gedatsu.ara/'}
94+
href={'/cv.pdf'}
9595
>
96-
{currentText.links.instagram}
96+
{currentText.links.cv}
9797
</Link>
9898
<Link target="_blank" className="px-2" href={'/resume.pdf'}>
9999
{currentText.links.resume}

public/cv.pdf

138 KB
Binary file not shown.

public/page_data/main_page.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"toggle": "English/日本語",
88
"links": {
99
"linkedin": "LinkedIn",
10-
"instagram": "Instagram",
10+
"cv": "CV",
1111
"resume": "Resume",
1212
"github": "GitHub",
1313
"portfolio": "Portfolio"
@@ -22,10 +22,10 @@
2222
"apology": "私は日本語をまだ勉強しているので間違いがあればすみません。ある場合は間違いについてメールを送ってください。",
2323
"links": {
2424
"linkedin": "LinkedIn",
25-
"instagram": "インスタグラム",
25+
"cv": "職務経歴書",
2626
"resume": "履歴書",
2727
"github": "GitHub",
2828
"portfolio": "ポートフォリオ"
2929
}
3030
}
31-
}
31+
}

public/resume.pdf

-17.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)