From 811ffee2c8991a527d8e9ddd6fe0a536bc44ddae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:00:14 -0500 Subject: [PATCH] feat: add sponsor button for Anthony --- playground/src/components/SponsorButton.astro | 5 +++++ playground/src/content/pages/projects.mdx | 14 +++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/playground/src/components/SponsorButton.astro b/playground/src/components/SponsorButton.astro index 5c36f42..40cda69 100644 --- a/playground/src/components/SponsorButton.astro +++ b/playground/src/components/SponsorButton.astro @@ -5,4 +5,9 @@ Sponsor to support Adrián + + + + Sponsor to support Anthony +
diff --git a/playground/src/content/pages/projects.mdx b/playground/src/content/pages/projects.mdx index 1778be8..beda841 100644 --- a/playground/src/content/pages/projects.mdx +++ b/playground/src/content/pages/projects.mdx @@ -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' --- @@ -41,6 +41,10 @@ import SponsorButton from '../../components/SponsorButton.astro'