diff --git a/website_astro/src/components/Donate.astro b/website_astro/src/components/Donate.astro new file mode 100644 index 0000000..5c931d2 --- /dev/null +++ b/website_astro/src/components/Donate.astro @@ -0,0 +1,15 @@ +--- +import { Content as Pricing } from '../content/pricing.md' +--- + +

How can I donate or support this project?

+

+ If this project helps you save on your map hosting costs, please subscribe to one of our support + plans here: +

+ +
+ + + + diff --git a/website_astro/src/content/index/pricing.md b/website_astro/src/content/pricing.md similarity index 100% rename from website_astro/src/content/index/pricing.md rename to website_astro/src/content/pricing.md diff --git a/website_astro/src/pages/index.astro b/website_astro/src/pages/index.astro index 77c9daa..c5327c9 100644 --- a/website_astro/src/pages/index.astro +++ b/website_astro/src/pages/index.astro @@ -4,7 +4,6 @@ import Map from '../components/Map.astro' import Logo from '../components/Logo.astro' import { Content as WhatIs } from '../content/index/whatis.md' -import { Content as Pricing } from '../content/index/pricing.md' import { Content as Rest } from '../content/index/rest.md' --- @@ -12,22 +11,10 @@ import { Content as Rest } from '../content/index/rest.md' - -
- -

How can I donate or support this project?

-

- If this project helps you save on your map hosting costs, please subscribe to one of our support - plans here: -

-
- - -