diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 21 |
1 files changed, 20 insertions, 1 deletions
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> |