From 326c517e296d50edf392b5ab630d8e4b2ec433dd Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 12 Jun 2024 16:40:23 +0200 Subject: [PATCH] astro --- website_astro/src/components/Donate.astro | 15 +++++++++++++++ website_astro/src/content/{index => }/pricing.md | 0 website_astro/src/pages/index.astro | 13 ------------- 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 website_astro/src/components/Donate.astro rename website_astro/src/content/{index => }/pricing.md (100%) 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: -

-
- - -