Fix soft skills animation and add new skill
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 1m15s

This commit is contained in:
Marko Korhonen 2024-02-29 23:07:54 +02:00
parent 8e356fbc15
commit c0b9952a41
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 20 additions and 2 deletions

View file

@ -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"

View file

@ -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"