Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/Luan_Tran_CV.pdf
Binary file not shown.
Binary file removed src/assets/resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/AboutMe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function AboutMe() {

<a
href={aboutData.resume}
download
download="Luan_Tran_CV.pdf"
className="flex items-center gap-2 bg-white text-blue-900 px-4 py-2 rounded-lg hover:bg-blue-100 transition-colors font-semibold text-sm sm:text-base"
>
<FaFileDownload className="text-lg sm:text-xl" />
Expand Down
3 changes: 1 addition & 2 deletions src/components/data/about.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import resumePdf from '../../assets/resume.pdf'
import profileImg from '../../assets/images/cropped-profile.jpg'

export const aboutData = {
Expand All @@ -21,6 +20,6 @@ export const aboutData = {
en: "Download CV",
fr: "Télécharger CV"
},
resume: resumePdf,
resume: `${import.meta.env.BASE_URL}Luan_Tran_CV.pdf`,
image: profileImg
}
Loading