summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-05-24 20:23:49 -0500
committerStarfall <us@starfall.systems>2023-05-24 20:23:49 -0500
commit38d53c578c3bc988239493b31d200d40dd277e29 (patch)
treed02a14bfe954b395b2004146d09269df4481ebc9
parentf64a30627277b9d47f2277dd7bf25a549020c921 (diff)
add contact info back to main page
-rw-r--r--css/terminal.css1
-rw-r--r--src/blog.njk1
-rw-r--r--src/index.html21
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 = "<link rel=alternate type=application/atom+xml title=Atom href=feed.xml>"
+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!
+<section id=about>
+	<p>Hello, World!
+</section>
+
+<section id=contact>
+	<h2>Contact</h2>
+	<ul><li>Fediverse: <a href=https://starfall.plural.cafe rel=me>@starfall@plural.cafe</a>
+		<li>Matrix: <a href=https://matrix.to/#/@starfall:nora.codes rel=me>@starfall:nora.codes</a>
+		<li>Email: <a href=mailto:us@starfall.systems rel=me>us@starfall.systems</a> (<a href=/files/starfall.gpg>PGP Public Key</a> [gpg, 1.7 KiB])
+	</ul>
+	<details><summary>Matrix Session Keys</summary>
+		<table>
+			<tr><th>Name <th>ID <th>Key
+			<tr><td>Regulus <td>HRWASXBNFQ <td>h3Ke 7bG8 dVvP cEpp Vdxf re1q 6FnE 8hNz 3KQQ Clh1 A/0
+			<tr><td>Heze <td>NHOLXPXSBB <td>CWOS ebp0 nO6q qw3z 0tyB QHUw GdXI D5yu WZES sRev qWo
+		</table>
+		<p>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.
+		<p>Other clients may have a different process, can't help you there.
+	</details>
+</section>