-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature-Resume display and download #698
Conversation
Create ResumeDownloadButton.js
Updated github pages
Missing adding feature to top bar
Added initial resume feature
Resume can now be accessed by the toolbar above and by the button in the greeting page. Fixed the title and subtitle arrangement.
Fixed format
Merge pull request #2 from NMCBU1/master
Resume feature
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@saadpasta Just to confirm, you would like clicking on the “See my resume” button to directly start downloading the resume as opposed to allowing to view it and then download it? We added the view functionality so that people can see what they are downloading without going to an external page but it makes sense if we want the resume to be downloaded with just one click from the website viewers. |
Downloads resume after clicking button, Deleted resume container in website
Resume download feature
Changed underlined font of button
for more information, see https://pre-commit.ci
Updated the feature to download the resume directly as per comment from @saadpasta |
* Create ResumeDownloadButton.js * Updated github pages Updated github pages * Resume feature 1st version Missing adding feature to top bar * Style ran npm run format * Fixed UI to match the webpage Resume can now be accessed by the toolbar above and by the button in the greeting page. Fixed the title and subtitle arrangement. * Fixed format Fixed format * Update README.md with resume instructions * Updated resume feature Downloads resume after clicking button, Deleted resume container in website * Changed underlined font of bottun * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated style to pass lint * Directly Download button --------- Co-authored-by: NMCBU1 <[email protected]> Co-authored-by: NMCBU1 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This feature was made in collaboration with @NMCBU1.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
As per discussion with @saadpasta, we added a resume download capabilities so that potential hiring managers would be able to look at and download the resume with less friction. We changed
greetings.js
so that clicking on the “Download my resume "button would directly download the resume pdf. We made a new container and filesResume.js
andResume.scss
. Users can still revert back to using a google drive link by changing the link associated with the “Download my resume” button back to resumeLink.A description of how to customize the resume viewing and downloading feature was also added into the readme file.
Fixes #697
Type of change