Skip to content

Commit

Permalink
feat: add sponsor button for Anthony
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 8, 2024
1 parent 1fb6d0f commit 811ffee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions playground/src/components/SponsorButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<span i-ph-heart-duotone group-hover="i-ph-heart-fill text-rose" transition-all duration-200 ease-out></span>
Sponsor to support Adrián
</a>
<a href="https://github.com/sponsors/antfu" target="_blank" class="group btn-yellow inline-block">
<span i-ph-lightning-duotone group-hover="i-ph-lightning-fill text-yellow" transition-all duration-200 ease-out>
</span>
Sponsor to support Anthony
</a>
</p>
14 changes: 9 additions & 5 deletions playground/src/content/pages/projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ layoutFullWidth: true
projects:
Current Focus:
- name: 'Project Alpha'
link: 'https://github.com/adrian-ub'
link: 'https://github.com/adrian-ub/astro-vitesse'
desc: 'An innovative solution for modern problems.'
- name: 'Beta Builder'
link: 'https://github.com/adrian-ub'
link: 'https://github.com/adrian-ub/astro-vitesse'
desc: 'A tool to build and manage beta versions of software.'
icon: 'i-carbon-unknown'
- name: 'Gamma Gateway'
link: 'https://github.com/adrian-ub'
link: 'https://github.com/adrian-ub/astro-vitesse'
desc: 'A secure gateway for data transmission.'

Past Projects:
- name: 'Delta Dashboard'
link: 'https://github.com/adrian-ub'
link: 'https://github.com/adrian-ub/astro-vitesse'
desc: 'A comprehensive dashboard for monitoring metrics.'
icon: 'i-simple-icons-astro'
- name: 'Epsilon Engine'
link: 'https://github.com/adrian-ub'
link: 'https://github.com/adrian-ub/astro-vitesse'
desc: 'A powerful engine for processing large datasets.'
icon: 'i-simple-icons-astro'
---
Expand All @@ -41,6 +41,10 @@ import SponsorButton from '../../components/SponsorButton.astro'

<hr/>

<div class="flex flex-col items-center">

<SponsorButton />

</div>

</div>

0 comments on commit 811ffee

Please sign in to comment.