Added images for Collabyrinth and 'Traps and Zoids'.

This commit is contained in:
Nycki 2022-01-30 15:28:33 -08:00
parent 2cc2d7f005
commit 97e028aebd
4 changed files with 31 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View file

@ -19,28 +19,43 @@
<article> <article>
<h2>Flistify</h2> <h2>Flistify</h2>
2018. A script to bulk-resize images for an f-list gallery, using windows batch and imagemagick. <a href='https://github.com/nupanick/flistify'>Source</a>. 2018. A script to bulk-resize images for an f-list gallery, using windows batch and imagemagick. <a href='https://github.com/nupanick/flistify'>Flistify source on GitHub.</a>
</article> </article>
<article> <article>
<h2>Portal ZZT</h2> <h2>Portal ZZT</h2>
2008. A portal clone in the ZZT Engine. 2008. A portal clone in the ZZT Engine. Available at the Museum of ZZT. <a href='https://museumofzzt.com/file/p/PortalZZT_v0_5.zip'>PortalZZT in the Museum of ZZT.</a>
</article> </article>
<article> <article>
<h2>ZZT Nanogames</h2> <h2>ZZT Nanogames</h2>
2008. A collection of ZZT games that use only one screen each. Also includes <em>Eight Legged Express</em>, 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 <em>Eight Legged Express</em>, which I believe was made in one weekend as a challenge. <a href='https://museumofzzt.com/file/n/nanopack01.zip'>ZZT Nanogames in the Museum of ZZT.</a>
</article> </article>
<article> <article>
<h2>Collabyrinth</h2> <h2>Collabyrinth</h2>
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. <img src='images/collabyrinth-title.png' alt='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.'/>
<p>2008. A collaborative labyrinth ZZT game. I organized this on the z2 forums.</p>
<p>Credits:
<ul>
<li>Alexis Janson</li>
<li>Commodore</li>
<li>Infosponge</li>
<li>Jur</li>
<li>Nupanick</li>
<li>Oof, aka Superbowl Shuffle</li>
<li>Quantum P</li>
<li>RobertP</li>
</ul>
</p>
<a href='https://museumofzzt.com/file/c/clbrnth1.zip'>Collabyrinth in the Museum of ZZT.</a>
</article> </article>
<article> <article>
<h2>Traps and Zoids</h2> <h2>Traps and Zoids</h2>
2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional. <img src='images/traps-and-zoids_home.png' alt='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. <a href='https://web.archive.org/web/20071101001849/http://nick.lamicela.org/'>Traps and Zoids in the Internet Archive.</a>
</article> </article>
</main> </main>
</body> </body>
</html> </html>

View file

@ -23,9 +23,17 @@ h1 {
} }
a:link { a:link {
color: skyblue color: skyblue;
} }
a:visited { a:visited {
color: gray color: gray;
}
article img {
display: block;
border: 0.25rem solid skyblue;
margin-left: auto;
margin-right: auto;
max-height: 12rem;
} }