From c074f1ff113b563c9689a6f4bb0849a98518bfab Mon Sep 17 00:00:00 2001 From: kn0wmad <39687477+kn0wmad@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:44:46 +0000 Subject: [PATCH] Update/contact (#26) * 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 * Remove emails from contact page in favor of contribute page and github * Add attachment support to Contact Form --------- Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com> --- src/_includes/components/emails/support-email.njk | 3 --- src/contact.njk | 9 ++------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 src/_includes/components/emails/support-email.njk diff --git a/src/_includes/components/emails/support-email.njk b/src/_includes/components/emails/support-email.njk deleted file mode 100644 index c19a1a4..0000000 --- a/src/_includes/components/emails/support-email.njk +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/src/contact.njk b/src/contact.njk index e8b02d8..2196e3e 100644 --- a/src/contact.njk +++ b/src/contact.njk @@ -27,16 +27,11 @@ layout: layouts/peripheral.njk - -

email us

-

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

\ No newline at end of file