diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..9684fdb0 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: [WhyAsh5114] +buymeacoffee: [WhyAsh5114] diff --git a/src/routes/(components)/layout/NavLinks.svelte b/src/routes/(components)/layout/NavLinks.svelte index 5943d26e..f64ce3d1 100644 --- a/src/routes/(components)/layout/NavLinks.svelte +++ b/src/routes/(components)/layout/NavLinks.svelte @@ -6,7 +6,8 @@ { text: 'Workouts', href: '/workouts' }, { text: 'Mesocycles', href: '/mesocycles' }, { text: 'Exercise splits', href: '/exercise-splits' }, - { text: 'Privacy policy', href: '/privacy-policy' } + { text: 'Privacy policy', href: '/privacy-policy' }, + { text: 'Donations', href: '/donations' } ]; diff --git a/src/routes/donations/+page.server.ts b/src/routes/donations/+page.server.ts new file mode 100644 index 00000000..189f71e2 --- /dev/null +++ b/src/routes/donations/+page.server.ts @@ -0,0 +1 @@ +export const prerender = true; diff --git a/src/routes/donations/+page.svelte b/src/routes/donations/+page.svelte new file mode 100644 index 00000000..cdc0c3e9 --- /dev/null +++ b/src/routes/donations/+page.svelte @@ -0,0 +1,43 @@ +
+

Donations

+ +
+ GitHub Sponsors + Buy Me A Coffee + + + buy me a coffee link + +
+ +

How MyFit started

+

+ I'm just a college student who started MyFit as a fun side project. I never thought I'd actually get users 😅. My + original intention was just to have an app for personal use and as a resume project to help me get a software + engineering job. Over time, this project grew and gained a handful of users, which made me unreasonably happy. +

+ +

Why you shouldn't donate

+

+ Please don't feel obliged to donate. I know how it feels to not have, or not feel like spending, over $20 for a + simple workout tracking app. To be honest, I don't think I'll even need donations soon, as the free tiers offered by + my hosting providers are really generous and the user base is still small. You simply using the app, logging + workouts, giving feedback, or perhaps starring this repository on GitHub is more than enough for me 😊. +

+ +

Why you should donate

+

+ If you've used the app for quite some time, you genuinely enjoyed it, and feel like I deserve a free diet coke! + You'll get some extra benefits such as: issue prioritization and early access to features. +

+ +

How donations will be used

+

+ The primary way donations to MyFit will be used is for hosting the project (Vercel) and its database (CockroachDB). + If any are left over, it'll simply motivate me to work on this project further and improve it in every way possible. +

+