+ {{ description }} +
+diff --git a/package-lock.json b/package-lock.json
index 99c4c5f..857fc7e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,6 +10,7 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
+ "@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"bootstrap": "^5.0.2",
@@ -1661,6 +1662,18 @@
"node": ">=6"
}
},
+ "node_modules/@fortawesome/free-regular-svg-icons": {
+ "version": "5.15.4",
+ "resolved": "https://registry.npmjs.org/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-5.15.4.tgz",
+ "integrity": "sha512-9VNNnU3CXHy9XednJ3wzQp6SwNwT3XaM26oS4Rp391GsxVYA+0oDR2J194YCIWf7jNRCYKjUCOduxdceLrx+xw==",
+ "hasInstallScript": true,
+ "dependencies": {
+ "@fortawesome/fontawesome-common-types": "^0.2.36"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/@fortawesome/free-solid-svg-icons": {
"version": "5.15.4",
"resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.15.4.tgz",
@@ -19045,6 +19058,14 @@
"@fortawesome/fontawesome-common-types": "^0.2.36"
}
},
+ "@fortawesome/free-regular-svg-icons": {
+ "version": "5.15.4",
+ "resolved": "https://registry.npmjs.org/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-5.15.4.tgz",
+ "integrity": "sha512-9VNNnU3CXHy9XednJ3wzQp6SwNwT3XaM26oS4Rp391GsxVYA+0oDR2J194YCIWf7jNRCYKjUCOduxdceLrx+xw==",
+ "requires": {
+ "@fortawesome/fontawesome-common-types": "^0.2.36"
+ }
+ },
"@fortawesome/free-solid-svg-icons": {
"version": "5.15.4",
"resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.15.4.tgz",
diff --git a/package.json b/package.json
index 3eca575..aff5007 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
+ "@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.2",
"bootstrap": "^5.0.2",
diff --git a/public/api/projects.json b/public/api/projects.json
new file mode 100644
index 0000000..9c99599
--- /dev/null
+++ b/public/api/projects.json
@@ -0,0 +1,48 @@
+[
+ {
+ "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/public/assets/img/projects/kamilcraft.jpg b/public/assets/img/projects/kamilcraft.jpg
new file mode 100644
index 0000000..9d06118
Binary files /dev/null and b/public/assets/img/projects/kamilcraft.jpg differ
diff --git a/src/components/SelectedProjects.vue b/src/components/SelectedProjects.vue
index 98e889a..6e7d1e2 100644
--- a/src/components/SelectedProjects.vue
+++ b/src/components/SelectedProjects.vue
@@ -17,6 +17,7 @@
+ {{ description }}
+ {{ project.title }}
+
+
+
+