diff --git a/how-to-host-minecraft-from-scratch.html b/how-to-host-minecraft-from-scratch.html deleted file mode 100644 index 8cd07dd..0000000 --- a/how-to-host-minecraft-from-scratch.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - How To Host Minecraft From Scratch - - - - -
-

How To Host Minecraft From Scratch

-
A Noob's Guide
-
- - \ No newline at end of file diff --git a/images/magenta-tile-1.png b/images/magenta-tile-1.png deleted file mode 100644 index 368aa8c..0000000 Binary files a/images/magenta-tile-1.png and /dev/null differ diff --git a/images/magenta-tile-2.png b/images/magenta-tile-2.png deleted file mode 100644 index 48b2d28..0000000 Binary files a/images/magenta-tile-2.png and /dev/null differ diff --git a/images/magenta-tile-3.png b/images/magenta-tile-3.png deleted file mode 100644 index ce271e4..0000000 Binary files a/images/magenta-tile-3.png and /dev/null differ diff --git a/images/magenta-tile-4.png b/images/magenta-tile-4.png deleted file mode 100644 index b8d443c..0000000 Binary files a/images/magenta-tile-4.png and /dev/null differ diff --git a/images/magenta-tile.xcf b/images/magenta-tile.xcf deleted file mode 100644 index 7b80b8c..0000000 Binary files a/images/magenta-tile.xcf and /dev/null differ diff --git a/index.html b/index.html index 3ce7aac..a954118 100644 --- a/index.html +++ b/index.html @@ -3,59 +3,59 @@ Nupa's Page - + -
-

Nupa's Page

-
A place to show off my projects.
+
+

Nupa's Page

+
A place to show off my projects.
-
-

Braceless Javascript

- 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). -
+
+

Braceless Javascript

+ 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. Flistify source on GitHub. -
+
+

Flistify

+ 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. 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. ZZT Nanogames 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. ZZT Nanogames in the Museum of ZZT. +
-
-

Collabyrinth

- 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: -

    -
  • Alexis Janson
  • -
  • Commodore
  • -
  • Infosponge
  • -
  • Jur
  • -
  • Nupanick
  • -
  • Oof, aka Superbowl Shuffle
  • -
  • Quantum P
  • -
  • RobertP
  • -
-

- Collabyrinth in the Museum of ZZT. -
+
+

Collabyrinth

+ 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: +

    +
  • Alexis Janson
  • +
  • Commodore
  • +
  • Infosponge
  • +
  • Jur
  • +
  • Nupanick
  • +
  • Oof, aka Superbowl Shuffle
  • +
  • Quantum P
  • +
  • RobertP
  • +
+

+ Collabyrinth in the Museum of ZZT. +
- -
+
+

Traps and Zoids

+ 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. +
+
diff --git a/style-1.css b/style-1.css deleted file mode 100644 index 03fb973..0000000 --- a/style-1.css +++ /dev/null @@ -1,29 +0,0 @@ -html { - margin: 0 auto; - max-width: 80ch; -} - -body { - background-image: url('images/magenta-tile-1.png'); - background-size: 2rem; - color: white; - text-shadow: 2px 2px black; - font-family: sans-serif; - font-weight: bold; - max-width: 120ch; -} - -h1, h3 { - text-align: center; -} - -ul { - list-style: none; - padding-left: 0px; -} - -li:before { - content: '●'; - padding: 20px; - text-shadow: 2px 2px black; -} \ No newline at end of file diff --git a/style-2.css b/style-2.css deleted file mode 100644 index f4403ba..0000000 --- a/style-2.css +++ /dev/null @@ -1,29 +0,0 @@ -html { - margin: 0 auto; - max-width: 80ch; -} - -body { - background-image: url('images/magenta-tile-4.png'); - background-size: 2rem; - color: darkgray; - text-shadow: 2px 2px black; - font-family: sans-serif; - font-weight: bold; - max-width: 120ch; -} - -h1, h3 { - text-align: center; -} - -ul { - list-style: none; - padding-left: 0px; -} - -li:before { - content: '●'; - padding: 20px; - text-shadow: 2px 2px black; -} \ No newline at end of file diff --git a/style-3.css b/style.css similarity index 73% rename from style-3.css rename to style.css index c88aa53..2b431f4 100644 --- a/style-3.css +++ b/style.css @@ -1,15 +1,13 @@ body { - background-image: url('images/magenta-tile-4.png'); - max-width: min(90vw, 40rem); + background-color: black; + max-width: 100ch; margin: 1rem auto; } main { font-family: sans-serif; - background-color: black; color: hotpink; - border: 1rem double purple; padding: 1rem; } @@ -17,7 +15,7 @@ h1 { text-align: center; } -.subtitle { +div.subtitle { text-align: center; font-style: italic; } @@ -30,7 +28,12 @@ a:visited { color: gray; } -article img { +section { + margin-top: 2ch; + border-top: 1ch double mediumvioletred; +} + +section img { display: block; border: 0.25rem solid skyblue; margin-left: auto;