Skip to content

Commit

Permalink
resume updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hashirshoaeb committed Feb 25, 2021
1 parent 72a0570 commit a69cfff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editable-stuff/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit a69cfff

Please sign in to comment.