summary refs log tree commit diff
path: root/www/causal.agency/index.html.in
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-12 21:20:07 -0400
committerJune McEnroe <june@causal.agency>2019-07-12 21:20:07 -0400
commit3323abd21e73eeefc9858d1b615b499c1415d34e (patch)
treeab760f8f05c72ec1b6735c35bccf129ad5c1093a /www/causal.agency/index.html.in
parentUse -s to infer terminal size (diff)
downloadsrc-3323abd21e73eeefc9858d1b615b499c1415d34e.tar.gz
src-3323abd21e73eeefc9858d1b615b499c1415d34e.zip
Add new causal.agency with shotty shots
Diffstat (limited to 'www/causal.agency/index.html.in')
-rw-r--r--www/causal.agency/index.html.in84
1 files changed, 84 insertions, 0 deletions
diff --git a/www/causal.agency/index.html.in b/www/causal.agency/index.html.in
new file mode 100644
index 00000000..f5e9e67d
--- /dev/null
+++ b/www/causal.agency/index.html.in
@@ -0,0 +1,84 @@
+<!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>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://code.causal.agency/june/torus">code</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://code.causal.agency/june/play">code</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="http://code.causal.agency/june/catgirl">code</a>
+<p>
+<!-- catgirl.html -->
+
+<h1>scheme</h1>
+<p>
+earthy terminal colours
+<p>
+<a href="scheme.png">palette</a>
+--
+<a href="data:text/plain;base64,MTYxNTEwCkEzMjgxMAo3MjdBMTgKQTM3NzIwCjNENjI2Ngo3QTQ5NTUKNTU3QTU1CjdBNzE1NQo0QzQ2MzUKQ0MzMjE0CjhFOTkxRQpDQzk1MjgKNEM3QjdGCjk5NUI2Qgo2Qjk5NkIKQ0NCQzhFCg==">hex</a>
+--
+<a href="bin/scheme.html">code</a>
+
+<h1>bin</h1>
+<p>
+little utilities
+<p>
+<a href="bin/">code</a>
+
+<h1>text</h1>
+<p>
+words about code
+<p>
+<a href="https://text.causal.agency">text.causal.agency</a>