diff --git a/components/organisms/Footer/index.tsx b/components/organisms/Footer/index.tsx index fa888bc..69de7b3 100644 --- a/components/organisms/Footer/index.tsx +++ b/components/organisms/Footer/index.tsx @@ -156,7 +156,17 @@ const Footer = React.forwardRef((props, ref) => { - ©{new Date().getFullYear()} moerabaya.com + + + {getLocalizedString("footer", "downloadResume")} + + + + ©{new Date().getFullYear()} moerabaya.com + diff --git a/next.config.js b/next.config.js index 03fa44b..3019a54 100644 --- a/next.config.js +++ b/next.config.js @@ -24,6 +24,24 @@ const nextConfig = { "https://coursera.org/share/1ebf02b39984eab2802e74286134250a", permanent: false, }, + { + source: "/product-resume-2022.pdf", + destination: + "/mohammed-rabaya.pdf", + permanent: false, + }, + { + source: "/engineering-resume-2022.pdf", + destination: + "/mohammed-rabaya.pdf", + permanent: false, + }, + { + source: "/design-resume-2022.pdf", + destination: + "/mohammed-rabaya.pdf", + permanent: false, + }, ]; }, webpack(config) { diff --git a/pages/about.tsx b/pages/about.tsx index 9847e3c..5a343c5 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -156,7 +156,7 @@ const About: NextPage = ({ projects }: Props) => { {getLocalizedString("about", "download-resume")} diff --git a/public/design-resume-2022.pdf b/public/design-resume-2022.pdf deleted file mode 100644 index 0f50f3c..0000000 Binary files a/public/design-resume-2022.pdf and /dev/null differ diff --git a/public/engineering-resume-2022.pdf b/public/engineering-resume-2022.pdf deleted file mode 100755 index f10c6f5..0000000 Binary files a/public/engineering-resume-2022.pdf and /dev/null differ diff --git a/public/mohammed-rabaya.pdf b/public/mohammed-rabaya.pdf new file mode 100644 index 0000000..a4d4a0c Binary files /dev/null and b/public/mohammed-rabaya.pdf differ diff --git a/public/product-resume-2022.pdf b/public/product-resume-2022.pdf deleted file mode 100644 index bf4a505..0000000 Binary files a/public/product-resume-2022.pdf and /dev/null differ diff --git a/utils/languages/ar.json b/utils/languages/ar.json index 3678b9e..224885b 100644 --- a/utils/languages/ar.json +++ b/utils/languages/ar.json @@ -39,7 +39,8 @@ "twitter": "تويتر", "linkedin": "لينكدان", "dribbble": "دريبببل", - "behance": "بيهانس" + "behance": "بيهانس", + "downloadResume": "حمل السيرة الذاتية" }, "404": { "title": "404 - لا يمكن العثور على الصفحة" diff --git a/utils/languages/en-US.json b/utils/languages/en-US.json index a8baa9d..d486318 100644 --- a/utils/languages/en-US.json +++ b/utils/languages/en-US.json @@ -39,7 +39,8 @@ "twitter": "Twitter", "linkedin": "LinkedIn", "dribbble": "Dribbble", - "behance": "Behance" + "behance": "Behance", + "downloadResume": "Download Résumé" }, "404": { "title": "404 - Oh no's! We couldn't find that page"