diff --git a/src/editable-stuff/config.js b/src/editable-stuff/config.js index 0cdc4398b1..44d42121bc 100644 --- a/src/editable-stuff/config.js +++ b/src/editable-stuff/config.js @@ -46,7 +46,7 @@ const mainBody = { // i.e: profilePictureLink: "", // For Resume either provide link to your resume or import from "editable-stuff" directory // i.e resume: require("../editable-stuff/resume.pdf"), -// resume: "https://docs.google.com/document/d/16apx8s6zlVwCu7Aea6jdJtXOnAb6GsNP8QAsTv7gWZo/edit", +// resume: "https://docs.google.com/document/d/13_PWdhThMr6roxb-UFiJj4YAFOj8e_bv3Vx9UHQdyBQ/edit?usp=sharing", const about = { show: true, @@ -55,7 +55,7 @@ const about = { imageSize: 375, message: "My name is Hashir Shoaib. I’m a graduate of 2020 from National University of Sciences and Technology at Islamabad with a degree in Computer Engineering. I'm most passionate about giving back to the community, and my goal is to pursue this passion within the field of software engineering. In my free time I like working on open source projects.", - resume: require("../editable-stuff/resume.pdf"), + resume: "https://docs.google.com/document/d/13_PWdhThMr6roxb-UFiJj4YAFOj8e_bv3Vx9UHQdyBQ/edit?usp=sharing", }; // PROJECTS SECTION