diff --git a/index.html b/index.html index 250b96e..0454f8c 100644 --- a/index.html +++ b/index.html @@ -16,14 +16,16 @@
-

Flistify

-

- A script to bulk-resize images for an f-list gallery, using python and imagemagick. -

-

Braceless Javascript

- A couple of short programs written in a subset of javascript. Specifically, javascript but you can't use anything with curly braces in it, like 'if' or 'for'. Instead, ternaries and lambdas give you all the flow control you need. Has a lispy flavor. + 2018. A couple of short programs written in a subset of javascript. Specifically, javascript but you can't use anything with curly braces in it, like 'if' or 'for'. Instead, ternaries and lambdas give you all the flow control you need. Has a lispy flavor. + FizzBuzz (Source), + Bottles (Source). +

+ +

Flistify

+

+ 2018. A script to bulk-resize images for an f-list gallery, using windows batch and imagemagick. Source.

Portal ZZT

@@ -38,12 +40,12 @@

Collabyrinth

- 2008. + 2008. A collaborative labyrinth ZZT game. I made the overworld and recruited other members of the z2 forums to fill it with puzzles and obstacles.

Traps and Zoids

- 2007. + 2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.

diff --git a/style-3.css b/style-3.css index 490ca60..d2a32ba 100644 --- a/style-3.css +++ b/style-3.css @@ -8,7 +8,6 @@ body { font-family: sans-serif; background-color: black; color: hotpink; - max-width: 120ch; border: 1rem double purple; padding: 1rem; }