diff --git a/images/collabyrinth-title.png b/images/collabyrinth-title.png new file mode 100644 index 0000000..59dfa43 Binary files /dev/null and b/images/collabyrinth-title.png differ diff --git a/images/traps-and-zoids_home.png b/images/traps-and-zoids_home.png new file mode 100644 index 0000000..f27ea49 Binary files /dev/null and b/images/traps-and-zoids_home.png differ diff --git a/index.html b/index.html index b0d545c..3ce7aac 100644 --- a/index.html +++ b/index.html @@ -19,28 +19,43 @@

Flistify

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

Portal ZZT

- 2008. A portal clone in the ZZT Engine. + 2008. A portal clone in the ZZT Engine. Available at the Museum of ZZT. PortalZZT in the Museum of ZZT.

ZZT Nanogames

- 2008. A collection of ZZT games that use only one screen each. Also includes Eight Legged Express, which I believe was made in one weekend as a challenge. + 2008. A collection of ZZT games that use only one screen each. Also includes Eight Legged Express, which I believe was made in one weekend as a challenge. ZZT Nanogames in the Museum of ZZT.

Collabyrinth

- 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. + The title screen for the game Collabyrinth. The twelve letters of the word "COLLABYRINTH" are arranged in a 3 by 4 grid. Most of them are just an ordinary letter, but the O, L, L, Y, and R have been decorated in a variety of mismatched styles. +

2008. A collaborative labyrinth ZZT game. I organized this on the z2 forums.

+

Credits: +

+

+ Collabyrinth in the Museum of ZZT.

Traps and Zoids

- 2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional. + A screenshot of an old website. Red text on a light blue background says "Welcome to Nick.Lamicela.Org!". There is a compass rose at an angle, so that the letters read "NEWS" from top to bottom, and a link underneath says "News". There is a black and white cartoon face that looks like a folded boat or paper airplane, and a link underneath that says "Cartoons". At the bottom of the page is the text "Last Updated: 08/01/07. + 2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional. Traps and Zoids in the Internet Archive.
- \ No newline at end of file + diff --git a/style-3.css b/style-3.css index 7212614..c88aa53 100644 --- a/style-3.css +++ b/style-3.css @@ -23,9 +23,17 @@ h1 { } a:link { - color: skyblue + color: skyblue; } a:visited { - color: gray + color: gray; +} + +article img { + display: block; + border: 0.25rem solid skyblue; + margin-left: auto; + margin-right: auto; + max-height: 12rem; }