From 26f774ad4cb2e2fd2a074023a000ec20c51061d0 Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Tue, 25 Mar 2025 17:44:36 +0100 Subject: [PATCH] New list component No great name ideas came for this one --- src/components/skills/factList.vue | 76 ++++++++++++++++++++++++++++++ src/views/SkillsView.vue | 26 +++++++++- 2 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 src/components/skills/factList.vue diff --git a/src/components/skills/factList.vue b/src/components/skills/factList.vue new file mode 100644 index 0000000..2a433fb --- /dev/null +++ b/src/components/skills/factList.vue @@ -0,0 +1,76 @@ + + + + + \ No newline at end of file diff --git a/src/views/SkillsView.vue b/src/views/SkillsView.vue index 9befd75..3e57cdc 100644 --- a/src/views/SkillsView.vue +++ b/src/views/SkillsView.vue @@ -2,16 +2,38 @@

Skills

- 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.

+ 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. +

+ + \ No newline at end of file