Added some links.
This commit is contained in:
parent
e653246e15
commit
a3b079dcc8
2 changed files with 10 additions and 9 deletions
18
index.html
18
index.html
|
@ -16,14 +16,16 @@
|
||||||
</div>
|
</div>
|
||||||
<div id='content'>
|
<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>
|
<h3>Braceless Javascript</h3>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<h3>Portal ZZT</h3>
|
<h3>Portal ZZT</h3>
|
||||||
|
@ -38,12 +40,12 @@
|
||||||
|
|
||||||
<h3>Collabyrinth</h3>
|
<h3>Collabyrinth</h3>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<h3>Traps and Zoids</h3>
|
<h3>Traps and Zoids</h3>
|
||||||
<p>
|
<p>
|
||||||
2007.
|
2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -8,7 +8,6 @@ body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: hotpink;
|
color: hotpink;
|
||||||
max-width: 120ch;
|
|
||||||
border: 1rem double purple;
|
border: 1rem double purple;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue