Skip to content

Commit 1495c3f

Browse files
committed
feat: change avatar and dv url
1 parent cb634ec commit 1495c3f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
1.36 MB
Loading
1.36 MB
Loading
1.5 MB
Loading

public/media/cv_gading.pdf

-68.2 KB
Binary file not shown.

src/modules/About/components/ProfileInfo.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const LeftDesc = ({ className }: { className?: string }) => (
2424
rel="noopener noreferrer"
2525
data-umami-event="about_portfolio"
2626
>
27-
Portfolio
27+
Portfolio
2828
</ButtonLink>
2929
<ButtonLink
3030
href={`https://linkedin.com/in/${AUTHOR_LINKEDIN}`}
@@ -34,7 +34,7 @@ const LeftDesc = ({ className }: { className?: string }) => (
3434
rel="noopener noreferrer"
3535
data-umami-event="about_careers"
3636
>
37-
Careers
37+
Careers
3838
</ButtonLink>
3939
</div>
4040
);
@@ -54,7 +54,7 @@ const RightDesc = ({ className }: { className?: string }) => (
5454
rel="noopener noreferrer"
5555
data-umami-event="about_resume"
5656
>
57-
Resume
57+
Resume
5858
</ButtonLink>
5959
<ButtonLink
6060
href="mailto:[email protected]"
@@ -64,7 +64,7 @@ const RightDesc = ({ className }: { className?: string }) => (
6464
rel="noopener noreferrer"
6565
data-umami-event="about_contact"
6666
>
67-
Contact
67+
Contact
6868
</ButtonLink>
6969
</div>
7070
);
@@ -79,7 +79,7 @@ function ProfileInfo() {
7979
<div className="-mt-4 flex flex-col flex-1 items-center justify-center">
8080
<Image
8181
className="rounded-full cursor-grab active:cursor-grabbing"
82-
src="/media/authors/gading-talks.jpeg"
82+
src="/media/authors/gading-chibi-talk-signature.png"
8383
alt={AUTHOR_NAME}
8484
width={180}
8585
height={180}

src/modules/Resume/Resume.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function ResumePage() {
22
return (
3-
<iframe src="/media/cv_gading.pdf" className="h-screen w-full" />
3+
<iframe src="/media/authors/cv_gading.pdf" className="h-screen w-full" />
44
);
55
};
66

0 commit comments

Comments
 (0)