From 0187af4e8d096da42fa18a9724fffe2792f049e5 Mon Sep 17 00:00:00 2001
From: basebuilder <bases@eotl.supply>
Date: Mon, 5 Feb 2024 15:58:00 +0100
Subject: [PATCH] Improve Get In Touch cpage

---
 docs/intro/contact.md | 31 ++++++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 7 deletions(-)

diff --git a/docs/intro/contact.md b/docs/intro/contact.md
index c53cb716c..6ff57ba2e 100644
--- a/docs/intro/contact.md
+++ b/docs/intro/contact.md
@@ -2,16 +2,33 @@
 title: Get in touch
 ---
 
-## Email
+We welcome developers, sys-admins, designers, UX folks, Q&A testers, and passionate users to join us.
+Pick the right medium for your interests.
 
-[`helo@coopcloud.tech`](mailto:helo@coopcloud.tech)
+<div class="grid cards" markdown>
 
-## Chat
+- __Chat__
 
-### Matrix
+    [Matrix](https://matrix.org) is our chat platform of choice, we are happy to hear from you there :speech_left:
 
-Here is a link to the [Matrix space](https://matrix.to/#/!xSMwGbdVehScXcIFwS:autonomic.zone?via=autonomic.zone&via=matrix.org&via=1312.media) to see all channels.
+    [Join Chats](https://matrix.to/#/!xSMwGbdVehScXcIFwS:autonomic.zone?via=autonomic.zone&via=matrix.org&via=1312.media){ .md-button .md-button--primary }
 
-## Forum
+- __Codebases__
 
-[`community.coops.tech`](https://community.coops.tech/)
+    Get straight to looking at our code or filing issues, hop to our Gitea instance :sunglasses:
+
+    [Browse Code](https://git.coopcloud.tech/coop-cloud){ .md-button .md-button--primary }
+
+- __Forum__
+
+    If you prefer communicating asynchronously with topical categories :tropical_drink:
+
+    [Our Forum](https://community.coops.tech/){ .md-button .md-button--primary }
+
+- __Email__
+
+    If you like it old school, feel free to fire up port 25 and send us a `HELO` message :email:
+
+    [Email Us](mailto:helo@coopcloud.tech){ .md-button .md-button--primary }
+
+</div>