From 82d1365807cdee6c06f3bd03af53d27f79b3e97a Mon Sep 17 00:00:00 2001 From: rayelliott Date: Mon, 20 Apr 2020 17:31:37 +0000 Subject: [PATCH] add contact section --- site/layouts/partials/contact.html | 10 +++++++--- src/css/imports/contact.scss | 8 ++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 src/css/imports/contact.scss diff --git a/site/layouts/partials/contact.html b/site/layouts/partials/contact.html index 4fefa47..30f30e1 100644 --- a/site/layouts/partials/contact.html +++ b/site/layouts/partials/contact.html @@ -1,6 +1,10 @@ -
-
-

Contact Us

+
+ +
+ +

Contact Us

+ +

Complete this form and we will get back to you within one working day.

    diff --git a/src/css/imports/contact.scss b/src/css/imports/contact.scss new file mode 100644 index 0000000..0728efa --- /dev/null +++ b/src/css/imports/contact.scss @@ -0,0 +1,8 @@ +.contact-bg { + background-color: rgba(aqua, 0.5); +} + +.contact-section { + background-color: rgba(aqua, 0.5); +} +