This commit is contained in:
Zsolt Ero
2024-09-24 17:42:26 +02:00
parent 7116245c9d
commit eb7c2fb752
4 changed files with 6 additions and 15 deletions

View File

@@ -3,10 +3,8 @@ const { title } = Astro.props
import { Content as Sponsor } from '../content/donate/sponsor.md' import { Content as Sponsor } from '../content/donate/sponsor.md'
import { Content as Pro } from '../content/donate/pro.md' import { Content as Pro } from '../content/donate/pro.md'
--- ---
<Sponsor />
<Sponsor/>
<a class="quick-start-button pink" href="https://github.com/sponsors/hyperknot">Sponsor</a> <a class="quick-start-button pink" href="https://github.com/sponsors/hyperknot">Sponsor</a>
<Pro/> <Pro />

View File

@@ -1,4 +1,3 @@
## Do you offer support and SLA guarantees? ## 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:zsolt@openfreemap.org). 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:zsolt@openfreemap.org).

View File

@@ -8,7 +8,3 @@ X: [@hyperknot](https://x.com/hyperknot) (for details) \
X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements) X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements)
GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles) GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)

View File

@@ -127,11 +127,9 @@ hr {
&.pink { &.pink {
background: linear-gradient(32deg, #0070a2, transparent) #ed36a7; background: linear-gradient(32deg, #0070a2, transparent) #ed36a7;
&:hover, &:hover,
&:focus { &:focus {
background-color: #dea31d; background-color: #dea31d;
} }
} }
} }