diff --git a/website/public/bsky.svg b/website/public/bsky.svg new file mode 100644 index 0000000..2d518a6 --- /dev/null +++ b/website/public/bsky.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/website/src/components/Logo.astro b/website/src/components/Logo.astro index 03a9986..a837167 100644 --- a/website/src/components/Logo.astro +++ b/website/src/components/Logo.astro @@ -11,4 +11,5 @@ const { title } = Astro.props >github x + bsky diff --git a/website/src/content/index/before_donate.md b/website/src/content/index/before_donate.md index 98fe7ce..502af15 100644 --- a/website/src/content/index/before_donate.md +++ b/website/src/content/index/before_donate.md @@ -4,8 +4,9 @@ I'm Zsolt Ero ([blog](https://blog.hyperknot.com/), [email](mailto:zsolt@openfre After 9 years of running my own map tile infrastructure for [MapHub](https://maphub.net/), I've open-sourced it and launched OpenFreeMap. -X: [@hyperknot](https://x.com/hyperknot) (for details) \ -X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (for announcements) +X: [@hyperknot](https://x.com/hyperknot) (details) \ +X: [@OpenFreeMapOrg](https://x.com/OpenFreeMapOrg) (announcements) \ +bsky: [@hyperknot.com](https://bsky.app/profile/hyperknot.com) GitHub: [openfreemap](https://github.com/hyperknot/openfreemap) and [openfreemap-styles](https://github.com/hyperknot/openfreemap-styles) diff --git a/website/src/styles/global.css b/website/src/styles/global.css index 2417f4d..6a7d3f0 100644 --- a/website/src/styles/global.css +++ b/website/src/styles/global.css @@ -92,7 +92,7 @@ hr { .icons { margin: 0 auto; - width: 80px; + width: 170px; display: flex; justify-content: space-between; }