Added some links.

This commit is contained in:
Nycki 2021-09-03 18:03:04 -04:00
parent e653246e15
commit a3b079dcc8
2 changed files with 10 additions and 9 deletions

View file

@ -16,14 +16,16 @@
</div>
<div id='content'>
<h3>Flistify</h3>
<p>
A script to bulk-resize images for an f-list gallery, using python and imagemagick.
</p>
<h3>Braceless Javascript</h3>
<p>
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.
<a href='https://nupanick.github.io/braceless-javascript/fizzbuzz.html'>FizzBuzz</a> (<a href='https://github.com/nupanick/braceless-javascript/blob/master/fizzbuzz.html'>Source</a>),
<a href='https://nupanick.github.io/braceless-javascript/bottles.html'>Bottles</a> (<a href='https://github.com/nupanick/braceless-javascript/blob/master/bottles.html'>Source</a>).
</p>
<h3>Flistify</h3>
<p>
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>.
</p>
<h3>Portal ZZT</h3>
@ -38,12 +40,12 @@
<h3>Collabyrinth</h3>
<p>
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.
</p>
<h3>Traps and Zoids</h3>
<p>
2007.
2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.
</p>
</div>

View file

@ -8,7 +8,6 @@ body {
font-family: sans-serif;
background-color: black;
color: hotpink;
max-width: 120ch;
border: 1rem double purple;
padding: 1rem;
}