From 75b5ef283502647bf955ddb10fbbffec35da1d96 Mon Sep 17 00:00:00 2001 From: Marios Antonoudiou Date: Mon, 4 Mar 2024 12:20:25 +0200 Subject: [PATCH] chore: refactor --- components/{ => home}/been-working-with.vue | 0 components/{ => home}/connect.vue | 0 components/{ => home}/introduction.vue | 0 components/{ => home}/personal-projects.vue | 2 +- components/{ => home}/recent-posts.vue | 0 components/services.vue | 55 +++++++++++++++++++++ pages/index.vue | 10 ++-- 7 files changed, 61 insertions(+), 6 deletions(-) rename components/{ => home}/been-working-with.vue (100%) rename components/{ => home}/connect.vue (100%) rename components/{ => home}/introduction.vue (100%) rename components/{ => home}/personal-projects.vue (97%) rename components/{ => home}/recent-posts.vue (100%) create mode 100644 components/services.vue diff --git a/components/been-working-with.vue b/components/home/been-working-with.vue similarity index 100% rename from components/been-working-with.vue rename to components/home/been-working-with.vue diff --git a/components/connect.vue b/components/home/connect.vue similarity index 100% rename from components/connect.vue rename to components/home/connect.vue diff --git a/components/introduction.vue b/components/home/introduction.vue similarity index 100% rename from components/introduction.vue rename to components/home/introduction.vue diff --git a/components/personal-projects.vue b/components/home/personal-projects.vue similarity index 97% rename from components/personal-projects.vue rename to components/home/personal-projects.vue index 51ceae1..608efe8 100644 --- a/components/personal-projects.vue +++ b/components/home/personal-projects.vue @@ -53,7 +53,7 @@