From ce274f6c049dff254c887cb9157592d26b9945b6 Mon Sep 17 00:00:00 2001 From: Lucy <12953208+elvece@users.noreply.github.com> Date: Thu, 15 Jun 2023 10:50:32 -0600 Subject: [PATCH] update contact page to prioritize social media links and add emails (#24) * update contact page to prioritize social media links and add emails * Update src/contact.njk Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com> * styling --------- Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com> --- src/_includes/svgs/ghost.svg | 2 +- src/contact.njk | 37 +++++++++++++++++++++--------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/src/_includes/svgs/ghost.svg b/src/_includes/svgs/ghost.svg index 18935c8..fd7ac3e 100644 --- a/src/_includes/svgs/ghost.svg +++ b/src/_includes/svgs/ghost.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/contact.njk b/src/contact.njk index 92fd434..e8b02d8 100644 --- a/src/contact.njk +++ b/src/contact.njk @@ -16,20 +16,27 @@ layout: layouts/peripheral.njk
- -
form will be placed in here
- - - - - +

Reach out on social media

{% include "components/landing/social-media.njk" %} +

message us

+ +
form will be placed in here
+ + + + + +

email us

+

+ {% include 'components/emails/security-email.njk' %} | + {% include 'components/emails/affiliate-email.njk' %} +

\ No newline at end of file