From 53e513a55b988e5167e582487a0e6289c257c862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Nicou=C3=A9?= Date: Thu, 2 Feb 2023 17:02:53 +0100 Subject: [PATCH] Edit global style and component structure --- app.vue | 3 +- assets/styles/_animations.scss | 31 ---- assets/styles/main.scss | 30 +++- components/AppError.vue | 124 +++++++++++--- components/ContactDecoration.vue | 52 +++--- components/ContactForm.vue | 124 ++++---------- components/ContactFormValidation.vue | 144 ++++++++++++++++ components/ContactForm_old.vue | 240 +++++++++++++++++++++++++++ components/ContactHeader.vue | 6 +- components/ContactSection.vue | 6 +- components/HeroArrowDown.vue | 52 ++++++ components/HeroSection.vue | 95 +++++++++++ components/HeroTitle.vue | 106 +++++++++--- error.vue | 2 +- pages/index.vue | 16 +- 15 files changed, 816 insertions(+), 215 deletions(-) create mode 100644 components/ContactFormValidation.vue create mode 100644 components/ContactForm_old.vue create mode 100644 components/HeroArrowDown.vue create mode 100644 components/HeroSection.vue diff --git a/app.vue b/app.vue index f201df1..7f4916e 100644 --- a/app.vue +++ b/app.vue @@ -26,10 +26,11 @@ diff --git a/components/ContactDecoration.vue b/components/ContactDecoration.vue index 7073c95..1d9cae8 100644 --- a/components/ContactDecoration.vue +++ b/components/ContactDecoration.vue @@ -18,39 +18,43 @@ diff --git a/components/ContactFormValidation.vue b/components/ContactFormValidation.vue new file mode 100644 index 0000000..316cf70 --- /dev/null +++ b/components/ContactFormValidation.vue @@ -0,0 +1,144 @@ + + + + + diff --git a/components/ContactForm_old.vue b/components/ContactForm_old.vue new file mode 100644 index 0000000..25fc700 --- /dev/null +++ b/components/ContactForm_old.vue @@ -0,0 +1,240 @@ + + + + + diff --git a/components/ContactHeader.vue b/components/ContactHeader.vue index 4a6992b..dfff641 100644 --- a/components/ContactHeader.vue +++ b/components/ContactHeader.vue @@ -37,7 +37,7 @@ diff --git a/components/HeroSection.vue b/components/HeroSection.vue new file mode 100644 index 0000000..30b3c9d --- /dev/null +++ b/components/HeroSection.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/components/HeroTitle.vue b/components/HeroTitle.vue index ee317f7..ba43b76 100644 --- a/components/HeroTitle.vue +++ b/components/HeroTitle.vue @@ -1,14 +1,35 @@