diff --git a/.env.deployment b/.env.deployment
new file mode 100644
index 0000000..e6529c9
--- /dev/null
+++ b/.env.deployment
@@ -0,0 +1,4 @@
+VITE_APP_NAME="Kamil Niemczycki CV"
+VITE_CV_URL="https://cv.kamilcraft.com"
+VITE_API_URL="https://api.kamilcraft.com"
+VITE_SOURCE_CODE="https://github.com/kamilniemczycki/kamilcraft-cv"
diff --git a/.env.example b/.env.example
index b438fe2..2fea494 100644
--- a/.env.example
+++ b/.env.example
@@ -1,2 +1,4 @@
VITE_APP_NAME="Kamil Niemczycki CV"
+VITE_CV_URL="http://localhost:5173"
VITE_API_URL="http://localhost"
+VITE_SOURCE_CODE="https://github.com/kamilniemczycki"
diff --git a/src/components/Body.vue b/src/components/Body.vue
index 3abcf9b..53e78b7 100644
--- a/src/components/Body.vue
+++ b/src/components/Body.vue
@@ -1,10 +1,10 @@
@@ -55,8 +58,8 @@ const qrCodeLink = computed(() => {
diff --git a/src/components/Education.vue b/src/components/Body/Education.vue
similarity index 100%
rename from src/components/Education.vue
rename to src/components/Body/Education.vue
diff --git a/src/components/MajorAchivments.vue b/src/components/Body/MajorAchivments.vue
similarity index 100%
rename from src/components/MajorAchivments.vue
rename to src/components/Body/MajorAchivments.vue
diff --git a/src/components/Header.vue b/src/components/Header.vue
index e714998..cb5e18a 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -1,8 +1,8 @@
+
+
+
+
diff --git a/src/components/Skills.vue b/src/components/Side/Skills.vue
similarity index 97%
rename from src/components/Skills.vue
rename to src/components/Side/Skills.vue
index 416f21a..bb2c000 100644
--- a/src/components/Skills.vue
+++ b/src/components/Side/Skills.vue
@@ -1,6 +1,6 @@
-
-
-
\ No newline at end of file
+export default links;
diff --git a/src/composables/Skills.js b/src/composables/Skills.js
index 3205d52..33b54be 100644
--- a/src/composables/Skills.js
+++ b/src/composables/Skills.js
@@ -52,6 +52,9 @@ const skills = [
const otherSkills = [
'Composer',
'GitHub',
+ 'VSC',
+ 'PhpStorm',
+ 'WebStorm',
'Node.js',
'NPM',
'Sqlite',
@@ -59,7 +62,8 @@ const otherSkills = [
'Docker',
'WSL',
'LXC/LXD',
- 'i więcej?',
+ 'REST',
+ 'i więcej...',
];
export {