diff --git a/src/components/SelectedProjects.vue b/src/components/SelectedProjects.vue new file mode 100644 index 0000000..90bd1d9 --- /dev/null +++ b/src/components/SelectedProjects.vue @@ -0,0 +1,191 @@ + + + + + + + + {{ project.title }} + {{ project.version }} - {{ project.release_data }} + + {{ project.short_description }} + + + + O projekcie + + + + + + + + + diff --git a/src/components/sections/Experiences.vue b/src/components/sections/Experiences.vue index 7695931..6dcb7b6 100644 --- a/src/components/sections/Experiences.vue +++ b/src/components/sections/Experiences.vue @@ -88,7 +88,7 @@ export default { margin-top: 35px; .skill-group { - background-color: rgba(0, 0, 0, .02); + background-color: #fafafa; padding: 15px; border-radius: 5px; diff --git a/src/components/sections/FavoriteProjects.vue b/src/components/sections/FavoriteProjects.vue new file mode 100644 index 0000000..9f4be8f --- /dev/null +++ b/src/components/sections/FavoriteProjects.vue @@ -0,0 +1,66 @@ + + + + + Wybrane projekty + Poniżej przedstawiam Państwu, wybraną przeze mnie, listę projektów. + + + + + + + + diff --git a/src/views/Home.vue b/src/views/Home.vue index 5d7bad5..cf6bcdc 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -2,6 +2,7 @@ + @@ -12,9 +13,16 @@ diff --git a/src/views/Projects.vue b/src/views/Projects.vue index 3557661..a32962b 100644 --- a/src/views/Projects.vue +++ b/src/views/Projects.vue @@ -1,161 +1,13 @@ - - - - - - {{ project.title }} - {{ project.version }} - {{ project.release_data }} - - {{ project.short_description }} - - - - O projekcie - - - - +
{{ project.short_description }}
Poniżej przedstawiam Państwu, wybraną przeze mnie, listę projektów.