From ba92749517b06a874a712d595a555b00ecab03ef Mon Sep 17 00:00:00 2001
From: LJ5O <75009579+LJ5O@users.noreply.github.com>
Date: Tue, 25 Mar 2025 00:45:22 +0100
Subject: [PATCH] Working on skills page
---
src/assets/localization/en/localization.json | 2 +-
src/components/home/feature.vue | 10 +++++++++-
src/components/home/featuresDisplay.vue | 2 +-
src/router/index.js | 6 ++++++
src/views/SkillsView.vue | 17 +++++++++++++++++
5 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 src/views/SkillsView.vue
diff --git a/src/assets/localization/en/localization.json b/src/assets/localization/en/localization.json
index ac1c3cf..1610a66 100644
--- a/src/assets/localization/en/localization.json
+++ b/src/assets/localization/en/localization.json
@@ -18,7 +18,7 @@
},
"skills":{
"title": "Knowledge and Skills",
- "desc": "As I have worked on various topics, I learned a lot about different technologies. As years and tasks are going by, I always strive to learn more and make a good use of my capacities.",
+ "desc": "As part of my projects, I have to master a lot of different fields, like website creation, data analysis, artificial intelligence, or software creation.",
"buttonText": "More about skills"
}
}
diff --git a/src/components/home/feature.vue b/src/components/home/feature.vue
index fdba0ea..cdf58a0 100644
--- a/src/components/home/feature.vue
+++ b/src/components/home/feature.vue
@@ -8,12 +8,16 @@