diff --git a/package-lock.json b/package-lock.json index 857fc7e..bd15f76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "jquery": "^3.6.0", "popper.js": "^1.16.1", "vue": "^2.6.14", + "vue-meta": "^2.4.0", "vue-router": "^3.5.2", "vuex": "^3.6.2" }, @@ -16641,6 +16642,22 @@ "integrity": "sha1-M7QHd3VMZDJXPBIMw4CLvRDUfwQ=", "dev": true }, + "node_modules/vue-meta": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.4.0.tgz", + "integrity": "sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==", + "dependencies": { + "deepmerge": "^4.2.2" + } + }, + "node_modules/vue-meta/node_modules/deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/vue-router": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.2.tgz", @@ -31177,6 +31194,21 @@ } } }, + "vue-meta": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/vue-meta/-/vue-meta-2.4.0.tgz", + "integrity": "sha512-XEeZUmlVeODclAjCNpWDnjgw+t3WA6gdzs6ENoIAgwO1J1d5p1tezDhtteLUFwcaQaTtayRrsx7GL6oXp/m2Jw==", + "requires": { + "deepmerge": "^4.2.2" + }, + "dependencies": { + "deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==" + } + } + }, "vue-router": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.5.2.tgz", diff --git a/package.json b/package.json index aff5007..359db1a 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "jquery": "^3.6.0", "popper.js": "^1.16.1", "vue": "^2.6.14", + "vue-meta": "^2.4.0", "vue-router": "^3.5.2", "vuex": "^3.6.2" }, diff --git a/public/api/projects.json b/public/api/projects.json deleted file mode 100644 index 9c99599..0000000 --- a/public/api/projects.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "id": 1, - "title": "Test 1", - "category": "prywatne", - "author": "Kamil Niemczycki", - "image": "assets/img/projects/kamilcraft.jpg", - "release_data": "30 sierpnia 2021", - "version": "v1.0.0", - "short_description": "abcdefghijklmnoprestuwxyz" - }, - { - "id": 2, - "title": "Test 1", - "category": "wordpress", - "image": "assets/me.jpg", - "release_data": "30 sierpnia 2021", - "version": "v1.0.0", - "short_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit,\nsed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\nExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." - }, - { - "id": 3, - "title": "Test 1", - "category": "prywatne", - "image": "assets/me.jpg", - "release_data": "30 sierpnia 2021", - "version": "v1.0.0", - "short_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit,\nsed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\nExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." - }, - { - "id": 4, - "title": "Test 1", - "category": "zlecenia", - "image": "assets/me.jpg", - "release_data": "30 sierpnia 2021", - "version": "v1.0.0", - "short_description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit,\nsed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\nUt enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\nDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\nExcepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." - }, - { - "id": 5, - "title": "Test 1", - "category": "zlecenia", - "image": "assets/me.jpg", - "release_data": "30 sierpnia 2021", - "version": "v1.0.0", - "short_description": "abcdefghijklmnoprestuwxyz" - } -] diff --git a/src/components/sections/Experiences.vue b/src/components/sections/Experiences.vue index 75dadcd..c5f51fa 100644 --- a/src/components/sections/Experiences.vue +++ b/src/components/sections/Experiences.vue @@ -8,64 +8,19 @@ technologie, które wspomagają pisanie i rozwijanie oprogramowania.
{{ php.description }}
-{{ php.description.substr(0, 255) }}... { php.showMore = true }">Więcej
-{{ javascript.description }}
-{{ javascript.description.substr(0, 255) }}... { javascript.showMore = true }">Więcej
-{{ vue.description }}
-{{ vue.description.substr(0, 255) }}... { vue.showMore = true }">Więcej
-I have more than 10 years' experience building software for clients all over the world. Below is a quick overview of my main technical skill sets and technologies I use. Want to find out more about my experience? Check out my online resume and project portfolio.
-I have more than 10 years' experience building software for clients all over the world. Below is a quick overview of my main technical skill sets and technologies I use. Want to find out more about my experience? Check out my online resume and project portfolio.
-I have more than 10 years' experience building software for clients all over the world. Below is a quick overview of my main technical skill sets and technologies I use. Want to find out more about my experience? Check out my online resume and project portfolio.
+{{ skill.description }}
+{{ parseText(skill.description) }}... Więcej
Nazywam się Kamil Niemczycki, jestem absolwentem Państwowej Wyższej Szkoły Zawodowej im. Witelona w Legnicy.
-Studiowałem na kierunku Informatyka o specjalności Programowanie Aplikacji Mobilnych i Internetowych.
++ Nazywam się Kamil Niemczycki, jestem absolwentem Państwowej Wyższej Szkoły Zawodowej im. Witelona w Legnicy. + Studiowałem na kierunku Informatyka o specjalności Programowanie Aplikacji Mobilnych i + Internetowych. +