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

1
website/public/bsky.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="568" height="501"><path fill="#000" d="M123 34c65 49 135 148 161 201 26-53 96-152 161-201 47-36 123-63 123 24 0 17-10 146-16 167-20 72-94 90-160 79 115 20 144 85 81 149-120 123-172-31-185-70-3-7-4-11-4-8 0-3-1 1-4 8-13 39-65 193-185 70-63-64-34-129 81-149-66 11-140-7-160-79C10 204 0 75 0 58 0-29 76-2 123 34Z"/></svg>

After

Width:  |  Height:  |  Size: 365 B

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;
}