This commit is contained in:
Zsolt Ero
2024-06-12 16:40:23 +02:00
parent 2cad287c09
commit 326c517e29
3 changed files with 15 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
---
import { Content as Pricing } from '../content/pricing.md'
---
<h2>How can I donate or support this project?</h2>
<p>
If this project helps you save on your map hosting costs, please subscribe to one of our support
plans here:
</p>
<div id="support-plans-slider"></div>
<Pricing />
<!--<script src="support_plans.js"></script>-->

View File

@@ -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'
<Logo />
<WhatIs />
<Map />
<div id="pricing"></div>
<h2>How can I donate or support this project?</h2>
<p>
If this project helps you save on your map hosting costs, please subscribe to one of our support
plans here:
</p>
<div id="support-plans-slider"></div>
<Pricing />
<Rest />
<!--<script src="https://unpkg.com/nouislider@15.7.1/dist/nouislider.min.js"></script>-->
<!--<script src="support_plans.js"></script>-->
<!--<script src="https://unpkg.com/prismjs@1.29.0/components/prism-core.min.js"></script>-->
<!--<script src="https://unpkg.com/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>-->