From ceb120ec0a551d76ea3f98ff73360e3de8a086e6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:06:32 +0200 Subject: [PATCH 1/3] Add Bluesky to footer --- src/components/footer.astro | 19 +++++++++++++------ src/content/pages/contacts.mdx | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 17d982879..9dc340506 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -64,23 +64,23 @@ const gitVersion = import.meta.env.GIT_VERSION;
- twitter.com/europython + fosstodon.org/@europython
- linkedin.com/company/europython + bsky.app/profile/europython.eu
- fosstodon.org/@europython + linkedin.com/company/europython
github.com/europython +
+ + twitter.com/europython +

version: {gitVersion} @ {buildTimestamp}

diff --git a/src/content/pages/contacts.mdx b/src/content/pages/contacts.mdx index 5fcbba93d..31d80df5d 100644 --- a/src/content/pages/contacts.mdx +++ b/src/content/pages/contacts.mdx @@ -30,7 +30,7 @@ Follow us on these channels: - [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython X Account](https://x.com/europython) -Please use the hashtag [#EuroPython](https://x.com/hashtag/EuroPython) +Please use the hashtag [#EuroPython](https://fosstodon.org/tags/EuroPython) when referring to the conference. ### Code of Conduct Report From 262b1236890e84b33503253c91606ae15e1f0b29 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:12:11 +0200 Subject: [PATCH 2/3] Move LinkedIn above Bluesky --- src/components/footer.astro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 9dc340506..100e5c056 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -71,16 +71,16 @@ const gitVersion = import.meta.env.GIT_VERSION;
- bsky.app/profile/europython.eu + linkedin.com/company/europython
- linkedin.com/company/europython + bsky.app/profile/europython.eu
Date: Tue, 18 Feb 2025 14:13:03 +0200 Subject: [PATCH 3/3] Remove hyperlink to make clear hashtag is platform independant --- src/content/pages/contacts.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/pages/contacts.mdx b/src/content/pages/contacts.mdx index 31d80df5d..20d0a53b3 100644 --- a/src/content/pages/contacts.mdx +++ b/src/content/pages/contacts.mdx @@ -30,8 +30,7 @@ Follow us on these channels: - [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython X Account](https://x.com/europython) -Please use the hashtag [#EuroPython](https://fosstodon.org/tags/EuroPython) -when referring to the conference. +Please use the hashtag #EuroPython when referring to the conference. ### Code of Conduct Report