From 1fa40b67651a090c57c7757471d9ca29d7006083 Mon Sep 17 00:00:00 2001 From: rob salmond Date: Mon, 3 Feb 2025 20:34:25 -0500 Subject: [PATCH] add more socials (#16219) * add more socials * leverage mastodon profile ownership Co-authored-by: Craig Box * Update i18n/en.toml Co-authored-by: Craig Box --------- Co-authored-by: Craig Box --- i18n/en.toml | 9 +++++++++ layouts/partials/footer.html | 13 +++++++++++++ src/icons/bluesky.svg | 7 +++++++ src/icons/linkedin.svg | 6 ++++++ src/icons/mastodon.svg | 7 +++++++ 5 files changed, 42 insertions(+) create mode 100644 src/icons/bluesky.svg create mode 100644 src/icons/linkedin.svg create mode 100644 src/icons/mastodon.svg diff --git a/i18n/en.toml b/i18n/en.toml index cb93045cce..68b76eed71 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -7,6 +7,15 @@ other = "Join the Istio discussion board to participate in discussions and get h [twitter_desc] other = "Follow us on Twitter to get the latest news" +[bluesky_desc] +other = "Follow us on Bluesky to get the latest news" + +[mastodon_desc] +other = "Follow us on Mastodon to get the latest news" + +[linkedin_desc] +other = "Follow us on LinkedIn to get the latest news" + [stackoverflow_desc] other = "Stack Overflow is where you can ask questions and find curated answers on deploying, configuring, and using Istio" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2dd95c97ff..d330ba67c1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -19,9 +19,22 @@ {{ partial "icon.html" "stackoverflow" }} + + {{ partial "icon.html" "linkedin" }} + + {{ partial "icon.html" "twitter" }} + + + {{ partial "icon.html" "bluesky" }} + + + + {{ partial "icon.html" "mastodon" }} + + diff --git a/src/icons/bluesky.svg b/src/icons/bluesky.svg new file mode 100644 index 0000000000..415902e2f5 --- /dev/null +++ b/src/icons/bluesky.svg @@ -0,0 +1,7 @@ + + + diff --git a/src/icons/linkedin.svg b/src/icons/linkedin.svg new file mode 100644 index 0000000000..8bb4385c3d --- /dev/null +++ b/src/icons/linkedin.svg @@ -0,0 +1,6 @@ + + + diff --git a/src/icons/mastodon.svg b/src/icons/mastodon.svg new file mode 100644 index 0000000000..0c4a615d25 --- /dev/null +++ b/src/icons/mastodon.svg @@ -0,0 +1,7 @@ + + +