ok finishing up the blur stuff and also building

This commit is contained in:
2026-03-27 12:33:35 -07:00
parent c6dcdacbec
commit 073ad660e4
283 changed files with 9821 additions and 5296 deletions

View File

@ -175,6 +175,11 @@
grid-area: img;
}
.blur {
filter: blur(.75rem);
clip-path: inset(0 round 1rem);
}
.tag-imgs {
display: grid;
grid-template-columns: repeat(2, 1fr);
@ -190,7 +195,7 @@
width: 100%;
aspect-ratio: 3 / 2;
background-color: var(--color-bg-alt);
border-radius: calc(1rem);
border-radius: 1rem;
}
.taglink:focus-visible .missing-image {
@ -968,12 +973,14 @@ footer a:focus-visible {
<ol id="postlist">
<li class="post">
<li class="post">
<a class="postlink" href="/orange-green-journal/">
<img src="/img/orange-green-journal.jpg" alt="A 4-part collage of a slim handbound book." loading="lazy" decoding="async" width="1000" height="1777">
<h2 data-ha-exclude="" id="orange-green-journal">orange green journal</h2>
<h2 data-ha-exclude="" id="orange-green-journal">orange green journal
</h2>
<ul class="postlist-tags">
<li>book</li>
@ -982,12 +989,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/baseball-journal/">
<img src="/img/baseball-journal.jpg" alt="A 3-part collage of a leather-covered book with baseball-style stitching across the spine." loading="lazy" decoding="async" width="1000" height="1000">
<h2 data-ha-exclude="" id="baseball-journal">baseball journal</h2>
<h2 data-ha-exclude="" id="baseball-journal">baseball journal
</h2>
<ul class="postlist-tags">
<li>book</li>
@ -996,12 +1005,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/trans-wrongs-skull/">
<img src="/img/trans-wrongs-print.jpg" alt="A smiling skull with devil horns and a little spiked tail, and a speech bubble reading &#39;trans wrongs!&#39;" loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="trans-wrongs-skull">trans wrongs skull</h2>
<h2 data-ha-exclude="" id="trans-wrongs-skull">trans wrongs skull
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1018,12 +1029,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/geese-trans-wrongs/">
<img src="/img/trans-wrongs-geese-print.jpg" alt="Two Canada geese and their reflections in the water. One is calmly swimming away, while the over leans over towards them and HONKS! Both have speech bubbles; the calm goose says &#39;trans rights!&#39; while the honking goose says &#39;trans wrongs!&#39;" loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="geese-trans-wrongs">geese/trans wrongs</h2>
<h2 data-ha-exclude="" id="geese-trans-wrongs">geese/trans wrongs
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1036,12 +1049,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/spotted-towhee/">
<img src="/img/spotted-towhee-print.jpg" alt="A block print of a spotted towhee mid-leap." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="spotted-towhee">spotted towhee</h2>
<h2 data-ha-exclude="" id="spotted-towhee">spotted towhee
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1052,12 +1067,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/knit-shrimp/">
<img src="/img/knit-shrimp.jpg" alt="Four knitted shrimp in various shades of pink. They are all somewhere around hand-sized, and have little yarn antennae and leggies." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="knit-shrimp">knit shrimp</h2>
<h2 data-ha-exclude="" id="knit-shrimp">knit shrimp
</h2>
<ul class="postlist-tags">
<li>knit</li>
@ -1066,12 +1083,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/geese/">
<img src="/img/geese-print.jpg" alt="Two Canada geese and their reflections in the water. One is calmly swimming away, while the over leans over and HONKS!" loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="geese">geese</h2>
<h2 data-ha-exclude="" id="geese">geese
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1084,12 +1103,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/fat-raccoon/">
<img src="/img/fat-raccoon-print.jpg" alt="A block print in black ink of a rotund raccoon raising a welcoming paw towards the viewer." loading="lazy" decoding="async" width="1000" height="1333">
<h2 data-ha-exclude="" id="fat-raccoon">fat raccoon</h2>
<h2 data-ha-exclude="" id="fat-raccoon">fat raccoon
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1102,12 +1123,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/big-pidge/">
<img src="/img/big-pidge-print.jpg" alt="A block print of a superb speciman of pigeon, inked mostly in black but with patches of green, blue, and purple to indicate iridescence." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="big-pidge">big pidge</h2>
<h2 data-ha-exclude="" id="big-pidge">big pidge
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1120,24 +1143,28 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/shirt-making-notes/">
<img src="/img/shirt-wip.jpg" alt="A shirt laid out on my desk after being printed with my jay and flicker prints. There are ink pads and other tools scattered around." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="shirt-making-notes">shirt making notes</h2>
<h2 data-ha-exclude="" id="shirt-making-notes">shirt making notes
</h2>
<ul class="postlist-tags">
</ul>
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/trans-rights-skull/">
<img src="/img/trans-rights-print.jpg" alt="A print in mostly black ink of a smiling skull with a speech bubble. In pink and blue, the speech bubble reads &#39;trans rights!&#39;" loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="trans-rights-skull">trans rights skull</h2>
<h2 data-ha-exclude="" id="trans-rights-skull">trans rights skull
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1154,12 +1181,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/stellars-jay/">
<img src="/img/stellars-jay-print.jpg" alt="A print of a stellar&#39;s jay, a beautiful black and blue bird, about to take off from a branch" loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="stellars-jay">stellar&#39;s jay</h2>
<h2 data-ha-exclude="" id="stellars-jay">stellar&#39;s jay
</h2>
<ul class="postlist-tags">
<li>print</li>
@ -1172,12 +1201,14 @@ footer a:focus-visible {
</a>
</li>
<li class="post">
<li class="post">
<a class="postlink" href="/backend-accessibility/">
<img src="/img/camelCase-print.jpg" alt="A carved stamp next to its print. The print reads &#39;#camelCase&#39; in a slightly formal-looking italic font." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="backend-accessibility">backend accessibility</h2>
<h2 data-ha-exclude="" id="backend-accessibility">backend accessibility
</h2>
<ul class="postlist-tags">
<li>software</li>
@ -1239,6 +1270,6 @@ footer a:focus-visible {
</footer>
<!-- This page `/11/` was built on 2026-03-25T20:03:00.078Z -->
<!-- This page `/11/` was built on 2026-03-27T19:32:45.637Z -->
</body>
</html>