Skip to content

Commit

Permalink
Update Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Feb 11, 2024
1 parent 495ba32 commit aa1f10f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/assets/data/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hashtags": "#Saudi, #Geek, #Coder, #Innovator",
"email": "[email protected]",
"phone": "966545582222",
"cv": "/assets/files/20240201 Mohannad Otaibi CV.pdf",
"cv": "/assets/files/20240210 Mohannad Otaibi Resume.pdf",
"old_nicknames": [
"interboy", "theinterboy", "mfotaibi", "dabdoobnet", "انتربوي"
],
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Tags.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ const { tags } = Astro.props;
<Tag url={link.url} title={link.title} />
)) }
</div>
<CvButton url={general.cv} title="Download CV" />
<CvButton url={general.cv} title="Download Resume" />
</div>

0 comments on commit aa1f10f

Please sign in to comment.