summary refs log tree commit diff
path: root/www/causal.agency/index.html.in
blob: c316bdf177bdb187c4c5213213d402b538e4460e (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<title>Causal Agency</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
	font-family: monospace;
	max-width: 80ch;
	margin: 2em auto;
	padding: 0 1ch;
}
h1 {
	font-size: inherit;
	margin: 1em 0 0;
}
p { margin: 0 0 1em 4ch; }
a { text-decoration: none; }
/* scheme.css */
</style>

<p>
Hi.
I'm an aspiring person.
I'm still trying to figure out how to be.
<p>
You can find me in
<a href="ircs://chat.freenode.net:6697/#ascii.town">#ascii.town</a>
on freenode
or send mail to june@.
<p>
These are things I've made.

<h1>pounce</h1>
<p>
multi-client IRC bouncer
<p>
<a href="https://git.causal.agency/pounce/about">git</a>

<h1>litterbox</h1>
<p>
full-text search IRC logger
<p>
<a href="https://git.causal.agency/litterbox/about">git</a>

<h1>torus</h1>
<p>
collaborative ASCII art project
<p>
<a href="ssh://torus@ascii.town">ssh torus@ascii.town</a>
--
<a href="https://ascii.town/explore.html">explore</a>
--
<a href="https://git.causal.agency/torus">git</a>
<p>
<!-- torus.html -->

<h1>play</h1>
<p>
2048 clone with scoreboard
<p>
<a href="ssh://play@ascii.town">ssh play@ascii.town</a>
--
<a href="https://git.causal.agency/play">git</a>
<p>
<!-- play.html -->

<h1>catgirl</h1>
<p>
artisanal IRC client
<p>
<a href="ssh://chat@ascii.town">ssh chat@ascii.town</a>
--
<a href="https://git.causal.agency/catgirl/about">git</a>
<p>
<!-- catgirl.html -->

<h1>cards</h1>
<p>
CARDS.DLL loader for SDL
<p>
<a href="https://git.causal.agency/cards/about">git</a>

<h1>scheme</h1>
<p>
earthy terminal colours
<p>
<a href="scheme.png">palette</a>
--
<a href="bin/scheme.html">src</a>
<!-- scheme.html -->

<h1>bin</h1>
<p>
little utilities
<p>
<a href="bin/">src</a>

<h1>text</h1>
<p>
words about code
<p>
<a href="https://text.causal.agency">text.causal.agency</a>