From 3f15ec68ca1db7a020ff0ef03c3fe76c5a59e06c Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 30 Jun 2020 19:15:04 -0400 Subject: Tweak causal.agency for mostly no reason --- www/causal.agency/Makefile | 9 ++++--- www/causal.agency/index.html.in | 60 ++++++++++++++++++++--------------------- www/causal.agency/index.sed | 10 +++---- 3 files changed, 39 insertions(+), 40 deletions(-) (limited to 'www/causal.agency') diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile index 407a85d8..0bcea6b5 100644 --- a/www/causal.agency/Makefile +++ b/www/causal.agency/Makefile @@ -12,13 +12,14 @@ INCLUDES = scheme.css torus.html play.html catgirl.html scheme.html index.html: index.html.in index.sed ${INCLUDES} sed -f index.sed index.html.in > index.html -FLAGS_torus.pty = -n -h 25 -FLAGS_scheme.pty = -n -h 10 +FLAGS.torus.pty = -n -h 25 +FLAGS.scheme.pty = -n -h 10 +FLAGS.play.pty = -h 16 .SUFFIXES: .html .pty .pty.html: - shotty ${FLAGS_$<} $< > $@ + shotty ${FLAGS.$<} $< > $@ scheme.css: scheme.sed scheme -s | sed -f scheme.sed > scheme.css @@ -27,4 +28,4 @@ scheme.png: scheme -g > scheme.png clean: - rm -f *.html scheme.css scheme.png + rm -f ${FILES} ${INCLUDES} diff --git a/www/causal.agency/index.html.in b/www/causal.agency/index.html.in index a8f95926..47f4fa4b 100644 --- a/www/causal.agency/index.html.in +++ b/www/causal.agency/index.html.in @@ -10,24 +10,28 @@ body { } h1 { font-size: inherit; + font-weight: inherit; margin: 1em 0 0; } p { margin: 0 0 1em 4ch; } a { text-decoration: none; } -/* scheme.css */ +hr { visibility: hidden; } +/* include:scheme.css */

Hi. -I'm an aspiring person. -I'm still trying to figure out how to be. -

+I'm me. +I make things. You can find me in #ascii.town on freenode or send mail to june@. +

-These are things I've made. +code +-- +words

pounce

@@ -37,15 +41,15 @@ multi-client IRC bouncer

full-text search IRC logger -

catgirl

+

catgirl

artisanal IRC client

-ssh chat@ascii.town --- -git +demo: ssh chat@ascii.town

- + + +


imbox & git-fetch-email

@@ -53,49 +57,43 @@ IMAP to mbox

notemap

-IMAP notes mirror +mirror notes to IMAP + +


-

torus

+

torus

-collaborative ASCII art project +collaborative ASCII art

ssh torus@ascii.town -- -explore --- -git +src

- +

play

-2048 clone with scoreboard +2048 over SSH

ssh play@ascii.town -- -git +src

- + + +


cards

CARDS.DLL loader for SDL -

scheme

+

scheme

earthy terminal colours

palette --- -src - +

bin

-little utilities - -

text

-

-words about code -

-text.causal.agency +other little tools diff --git a/www/causal.agency/index.sed b/www/causal.agency/index.sed index 0123ec1e..ea32675f 100644 --- a/www/causal.agency/index.sed +++ b/www/causal.agency/index.sed @@ -1,5 +1,5 @@ -/[*] scheme[.]css/r scheme.css -/!-- torus[.]html/r torus.html -/!-- play[.]html/r play.html -/!-- catgirl[.]html/r catgirl.html -/!-- scheme[.]html/r scheme.html +/include:scheme[.]css/r scheme.css +/include:torus[.]html/r torus.html +/include:play[.]html/r play.html +/include:catgirl[.]html/r catgirl.html +/include:scheme[.]html/r scheme.html -- cgit 1.4.1