about summary refs log tree commit diff
path: root/html/index.html
blob: f2a632940ba4910b4ad8d2f6adc60871dab7b235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!doctype html>
<html lang=en-US dir=ltr>
<head>
	<title>starfall.systems</title>
	<meta charset=UTF-8>
	<meta name=robots content="noindex, nofollow">
	<meta name=viewport content="width=device-width, initial-scale=1">
	<link rel=stylesheet href=/css/terminal.css>
	<script src='/js/moon-phase.js'></script>
	
</head>

<body>
<!-- todo color picker -->

<header>
	<h1>starfall.systems</h1>
	<div id=decor-moons aria-hidden=true></div>
	<nav aria-label=primary>
		
		<ul>
			<li>
				<a href="/" class="active" aria-current="page">Home</a>
			</li>
			<li>
				<a href="/resources/">Resources</a>
			</li>
			<li>
				<a href="/blog/">Blog</a>
			</li>
			<li>
				<a href="https://git.starfall.systems">Git</a>
			</li>
		</ul>
	</nav>
</header>

<main>

<section id=about>
	<p>We are viperidae and leporidae. Fluorite and bismuth. devin and Alex.
	<p>Under various identities, we do:
	<ul>
		<li>Professional software witchcraft, since Jan. 2018
		<li>Server admin and community moderation for the <a href=https://plural.cafe>Plural Café</a> Mastodon instance, since Nov. 2019
		<li>Diablo II modding, since May 2022
	</ul>
</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>

</main>

<footer>
<section>
	<p>This site is 100% <a href=https://git.starfall.systems/web>source-available</a>. © 2020-2023 Starfall. See <a href=https://git.starfall.systems/web/tree/COPYING.md rel=license>COPYING.md</a>.
</section>
<div style=text-align:center>∨/∧</div>
</footer>

</body>