From 2b36425310e94d91fa670f243a03cce078dd4577 Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 5 Aug 2025 11:31:01 -0400 Subject: [PATCH] add contact.md --- content/contact.md | 18 ++++++++++++++++++ templates/index.html | 1 + 2 files changed, 19 insertions(+) create mode 100644 content/contact.md diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..91fcc02 --- /dev/null +++ b/content/contact.md @@ -0,0 +1,18 @@ ++++ +title = "Contact" +template = "links.html" ++++ + +If a handle is left blank, that means that I am available through that service but uncomfortable sharing that contact publicly. Please ask for that contact through another means + +My phone number will **not** be active until I return to the States + +Contact in a non-English language is preferred; I won't respond to non-emergency English-language communications after 09 August, as immersion is important to me + +| Service | Handle | +|-|-| +| Matrix | @andromeda:tchncs.de | +| Signal | Andromeda.15 | +| Spacebar | | +| Email | | +| Whatsapp | | diff --git a/templates/index.html b/templates/index.html index 1de9d0f..d9cf1e5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,4 +6,5 @@

Daily Posts

Links

+

Contact

{% endblock content %}