diff --git a/src/_includes/contact.html b/src/_includes/contact.html index 23a8590..2ca1775 100644 --- a/src/_includes/contact.html +++ b/src/_includes/contact.html @@ -1,5 +1,5 @@ -
+

Get in Touch

Contact us to discuss your project's needs and arrange a consultation.

@@ -9,4 +9,5 @@ Our key fingerprint is:
82FC 87C5 1A71 902F DC10 2CF5 4F90 D55B B24B 1147

+
diff --git a/src/_includes/footer.html b/src/_includes/footer.html index 39d6b02..8a0e79c 100644 --- a/src/_includes/footer.html +++ b/src/_includes/footer.html @@ -1,30 +1,49 @@ diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 597e6d7..2920ffb 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -6,9 +6,7 @@ {% include banner.html %} {% include core-values.html %} {% include services.html %} - {% include contact.html %} {% include footer.html %} - {% include membership-footer.html %} {% include foot-scripts.html %} diff --git a/src/assets/images/CoTech-white-logo.png b/src/assets/images/CoTech-white-logo.png new file mode 100644 index 0000000..cc7c480 Binary files /dev/null and b/src/assets/images/CoTech-white-logo.png differ diff --git a/src/assets/styles/main.scss b/src/assets/styles/main.scss index e2b5f0e..7f07d01 100644 --- a/src/assets/styles/main.scss +++ b/src/assets/styles/main.scss @@ -142,12 +142,17 @@ body.is-mobile { } } - .copyright { + .copyright, .cotech-text { font-size: 0.8em; letter-spacing: _size(letter-spacing-alt); - list-style: none; - padding: 0; + text-transform: uppercase; + } + + .copyright { + list-style: none; + padding: 0.25em 0; + li { border-left: solid 1px _palette(fg-light); @@ -179,6 +184,27 @@ body.is-mobile { } } } + .row { + display: flex; + margin: 0 10%; + } + + .column { + flex: 50%; + } + + .cotech-box { + padding-bottom: 1em;; + } + + .cotech-text { + vertical-align: middle; + } + + .cotech-logo { + height: 1em; + vertical-align: text-bottom; + } @include breakpoint(medium) { @include padding(4em, 3em); @@ -189,6 +215,9 @@ body.is-mobile { } } + + + /* Landing */ body.landing {