From c0b9952a411241d1437ccc03a72f4d45a6842edd Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 29 Feb 2024 23:07:54 +0200 Subject: [PATCH] Fix soft skills animation and add new skill --- data/en/sections/about.toml | 11 ++++++++++- data/fi/sections/about.toml | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index 1e546cf..a4a28bc 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -50,16 +50,25 @@ icon = "fab fa-whatsapp" url = "https://wa.me/+358407658800" [[softSkills]] +type = "soft-skill-indicator" name = "Teamwork" -percentage = 90 +percentage = 85 color = "blue" [[softSkills]] +type = "soft-skill-indicator" name = "Communication" percentage = 95 color = "green" [[softSkills]] +type = "soft-skill-indicator" name = "Leadership" percentage = 80 color = "orange" + +[[softSkills]] +type = "soft-skill-indicator" +name = "Planning" +percentage = 97 +color = "pink" diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index c27ad13..339e787 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -50,16 +50,25 @@ icon = "fab fa-whatsapp" url = "https://wa.me/+358407658800" [[softSkills]] +type = "soft-skill-indicator" name = "Tiimityƶ" -percentage = 90 +percentage = 85 color = "blue" [[softSkills]] +type = "soft-skill-indicator" name = "Kommunikaatio" percentage = 95 color = "green" [[softSkills]] +type = "soft-skill-indicator" name = "Johtamistaidot" percentage = 80 color = "orange" + +[[softSkills]] +type = "soft-skill-indicator" +name = "Suunnittelu" +percentage = 97 +color = "pink"