diff --git a/website_astro/src/content/index/rest.md b/website_astro/src/content/index/rest.md
index cda1f96..8c1ed6f 100644
--- a/website_astro/src/content/index/rest.md
+++ b/website_astro/src/content/index/rest.md
@@ -1,12 +1,15 @@
-
## Is commercial usage allowed?
-Yes.
+Yes
-## Who is behind this project?
+## Who is behind this project and how can I follow it?
I'm Zsolt Ero ([X](https://x.com/hyperknot), [blog](https://blog.hyperknot.com/), [email](mailto:zsolt@openfreemap.org)). I built [MapHub](https://maphub.net/) and have been running map hosting in production for 8 years.
+X: [hyperknot](https://x.com/hyperknot) and [OpenFreeMapOrg](https://x.com/OpenFreeMapOrg)
+
+GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
+
## Why did you build this project?
OpenStreetMap is one of the most important collective projects in history. It began 20 years ago, and today, 3 million edits are made each day!
@@ -21,21 +24,15 @@ I'll share more about the reasons in a future [blog post](https://blog.hyperknot
## How can this work? How can a one-person project offer unlimited map hosting for free?
-There is no technical reason why map hosting costs as much as it does today. Vector tiles are just static files. OK, serving 300 million files is not easy, but at the end of the day, they are just files.
+There is no technical reason why map hosting costs as much as it does today. Vector tiles are just static files. It's true that serving hundreds of millions of files is not easy, but at the end of the day, they are just files.
Financially, the plan is to keep renting servers until they cover the bandwidth. I believe it can be self-sustainable if enough people subscribe to the support plans.
If this project helps you save on your map hosting costs, please consider subscribing to a support plan.
-## How can I follow this project?
-
-X: [hyperknot](https://x.com/hyperknot) and [OpenFreeMapOrg](https://x.com/OpenFreeMapOrg)
-
-GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles)
-
## What is the tech stack?
-There is no tile server running; only Btrfs partition images with 300 million hard-linked files. This was my idea; I haven't read about anyone else doing this in production, but it works really well. (You can read more about it on [GitHub](https://github.com/hyperknot/openfreemap).
+There is no tile server running; only Btrfs partition images with 300 million hard-linked files. This was my idea; I haven't read about anyone else doing this in production, but it works really well. (You can read more about it on [GitHub](https://github.com/hyperknot/openfreemap).)
There is no cloud, just dedicated servers. The HTTPS server is nginx on Ubuntu.
@@ -46,6 +43,7 @@ The [styles](https://github.com/hyperknot/openfreemap-styles) are forked and hea
## Domains
`tiles.openfreemap.org` - Cloudflare proxied
+
`direct.openfreemap.org` - direct connection, Round-Robin DNS
## Attribution
diff --git a/website_astro/src/pages/index.astro b/website_astro/src/pages/index.astro
index c5327c9..1b0e116 100644
--- a/website_astro/src/pages/index.astro
+++ b/website_astro/src/pages/index.astro
@@ -2,6 +2,7 @@
import Layout from '../layouts/Layout.astro'
import Map from '../components/Map.astro'
import Logo from '../components/Logo.astro'
+import Donate from '../components/Donate.astro'
import { Content as WhatIs } from '../content/index/whatis.md'
import { Content as Rest } from '../content/index/rest.md'
@@ -11,11 +12,11 @@ import { Content as Rest } from '../content/index/rest.md'
+
-