diff --git a/site/layouts/partials/contact.html b/site/layouts/partials/contact.html index ce78172..e9a07e6 100644 --- a/site/layouts/partials/contact.html +++ b/site/layouts/partials/contact.html @@ -5,35 +5,10 @@

Contact Us

-
-

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

-
-
    -
  • - - -
  • -
  • - - -
  • -
  • - - -
  • -
  • -
  • -
  • -
  • -
-
-
+ {{ partial "templates/contact/form-basic.html" . }}
-
-

Remember to Generate Access Token for URL

-
-
+ {{ partial "templates/map/mapbox-basic.html" . }}
diff --git a/site/layouts/partials/templates/contact/form-basic.html b/site/layouts/partials/templates/contact/form-basic.html new file mode 100644 index 0000000..1ab3807 --- /dev/null +++ b/site/layouts/partials/templates/contact/form-basic.html @@ -0,0 +1,24 @@ +
+

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

+
+ +
+
+ diff --git a/site/layouts/partials/templates/map/mapbox-basic.html b/site/layouts/partials/templates/map/mapbox-basic.html new file mode 100644 index 0000000..20b52d6 --- /dev/null +++ b/site/layouts/partials/templates/map/mapbox-basic.html @@ -0,0 +1,5 @@ +
+

Remember to Generate Access Token for URL

+
+
+ diff --git a/src/css/imports/header.scss b/src/css/imports/header.scss index 24f38a6..9e774c5 100644 --- a/src/css/imports/header.scss +++ b/src/css/imports/header.scss @@ -1 +1 @@ -@import "templates/header/header"; +@import "templates/header/header-checkbox"; diff --git a/src/css/imports/templates/header/header.scss b/src/css/imports/templates/header/header-checkbox.scss similarity index 100% rename from src/css/imports/templates/header/header.scss rename to src/css/imports/templates/header/header-checkbox.scss