Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/SocialLinks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
};
---

Expand Down
6 changes: 4 additions & 2 deletions src/components/sections/subscribe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
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)" },
];
---
Expand Down
6 changes: 4 additions & 2 deletions src/content/pages/contacts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +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 Telegram](https://t.me/+dEi3nIHzGRw0YjQy)
- [EuroPython X Account](https://x.com/europython)

## EuroPython Helpdesk
Expand Down
3 changes: 2 additions & 1 deletion src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Loading