Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zuriknet committed Jul 25, 2023
1 parent 3c7ee60 commit 8bd0426
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm create astro@latest -- --template portfolio

> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
![portfolio](https://user-images.githubusercontent.com/357379/210779178-a98f0fb7-6b1a-4068-894c-8e1403e26654.jpg)
![portfolio](https://drive.google.com/file/d/1v0JgxywJqGO9wIeLc-Pz_R89BKrArX4l/view?usp=sharing)


## 🧞 Commands
Expand Down
Binary file added public/assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ResumeCTA.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CallToAction from './CallToAction.astro';
import Icon from './Icon.astro';
---

<CallToAction href="https://drive.google.com/file/d/1OLK1M4Xvjmyj0_9lc2IXm1C-dk6qj8Or/view?usp=drive_link">
<CallToAction href="https://docs.google.com/document/d/1o1wWSBnnR-lNrkHuU2cXVJKFGfU1ENu1/edit?usp=sharing&ouid=105348136522419396577&rtpof=true&sd=true">
My Resume
<Icon icon="article" size="1.2em" />
</CallToAction>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ web developer in both frontend and backend environments. </p>
<p>HTML, CSS / LESS / SASS, Bootstrap, JavaScript / TypeScript, jQuery, Node.js, npm, Angular2, Astro, WordPress, PHP, Laravel, Magento 2, Python, Django, Ruby on Rails, .NET, MS SQL, MySQL, MariaDB, Postgress, Git, Netlify, vSphere, VBox, Docker, Jenkins, AWS, Azure</p>
<p>&nbsp;</p>
<header class="section-header hero gap-12 lg:gap-12" style="width:290px;">
<CallToAction href="https://drive.google.com/file/d/1OLK1M4Xvjmyj0_9lc2IXm1C-dk6qj8Or/view?usp=drive_link">
<CallToAction href="https://docs.google.com/document/d/1o1wWSBnnR-lNrkHuU2cXVJKFGfU1ENu1/edit?usp=sharing&ouid=105348136522419396577&rtpof=true&sd=true">
My Resume
<Icon icon="article" size="1.2em" />
</CallToAction>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const projects = (await getCollection('work'))
<section class="section stack gap-48 lg:gap-40 with-background">
<header class="section-header stack gap-48 lg:gap-40">
<ResumeCTA
href="https://drive.google.com/file/d/1OLK1M4Xvjmyj0_9lc2IXm1C-dk6qj8Or/view?usp=drive_link"
href="https://docs.google.com/document/d/1o1wWSBnnR-lNrkHuU2cXVJKFGfU1ENu1/edit?usp=sharing&ouid=105348136522419396577&rtpof=true&sd=true"
target="_blank">
My Resume
<Icon icon="article" size="1.2em" />
Expand Down

0 comments on commit 8bd0426

Please sign in to comment.