added bsky

This commit is contained in:
Zsolt Ero
2024-11-01 01:13:18 +01:00
parent bd7f5fa740
commit eed66dbaf1
4 changed files with 6 additions and 3 deletions

View File

@@ -11,4 +11,5 @@ const { title } = Astro.props
><img src="/github.svg" alt="github" height="28" /></a
>
<a href="https://x.com/hyperknot" target="_blank"><img src="/x.svg" alt="x" height="28" /></a>
<a href="https://bsky.app/profile/hyperknot.com" target="_blank"><img src="/bsky.svg" alt="bsky" height="28" /></a>
</div>

View File

@@ -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)

View File

@@ -92,7 +92,7 @@ hr {
.icons {
margin: 0 auto;
width: 80px;
width: 170px;
display: flex;
justify-content: space-between;
}