-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
49 additions
and
260 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
--- | ||
import { Content as DonateText } from '../content/index/donate.md' | ||
--- | ||
const { title } = Astro.props | ||
<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. Alternatively, sponsor us on <a href="https://github.com/sponsors/hyperknot" | ||
>GitHub Sponsors</a | ||
>. | ||
</p> | ||
import { Content as Sponsor } from '../content/donate/sponsor.md' | ||
import { Content as Pro } from '../content/donate/pro.md' | ||
<div id="support-plans-slider"></div> | ||
--- | ||
|
||
<DonateText /> | ||
|
||
<script is:inline src="https://unpkg.com/[email protected]/dist/nouislider.min.js"></script> | ||
<script is:inline src="/scripts/donate.js"></script> | ||
<Sponsor/> | ||
<a class="quick-start-button pink" href="https://github.com/sponsors/hyperknot">Sponsor</a> | ||
<Pro/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Do you offer support and SLA guarantees? | ||
|
||
I'm considering launching paid support plans - where I personally help you migrate to OpenFreeMap - and maybe a Pro plan with SLA guarantees. If you're interested, please write me an [email](mailto:[email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## How can I sponsor the project? | ||
|
||
If this project helps you save on your map hosting costs, please consider sponsoring me on [GitHub Sponsors](https://github.com/sponsors/hyperknot). | ||
|
||
If possible, please choose a monthly donation, even if it's a smaller amount. The nature of this project needs recurring donations to cover the server costs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ import '../styles/_style.css' | |
<!-- <meta property="og:image" content="" />--> | ||
|
||
<link href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/[email protected]/dist/nouislider.min.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
@import 'global.css'; | ||
/* */ | ||
@import 'map.css'; | ||
@import 'donate.css'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters