Skip to content

Commit

Permalink
Merge branch 'uzair-portfolio'
Browse files Browse the repository at this point in the history
  • Loading branch information
uzair004 committed Nov 30, 2024
2 parents 9bbf77c + 97f2087 commit 4893cdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const twitterDetails = { ... }

#### Resume upload

To upload your own resume, simply upload a pdf to `src/containers/resume` and rename the pdf to `resume.pdf`.
To upload your own resume, simply upload a pdf to `src/containers/greeting/` and rename the pdf to `resume.pdf`.

#### Using Emojis

Expand Down
Binary file removed src/containers/greeting/resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const greeting = {
"A passionate Backend Software Developer 🚀 with expertise in serverless computing, AWS, Node.js, and event driven system."
),
resumeLink:
"https://drive.google.com/file/d/1hdiPxOu2Js_W8Z9IFCWvf2_4-OGqFGQM/view?usp=sharing", // Set to empty to hide the button
"https://drive.google.com/file/d/1myxe4__0M9l4ZESsINxvqywkHqEmiE4e/view?usp=drive_link", // Set to empty to hide the button
displayGreeting: true // Set false to hide this section, defaults to true
};

Expand Down

0 comments on commit 4893cdb

Please sign in to comment.