From a0a97522b40e1e693ccdb3b1ac55f2644ce61af0 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 25 Oct 2023 16:54:44 +0300 Subject: [PATCH] Reorder social links, add phone and email --- data/en/sections/about.toml | 16 +++++++++++++--- data/fi/sections/about.toml | 16 +++++++++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index 3ebfcd3..cc88784 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -15,9 +15,14 @@ name = "Rossum Oy" url = "https://rossum.fi" [[socialLinks]] -name = "Fediverse" -icon = "fab fa-mastodon" -url = "https://social.korhonen.cc/@marko" +name = "Email" +icon = "fab fa-envelope" +url = "tel:+358407658800" + +[[socialLinks]] +name = "Phone" +icon = "fab fa-phone" +url = "mailto:marko@korhonen.cc" [[socialLinks]] name = "GitHub" @@ -29,6 +34,11 @@ name = "LinkedIn" icon = "fab fa-linkedin" url = "https://www.linkedin.com/in/functionalhacker" +[[socialLinks]] +name = "Fediverse" +icon = "fab fa-mastodon" +url = "https://social.korhonen.cc/@marko" + [[socialLinks]] name = "Telegram" icon = "fab fa-telegram" diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index e42cd63..88c6b6e 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -15,9 +15,14 @@ name = "Rossum Oy" url = "https://rossum.fi" [[socialLinks]] -name = "Fediverse" -icon = "fab fa-mastodon" -url = "https://social.korhonen.cc/@marko" +name = "Sähköposti" +icon = "fab fa-envelope" +url = "tel:+358407658800" + +[[socialLinks]] +name = "Puhelin" +icon = "fab fa-phone" +url = "mailto:marko@korhonen.cc" [[socialLinks]] name = "GitHub" @@ -29,6 +34,11 @@ name = "LinkedIn" icon = "fab fa-linkedin" url = "https://www.linkedin.com/in/functionalhacker" +[[socialLinks]] +name = "Fediverse" +icon = "fab fa-mastodon" +url = "https://social.korhonen.cc/@marko" + [[socialLinks]] name = "Telegram" icon = "fab fa-telegram"