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

@ -378,6 +378,11 @@ pre[class*=language-]::selection {
grid-area: img;
}
.blur {
filter: blur(.75rem);
clip-path: inset(0 round 1rem);
}
.tag-imgs {
display: grid;
grid-template-columns: repeat(2, 1fr);
@ -393,7 +398,7 @@ pre[class*=language-]::selection {
width: 100%;
aspect-ratio: 3 / 2;
background-color: var(--color-bg-alt);
border-radius: calc(1rem);
border-radius: 1rem;
}
.taglink:focus-visible .missing-image {
@ -1467,12 +1472,14 @@ export { HeadingAnchors }</script>
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
<ol id="postlist">
<li class="post">
<a class="postlink" href="/rachels-bracelets/">
<li class="post">
<a class="postlink" href="/mousie/">
<img src="/img/rachel-bracelets.jpg" alt="Two pink leather bracelets with stainless steel hardware and aqua stitching." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/mousie.jpg" alt="A cat in a sunbeam snuggles a little leather mouse-shaped cat toy." loading="lazy" decoding="async" width="1000" height="1499">
<h2 data-ha-exclude="" id="rachels-bracelets">rachel&#39;s bracelets</h2>
<h2 data-ha-exclude="" id="mousie">mousie
</h2>
<ul class="postlist-tags">
<li>leather</li>
@ -1481,28 +1488,30 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<a class="postlink" href="/designing-a-bag/">
<li class="post">
<a class="postlink" href="/bowtie/">
<img src="/img/shoelace-bag.jpg" alt="a 3-image collage showcasing a leather crossbody bag. the leather body is brown and fairly simple. up the narrow sides, rope is laced through grommets in a style resembling a shoe lacing. the rope forms the handle and loops seamlessly through the other side of the bag, joining in one point in a figure-8 follow-through knot. At the bottom corners, there are small diagonal lines of stitching to give the bag a small lip around the base and ensure small objects don&#39;t slide out." loading="lazy" decoding="async" width="1000" height="1777">
<img src="/img/bowtie.jpg" alt="A black leather bow tie with black stitching." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="designing-a-bag">designing a bag</h2>
<h2 data-ha-exclude="" id="bowtie">bowtie
</h2>
<ul class="postlist-tags">
<li>leather</li>
<li>software</li>
</ul>
</a>
</li>
<li class="post">
<a class="postlink" href="/leaf-patches/">
<li class="post">
<a class="postlink" href="/o-ring-bracelet/">
<img src="/img/leaf-patches-oak.jpg" alt="Several oak-leaf-shaped leather patches with stitching holes punched around the edges." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/oring-bracelet.jpg" alt="A green leather bracelet, stitched along the edges with dark blue thread, holds an ouroborous o-ring in place with two black snaps." loading="lazy" decoding="async" width="900" height="1200">
<h2 data-ha-exclude="" id="leaf-patches">leaf patches</h2>
<h2 data-ha-exclude="" id="o-ring-bracelet">o-ring bracelet
</h2>
<ul class="postlist-tags">
<li>leather</li>
@ -1542,6 +1551,6 @@ export { HeadingAnchors }</script>
</footer>
<!-- This page `/vertical-bifold/` was built on 2026-03-25T20:02:54.054Z -->
<!-- This page `/vertical-bifold/` was built on 2026-03-27T19:32:39.868Z -->
</body>
</html>