From 87410dcbbd7066203c100f2cd8347cb14735f50f Mon Sep 17 00:00:00 2001 From: DanZalov Date: Mon, 11 Mar 2024 05:16:10 +0400 Subject: [PATCH] home updated --- src/assets/pinia.svg | 1 + src/components/icons/PiniaPicture.vue | 105 ++++++++++++++++++++++++++ src/components/icons/VuePicture.vue | 12 +++ src/views/HomeView.vue | 40 ++++++++++ 4 files changed, 158 insertions(+) create mode 100644 src/assets/pinia.svg create mode 100644 src/components/icons/PiniaPicture.vue create mode 100644 src/components/icons/VuePicture.vue diff --git a/src/assets/pinia.svg b/src/assets/pinia.svg new file mode 100644 index 0000000..d96f052 --- /dev/null +++ b/src/assets/pinia.svg @@ -0,0 +1 @@ +Pinia \ No newline at end of file diff --git a/src/components/icons/PiniaPicture.vue b/src/components/icons/PiniaPicture.vue new file mode 100644 index 0000000..675c8aa --- /dev/null +++ b/src/components/icons/PiniaPicture.vue @@ -0,0 +1,105 @@ + diff --git a/src/components/icons/VuePicture.vue b/src/components/icons/VuePicture.vue new file mode 100644 index 0000000..dcae654 --- /dev/null +++ b/src/components/icons/VuePicture.vue @@ -0,0 +1,12 @@ + diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ff22a20..0b47ada 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,3 +1,43 @@ + + + +