From 95f6dd06a892bc9e9c264ebf64019fc1fac4b61c Mon Sep 17 00:00:00 2001 From: Mosab Ibrahim Date: Tue, 5 May 2020 00:34:11 +0200 Subject: [PATCH] Redesigning some things at home page --- src/App.vue | 2 +- src/{views => components}/CodeSnippet.vue | 0 src/components/Master.vue | 83 +++++++++++-------- .../{ => UI}/Alert/NotificationPop.vue | 2 +- src/components/{ => UI}/Cards/Artical.vue | 2 +- src/components/{ => UI}/Cards/Product.vue | 2 +- .../{ => UI}/Cards/ProductWithEvaluation.vue | 2 +- src/components/{ => UI}/Cards/Testimonial.vue | 2 +- src/components/{ => UI}/Cards/UserDetails.vue | 2 +- src/components/{ => UI}/Forms/Login.vue | 2 +- src/components/{ => UI}/Forms/Subscribe.vue | 2 +- src/views/ViewComponent.vue | 4 +- 12 files changed, 60 insertions(+), 45 deletions(-) rename src/{views => components}/CodeSnippet.vue (100%) rename src/components/{ => UI}/Alert/NotificationPop.vue (96%) rename src/components/{ => UI}/Cards/Artical.vue (98%) rename src/components/{ => UI}/Cards/Product.vue (97%) rename src/components/{ => UI}/Cards/ProductWithEvaluation.vue (98%) rename src/components/{ => UI}/Cards/Testimonial.vue (97%) rename src/components/{ => UI}/Cards/UserDetails.vue (99%) rename src/components/{ => UI}/Forms/Login.vue (99%) rename src/components/{ => UI}/Forms/Subscribe.vue (97%) diff --git a/src/App.vue b/src/App.vue index 38095de..8b7e24b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@