From c8000b55cdaa452010a5715dbc2062cf262e46e5 Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Sun, 30 Jul 2023 23:22:36 +0200 Subject: [PATCH] - update pages --- index.html | 2 +- src/App.vue | 11 ++++- src/components/Body.vue | 6 +-- src/components/Header.vue | 18 +++++++- src/router.js | 15 +++++-- src/style.css | 1 - src/views/Home.vue | 79 +---------------------------------- src/views/NotFound.vue | 14 +++++++ src/views/Show.vue | 87 +++++++++++++++++++++++++++++++++++++++ 9 files changed, 144 insertions(+), 89 deletions(-) create mode 100644 src/views/NotFound.vue create mode 100644 src/views/Show.vue diff --git a/index.html b/index.html index e00107b..2d99b06 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Kamil Niemczycki CV - +
diff --git a/src/App.vue b/src/App.vue index 019d790..f3be424 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,11 @@ @@ -50,7 +64,7 @@ defineProps({