Skip to content

Commit

Permalink
feat: 📦 Add CV link
Browse files Browse the repository at this point in the history
  • Loading branch information
odracirdev committed Aug 12, 2024
1 parent df72d1a commit 3155413
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions src/pages/_Sections/Contact/Contact.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { Aurora, Button, ButtonDownloadCv } from '@components';
import { Aurora, Button, IconCatalog } from '@components';
import { t } from 'i18n:astro';
---

Expand All @@ -14,7 +14,16 @@ import { t } from 'i18n:astro';
<Button tag="anchor" href="https://calendly.com/rangelana1221/30min"
>{t('contact_button')}</Button
>
<ButtonDownloadCv id="btn-contact-download" />
<Button
invert
tag="anchor"
href="https://drive.google.com/drive/u/0/folders/1vFrPWKHdKbi8AW8kAzEXHg7cGeCUWcfs"
isFullWidth
id="btn-hero-download"
afterIcon={IconCatalog.arrowDownTray}
>
{t('hero_download_cv')}
</Button>
</div>
</div>
</section>
Expand Down
13 changes: 11 additions & 2 deletions src/pages/_Sections/Hero/Hero.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import { Button, ButtonDownloadCv } from '@components';
import { Button, IconCatalog } from '@components';
import { t } from 'i18n:astro';
---

Expand All @@ -18,7 +18,16 @@ import { t } from 'i18n:astro';
<Button tag="anchor" href="https://calendly.com/rangelana1221/30min" isFullWidth>
{t('contact_button')}
</Button>
<ButtonDownloadCv id="btn-hero-download" />
<Button
invert
tag="anchor"
href="https://drive.google.com/drive/u/0/folders/1vFrPWKHdKbi8AW8kAzEXHg7cGeCUWcfs"
isFullWidth
id="btn-hero-download"
afterIcon={IconCatalog.arrowDownTray}
>
{t('hero_download_cv')}
</Button>
</div>
</div>
</div>
Expand Down

0 comments on commit 3155413

Please sign in to comment.