From 38d53c578c3bc988239493b31d200d40dd277e29 Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 24 May 2023 20:23:49 -0500 Subject: add contact info back to main page --- css/terminal.css | 1 - src/blog.njk | 1 + src/index.html | 21 ++++++++++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/css/terminal.css b/css/terminal.css index 41280f4..719766b 100644 --- a/css/terminal.css +++ b/css/terminal.css @@ -93,7 +93,6 @@ h1 { } h1::after { content: "█"; - display: inline-block; animation: blink 2.4s steps(2) infinite; } @keyframes blink { diff --git a/src/blog.njk b/src/blog.njk index 87cf12a..f7dd9e7 100644 --- a/src/blog.njk +++ b/src/blog.njk @@ -1,6 +1,7 @@ --- layout = "base.njk" extraHeadContent = "" +title = "~/blog" [pagination] data = "collections.post" diff --git a/src/index.html b/src/index.html index 8cef046..223e1c3 100644 --- a/src/index.html +++ b/src/index.html @@ -4,4 +4,23 @@ layout = "base.njk" eleventyNavigation.key = "Home" --- -Hello, World! +
+

Hello, World! +

+ +
+

Contact

+ +
Matrix Session Keys + +
Name ID Key +
Regulus HRWASXBNFQ h3Ke 7bG8 dVvP cEpp Vdxf re1q 6FnE 8hNz 3KQQ Clh1 A/0 +
Heze NHOLXPXSBB CWOS ebp0 nO6q qw3z 0tyB QHUw GdXI D5yu WZES sRev qWo +
+

In Element, you can check that these keys match by opening our profile in a chat, clicking on the text that says "2 sessions", then clicking on each one and "Manually Verify by Text". Make sure all the information matches. +

Other clients may have a different process, can't help you there. +

+
-- cgit