From 80ad1806fa0e4b9c288dfd4bf6c897cec448a694 Mon Sep 17 00:00:00 2001 From: hypha Date: Thu, 23 Apr 2026 21:48:52 +0100 Subject: [PATCH 1/7] add tiktok to contacts page --- src/content/pages/contacts.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/pages/contacts.mdx b/src/content/pages/contacts.mdx index 46d90e056..a123ba85c 100644 --- a/src/content/pages/contacts.mdx +++ b/src/content/pages/contacts.mdx @@ -22,6 +22,7 @@ Follow us on these channels: - [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython Instagram](https://instagram.com/europython/) - [EuroPython YouTube Channel](https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q) (conference videos) +- [EuroPython TikTok](https://www.tiktok.com/@europython) - [EuroPython X Account](https://x.com/europython) ## EuroPython Helpdesk From c894d8365e02345f908e103e0af8d0e978ff3e13 Mon Sep 17 00:00:00 2001 From: hypha Date: Thu, 23 Apr 2026 21:55:31 +0100 Subject: [PATCH 2/7] add tiktok to subscribe section --- src/components/sections/subscribe.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/subscribe.astro b/src/components/sections/subscribe.astro index c7829ab1c..1f049fa1d 100644 --- a/src/components/sections/subscribe.astro +++ b/src/components/sections/subscribe.astro @@ -7,6 +7,7 @@ const socialLinks = [ { href: "https://www.youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q", icon: "youtube", label: "YouTube" }, { href: "https://fosstodon.org/@europython", icon: "mastodon", label: "Mastodon" }, { href: "https://bsky.app/profile/europython.eu", icon: "bluesky", label: "Bluesky" }, + { href: "https://www.tiktok.com/@europython/", icon: "tiktok", label: "TikTok" }, { href: "https://x.com/europython", icon: "x", label: "X (formerly Twitter)" }, ]; --- From af3503853d2e0c5edf0e62241db6352c0cc80ef3 Mon Sep 17 00:00:00 2001 From: hypha Date: Thu, 23 Apr 2026 23:34:20 +0100 Subject: [PATCH 3/7] add tiktok to footer --- src/data/links.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/links.json b/src/data/links.json index 979f9c10b..a60ed2248 100644 --- a/src/data/links.json +++ b/src/data/links.json @@ -173,6 +173,7 @@ "bluesky": "https://bsky.app/profile/europython.eu", "twitter": "https://x.com/europython", "instagram": "https://www.instagram.com/europython/", - "youtube": "https://www.youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q" + "youtube": "https://www.youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q", + "tiktok": "https://www.tiktok.com/@europython" } } From 2703370a53951edd51a5a9efac861566bf27eb2d Mon Sep 17 00:00:00 2001 From: hypha Date: Thu, 23 Apr 2026 23:45:47 +0100 Subject: [PATCH 4/7] order social icons and align footer and subscribe icon order --- src/components/SocialLinks.astro | 8 ++++---- src/components/sections/subscribe.astro | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/SocialLinks.astro b/src/components/SocialLinks.astro index f4ff9c23a..18e088c38 100644 --- a/src/components/SocialLinks.astro +++ b/src/components/SocialLinks.astro @@ -11,14 +11,14 @@ const socialMap = { blog: { icon: "rss", label: "Blog", color: "" }, linkedin: { icon: "linkedin", label: "LinkedIn", color: "#0a66c2" }, github: { icon: "github", label: "GitHub", color: "#333333" }, + youtube: { icon: "youtube", label: "YouTube", color: "#ff0000" }, + discord: { icon: "discord", label: "Discord", color: "#5865f2" }, mastodon: { icon: "mastodon", label: "Mastodon", color: "#6364ff" }, bluesky: { icon: "bluesky", label: "Bluesky", color: "#0085ff" }, - twitter: { icon: "x-twitter", label: "Twitter", color: "#1da1f2" }, instagram: { icon: "instagram", label: "Instagram", color: "#e4405f" }, - discord: { icon: "discord", label: "Discord", color: "#5865f2" }, - facebook: { icon: "facebook", label: "Facebook", color: "#1877f2" }, - youtube: { icon: "youtube", label: "YouTube", color: "#ff0000" }, tiktok: { icon: "tiktok", label: "TikTok", color: "#000000" }, + facebook: { icon: "facebook", label: "Facebook", color: "#1877f2" }, + twitter: { icon: "x-twitter", label: "Twitter", color: "#1da1f2" }, }; --- diff --git a/src/components/sections/subscribe.astro b/src/components/sections/subscribe.astro index 1f049fa1d..be5d9a582 100644 --- a/src/components/sections/subscribe.astro +++ b/src/components/sections/subscribe.astro @@ -2,11 +2,12 @@ import Button from "@ui/Button.astro"; import Section from "@ui/Section.astro" const socialLinks = [ -{ href: "https://www.linkedin.com/company/europython/", icon: "linkedin", label: "LinkedIn" }, - { href: "https://www.instagram.com/europython/", icon: "instagram", label: "Instagram" }, + { href: "https://www.linkedin.com/company/europython/", icon: "linkedin", label: "LinkedIn" }, + { href: "https://github.com/europython", icon: "github", label: "GitHub" }, { href: "https://www.youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q", icon: "youtube", label: "YouTube" }, { href: "https://fosstodon.org/@europython", icon: "mastodon", label: "Mastodon" }, { href: "https://bsky.app/profile/europython.eu", icon: "bluesky", label: "Bluesky" }, + { href: "https://www.instagram.com/europython/", icon: "instagram", label: "Instagram" }, { href: "https://www.tiktok.com/@europython/", icon: "tiktok", label: "TikTok" }, { href: "https://x.com/europython", icon: "x", label: "X (formerly Twitter)" }, ]; From ba3460a512b90ccaec2c0fa6af77abfda66a21d3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:48:28 +0000 Subject: [PATCH 5/7] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/contacts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/contacts.mdx b/src/content/pages/contacts.mdx index a123ba85c..e169bc508 100644 --- a/src/content/pages/contacts.mdx +++ b/src/content/pages/contacts.mdx @@ -22,7 +22,7 @@ Follow us on these channels: - [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython Instagram](https://instagram.com/europython/) - [EuroPython YouTube Channel](https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q) (conference videos) -- [EuroPython TikTok](https://www.tiktok.com/@europython) +- [EuroPython TikTok](https://www.tiktok.com/@europython) - [EuroPython X Account](https://x.com/europython) ## EuroPython Helpdesk From e679c04fe156e68f8453ce11ceb0f0593b930384 Mon Sep 17 00:00:00 2001 From: hypha Date: Thu, 23 Apr 2026 23:54:34 +0100 Subject: [PATCH 6/7] align contacts channels & order with the ones in footer and subscribe section --- src/content/pages/contacts.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/content/pages/contacts.mdx b/src/content/pages/contacts.mdx index e169bc508..0fd4c6f31 100644 --- a/src/content/pages/contacts.mdx +++ b/src/content/pages/contacts.mdx @@ -17,12 +17,13 @@ project/event to suggest for our newsletter. Follow us on these channels: - [EuroPython LinkedIn](https://www.linkedin.com/company/europython) +- [EuroPython Website](https://github.com/EuroPython/website) +- [EuroPython YouTube Channel](https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q) (conference videos) - [EuroPython Mastodon](https://fosstodon.org/@europython) - [EuroPython Bluesky](https://bsky.app/profile/europython.eu) -- [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython Instagram](https://instagram.com/europython/) -- [EuroPython YouTube Channel](https://youtube.com/channel/UC98CzaYuFNAA_gOINFB0e4Q) (conference videos) -- [EuroPython TikTok](https://www.tiktok.com/@europython) +- [EuroPython TikTok](https://www.tiktok.com/@europython) +- [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython X Account](https://x.com/europython) ## EuroPython Helpdesk From 386a87019a6d1908b437aee7f7d9ed3cb358ca22 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:59:23 +0000 Subject: [PATCH 7/7] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/pages/contacts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/pages/contacts.mdx b/src/content/pages/contacts.mdx index 0fd4c6f31..b97083299 100644 --- a/src/content/pages/contacts.mdx +++ b/src/content/pages/contacts.mdx @@ -22,7 +22,7 @@ Follow us on these channels: - [EuroPython Mastodon](https://fosstodon.org/@europython) - [EuroPython Bluesky](https://bsky.app/profile/europython.eu) - [EuroPython Instagram](https://instagram.com/europython/) -- [EuroPython TikTok](https://www.tiktok.com/@europython) +- [EuroPython TikTok](https://www.tiktok.com/@europython) - [EuroPython Telegram](https://t.me/+dEi3nIHzGRw0YjQy) - [EuroPython X Account](https://x.com/europython)