diff --git a/content/index.css b/content/index.css index 8b30bf8..597cf68 100644 --- a/content/index.css +++ b/content/index.css @@ -26,7 +26,7 @@ body { overflow-y: scroll; max-width: 100ch; padding: 0 1rem; - margin: 0 auto; + margin: 0 auto 2rem; font-family: var(--font-family); color: var(--text-color); background-color: var(--background-color); @@ -228,3 +228,20 @@ img { .web-button { image-rendering: pixelated; } + +.card-gallery { + list-style: none; + padding-left: 0; + display: flex; + flex-wrap: wrap; + gap: 1rem; +} + +.card img { + width: 175px; + height: 125px; +} + +.card p { + width: 175px; +} diff --git a/content/index.md b/content/index.md index 30d89b2..d9f549d 100644 --- a/content/index.md +++ b/content/index.md @@ -26,10 +26,6 @@ Sticker by [djuan](https://linktr.ee/mkiiisystem)! {% webButton '/a/button-nycki.png', 'nycki' %} {% webButton '/a/button-cohost-mykocalico.png', 'i was on cohost!', 'https://cohost.org/nycki' %} -## blog - -[blog](/blog) | [feed.xml](/blog/feed.xml) - ## cool people buttons go here {% webButton '/a/button-sofia.png', 'sofia-drawsmore', 'https://sofiadrawsmore.neocities.org/' %} @@ -38,17 +34,22 @@ Sticker by [djuan](https://linktr.ee/mkiiisystem)! {% webButton '/a/button-alterae.webp', 'alterae', 'https://alterae.online/' %} {% webButton '/a/button-88by31.gif', '88 by 31', 'https://cyber.dabamos.de/88x31/' %} -## creations +## my stuff -Stuff I've made! +
### Braceless Javascript 2018\. a couple of short programs written in browser JavaScript, with the special restriction that I can't use any instructions that require curly braces, like 'if' or 'for'. instead, I replace these instructions with ternaries and lambdas, which makes this a functional programming exercise! @@ -91,7 +92,8 @@ gci -file | %{ ffmpeg -i $_.fullname $($_.basename).mp3 } ## log +- 2025-03-21. Did some cleanup, added preview images for Pyramides Papyrium and Graph Zendo. - 2023-12-14. Updated this website to use markdown, via pandoc and make. - 2024-09-15. Redid the build process in Eleventy. - 2024-09-26. Updated my 88x31 button. -- 2024-09-27. Changed pronouns from she/they to they/them. I'd describe myself as genderfluid overall. \ No newline at end of file +- 2024-09-27. Changed pronouns from she/they to they/them. I'd describe myself as genderfluid overall. diff --git a/static/a/card-graph-zendo.png b/static/a/card-graph-zendo.png new file mode 100644 index 0000000..9262c07 Binary files /dev/null and b/static/a/card-graph-zendo.png differ diff --git a/static/a/card-pyramides-papyrium.jpg b/static/a/card-pyramides-papyrium.jpg new file mode 100644 index 0000000..a531ab4 Binary files /dev/null and b/static/a/card-pyramides-papyrium.jpg differ