From b69a8ef1262acc3a522a36d6c4878058cd4735ef Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 30 Sep 2022 10:46:20 -0400 Subject: Add alphabet ranking page Did I need to spend even the small amount of time I spent on this? No. --- www/causal.agency/.gitignore | 2 +- www/causal.agency/Makefile | 2 +- www/causal.agency/alpha.html | 92 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 www/causal.agency/alpha.html diff --git a/www/causal.agency/.gitignore b/www/causal.agency/.gitignore index 7935a3c1..a2ca9b75 100644 --- a/www/causal.agency/.gitignore +++ b/www/causal.agency/.gitignore @@ -1,3 +1,3 @@ -*.html +index.html scheme.css scheme.png diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile index 75849db0..d406eb23 100644 --- a/www/causal.agency/Makefile +++ b/www/causal.agency/Makefile @@ -1,6 +1,6 @@ WEBROOT = /var/www/causal.agency -FILES = index.html style.css scheme.css scheme.png +FILES = index.html style.css scheme.css scheme.png alpha.html all: ${FILES} diff --git a/www/causal.agency/alpha.html b/www/causal.agency/alpha.html new file mode 100644 index 00000000..0d83f530 --- /dev/null +++ b/www/causal.agency/alpha.html @@ -0,0 +1,92 @@ + + +all 26 letters of the alphabet RANKED + + +which letter do you like more? +

+ + +

+

+current ranking +

+ABCDEFGHIJKLMNOPQRSTUVWXYZ +

+ +

+ + -- cgit 1.4.1 d>2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe