5 KiB
layout | title |
---|---|
home.njk | nycki.net |
{%- css %}{% include "node_modules/prismjs/themes/prism-okaidia.css" %}{% endcss %}
welcome!
contact
- email: nupanick@gmail.com
- matrix: @nycki:bark.lgbt
- github: https://github.com/nycki93
- fediverse: https://bark.lgbt/@nycki (18+)
{% webButton '/a/button-nycki.png', 'nycki' %} {% webButton '/a/button-cohost-mykocalico.png', 'i was on cohost!', 'https://cohost.org/nycki' %}
cool people buttons go here
{% css %} .button-gallery { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; } .button-card { width: 20rem; flex-grow: 1; margin-bottom: 0.5rem; } .button-card img { float: left; margin-right: 0.5rem; } .button-misc { width: 100%; } {% endcss %}
my stuff

Pyramides Papyrium, 2025. Foldable stackable colorblind-friendly game pieces!

Graph Zendo, 2020. An open-ended logic game to play with friends or colleagues!

Braceless JS, 2018. You can do a lot with 'one-line' functions. Let's play with that!

Portal ZZT, 2008. A little demo game about shooting the walls. ZZT is like MS-DOS Mario Maker.

ZZT Nanogames, 2008. A collection of games that are very small, even by ZZT standards.

Collabyrinth, 2008. A collaborative labyrinth made in ZZT. I organized this on the forums!

Traps and Zoids, 2007. Some hand-drawn cartoons and very old web design. Good old HTML 4.0 Transitional.
notes
convert all files in dir to mp3 on windows
gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 }
backup files on windows
robocopy source destination /e /copyall /xj /zb /xd '$RECYCLE.BIN'
log
- 2025-03-21. Did some cleanup. Added light/dark toggle. Added preview images for Pyramides Papyrium, Graph Zendo, Braceless JS, Portal ZZT, Nanopack, Collabyrinth, and Trapz and Zoids.
- 2024-09-27. Changed pronouns from she/they to they/them. I'd describe myself as genderfluid overall.
- 2024-09-26. Updated my 88x31 button.
- 2024-09-15. Redid the build process in Eleventy.
- 2023-12-14. Updated this website to use markdown, via pandoc and make.