mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
astro
This commit is contained in:
15
website_astro/src/components/Donate.astro
Normal file
15
website_astro/src/components/Donate.astro
Normal 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>-->
|
||||||
@@ -4,7 +4,6 @@ import Map from '../components/Map.astro'
|
|||||||
import Logo from '../components/Logo.astro'
|
import Logo from '../components/Logo.astro'
|
||||||
|
|
||||||
import { Content as WhatIs } from '../content/index/whatis.md'
|
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'
|
import { Content as Rest } from '../content/index/rest.md'
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -12,22 +11,10 @@ import { Content as Rest } from '../content/index/rest.md'
|
|||||||
<Logo />
|
<Logo />
|
||||||
<WhatIs />
|
<WhatIs />
|
||||||
<Map />
|
<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 />
|
<Rest />
|
||||||
|
|
||||||
<!--<script src="https://unpkg.com/nouislider@15.7.1/dist/nouislider.min.js"></script>-->
|
<!--<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/components/prism-core.min.js"></script>-->
|
||||||
<!--<script src="https://unpkg.com/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>-->
|
<!--<script src="https://unpkg.com/prismjs@1.29.0/plugins/autoloader/prism-autoloader.min.js"></script>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user