From 38ab5d6d86da9c34310ef454d149e428868405b4 Mon Sep 17 00:00:00 2001 From: Kagameow Date: Mon, 8 Jul 2024 15:50:41 +0200 Subject: [PATCH] contact us section --- src/assets/cross.svg | 4 + src/layout/AppFooter.vue | 108 +++++++++++++++++++++++++-- src/layout/assets/footer-full-bg.svg | 9 +++ 3 files changed, 114 insertions(+), 7 deletions(-) create mode 100644 src/assets/cross.svg create mode 100644 src/layout/assets/footer-full-bg.svg diff --git a/src/assets/cross.svg b/src/assets/cross.svg new file mode 100644 index 0000000..4700807 --- /dev/null +++ b/src/assets/cross.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/layout/AppFooter.vue b/src/layout/AppFooter.vue index 6cc533b..4c26e87 100644 --- a/src/layout/AppFooter.vue +++ b/src/layout/AppFooter.vue @@ -1,13 +1,52 @@ - + @@ -17,6 +56,7 @@ align-items: center; justify-content: center; gap: 50px; + height: 80px; } .app-footer__side { @@ -26,8 +66,62 @@ display: flex; align-items: center; justify-content: center; + + a { + color: var(--color-text); + } +} + +.app-footer__side--button { + button { + background: none; + border: none; + color: var(--color-text); + cursor: pointer; + } +} + +.app-footer__contact-section { + background: url('assets/footer-full-bg.svg') top no-repeat; + width: 700px; + height: 80px; + display: flex; + align-items: center; + justify-content: space-between; +} + +.app-footer__contact-section-placeholder { + margin: 20px; + padding: 9px; +} + +.app-footer__contact-address { + display: flex; + flex-direction: column; + font-style: normal; + align-items: center; + + h3 { + font-size: 1rem; + font-weight: 900; + margin-bottom: 5px; + margin-top: 5px; + } + + p { + font-weight: 600; + } + a { color: var(--color-text); } } + +.app-footer__contact-exit { + justify-self: end; + cursor: pointer; + color: white; + scale: 1.5; + margin: 20px; +} diff --git a/src/layout/assets/footer-full-bg.svg b/src/layout/assets/footer-full-bg.svg new file mode 100644 index 0000000..1905925 --- /dev/null +++ b/src/layout/assets/footer-full-bg.svg @@ -0,0 +1,9 @@ + + + + + + + + +