diff --git a/pages/contact/contact.module.scss b/pages/contact/contact.module.scss index e69de29..2000e17 100644 --- a/pages/contact/contact.module.scss +++ b/pages/contact/contact.module.scss @@ -0,0 +1,74 @@ +@use "../../global/variables.scss" as variables; + +.section { + $self: &; + + &_container { + display: flex; + flex-direction: column; + align-items: center; + // background-color: blueviolet; + min-width: 100%; + min-height: 100vh; + padding: 2.4rem 0; + + .h1 { + font-family: "Zaph Humanist", sans-serif; + font-size: 3rem; + text-transform: uppercase; + color: variables.$secondary-color; + margin-bottom: 1rem; + + @media only screen and (max-width: variables.$max-width-middle) { + font-size: 2.5rem; + } + } + + .h3 { + font-family: "SuisseInt-Regular", sans-serif; + font-size: 1.7rem; + color: variables.$secondary-color; + max-width: 70vw; + text-align: center; + margin-bottom: 1.5rem; + + @media only screen and (max-width: variables.$max-width-tablet) { + font-size: 1.3rem; + } + } + + #{ $self }_body { + display: flex; + min-width: 100%; + justify-content: space-around; + + @media only screen and (max-width: variables.$max-width-tablet) { + display: flex; + flex-direction: column; + min-width: 70%; + min-height: 100vh; + } + + &__left { + border: 1px solid green; + flex-basis: 40%; + min-height: 50vh; + display: flex; + + @media only screen and (max-width: variables.$max-width-tablet) { + min-height: 40vh; + } + } + + &__right { + border: 1px solid pink; + flex-basis: 40%; + min-height: 50vh; + + @media only screen and (max-width: variables.$max-width-tablet) { + min-height: 40vh; + } + } + } + } +} diff --git a/pages/contact/index.tsx b/pages/contact/index.tsx index 368d87f..db6ba3f 100644 --- a/pages/contact/index.tsx +++ b/pages/contact/index.tsx @@ -6,6 +6,8 @@ import Layout from '../../components/layout/layout.component' import Section from '../../components/section/section.component' import ImageBox from '../../components/image-box/image-box.component' +import styles from './contact.module.scss' + import { CommonModel, ContactModel } from '../../interfaces/index' import { getBase64Values } from '../../utils/imageUtils' import { getData } from '../../utils/dbUtils' @@ -57,8 +59,27 @@ export default function Contact ({ />
-
+
+

Contact Us

+

To get perfect fabric swatches, please reach us via phone, e-mail or contact form.

+
+
+
    +
  • + test +
  • +
  • + test +
  • +
  • + test +
  • +
+
+
+
+