File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 4040✔️ Certifications 🏆\
4141✔️ Blogs\
4242✔️ Education\
43- ✔️ Contact me
43+ ✔️ Contact me\
44+ ✔️ Resume Viewer
4445
4546To view a live example, ** [ click here] ( https://ashutosh1919.github.io/ ) **
4647
@@ -189,6 +190,19 @@ Therefore, this part of portfolio is not customizable. But don't worry we have a
189190- That' s it . You just need to change the theme name and the code will take care of everything else
190191- Run ` npm start` to check if everything is ok.
191192
193+ # Resume 📃
194+
195+ - If you want to display your resume, go to the < a href= " /src/assets/docs/" > / src/ assets/ docs/ < / a> directory.
196+ - Paste your resume there and copy your resume' s file name.
197+ - Also, keep in mind that your resume must be in A4 size.
198+ - Now, go to <a href="/src/pages/resume/Resume.js">/src/pages/resume/Resume.js</a>.
199+ - In the import section, find:
200+ ```
201+ import myResumePdf from "../../assets/docs/Ashutosh_Hathidara_Resume_ML.pdf"
202+ ```
203+ - and replace **"Ashutosh_Hathidara_Resume_ML.pdf"** with your resume file name.
204+ - Launch the project and go to the route `/resume` to view your resume.
205+
192206# Deployment 📦
193207
194208- Once you are done with your setup and have successfully completed all steps above, you need to put your website online!
You can’t perform that action at this time.
0 commit comments