From ea8612d3c7f5c254715020f4225a3b5e61a8fa5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de>
Date: Thu, 20 Jan 2022 15:59:32 +0100
Subject: [PATCH] Add 'Get in touch' page

---
 content/support/get-in-touch.md           | 24 +++++++++++++++++++++++
 themes/briar/layouts/partials/footer.html |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 content/support/get-in-touch.md

diff --git a/content/support/get-in-touch.md b/content/support/get-in-touch.md
new file mode 100644
index 0000000..90a7454
--- /dev/null
+++ b/content/support/get-in-touch.md
@@ -0,0 +1,24 @@
+---
+title: Get in touch
+aliases:
+- /support/contact
+hide: 1
+---
+
+#### Contact Briar via email
+The fastest way to contact us is to write us an email. {{< contactemail >}}
+
+Before emailing questions, please look at our [FAQs](/support/faqs) before first.
+
+#### Chat with us on
+- [Matrix](https://matrix.to/#/#freenode_#briar:matrix.org)
+- [IRC](https://webchat.freenode.net/#briar) (#briar on freenode)
+
+#### Get updates on Briar
+- [Follow us on Twitter](https://twitter.com/BriarApp) @BriarApp
+- [Join the briar-announce mailing list](https://sourceforge.net/p/briar/mailman/briar-announce/) for news on the project and app release announcements
+- [Join the briar-devel mailing list](https://sourceforge.net/p/briar/mailman/briar-devel/) for discussions on Briar development
+
+#### Volunteer with Briar
+[Get Involved](/get-involved)
+
diff --git a/themes/briar/layouts/partials/footer.html b/themes/briar/layouts/partials/footer.html
index 0cb21f2..7b68230 100644
--- a/themes/briar/layouts/partials/footer.html
+++ b/themes/briar/layouts/partials/footer.html
@@ -29,6 +29,7 @@
         <li><a href="/code-of-conduct">Code of Conduct</a></li>
         <li><a href="/news">Blog</a></li>
         <li><a href="/hiring">Jobs</a></li>
+        <li><a href="/support/get-in-touch">Get in touch</a></li>
         <li>Site design by Reflective Spaces</li>
       </ul>
     </div> <!-- footer -->
-- 
GitLab