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="/triangle-pouch/">
<li class="post">
<a class="postlink" href="/lobstah/">
<img src="/img/triangle-pouch.jpg" alt="5 small triangular pouches made of leather in two sizes and various colors." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/lobstah.jpg" alt="Two red leather lobster ornaments, about 4-5 in long each." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="triangle-pouch">triangle pouch</h2>
<h2 data-ha-exclude="" id="lobstah">lobstah
</h2>
<ul class="postlist-tags">
<li>leather</li>
@ -1481,12 +1488,14 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<a class="postlink" href="/sunflower/">
<li class="post">
<a class="postlink" href="/vertical-card-wallet/">
<img src="/img/sunflower.jpg" alt="A sunflower made of leather. Many individual natural toned leather petals are sewn onto a brown center ." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/vertical-card-wallet.jpg" alt="A collage showing a hand-stitched leather card wallet with 3 card pockets and 1 interior pocket." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="sunflower">sunflower</h2>
<h2 data-ha-exclude="" id="vertical-card-wallet">vertical card wallet
</h2>
<ul class="postlist-tags">
<li>leather</li>
@ -1495,12 +1504,14 @@ export { HeadingAnchors }</script>
</a>
</li>
<li class="post">
<a class="postlink" href="/leather-lighter-case/">
<li class="post">
<a class="postlink" href="/nine-pocket-bifold/">
<img src="/img/leather-lighter-case.jpg" alt="A bic lighter wrapped in leather and hand-stitched up one side." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/nine-pocket-bifold.jpg" alt="A hand stitched full grain leather bifold wallet in dark plum leather. It has a main bill pocket and a symmetrical interior with a hidden pocket and 3 card pockets on each side." loading="lazy" decoding="async" width="1000" height="750">
<h2 data-ha-exclude="" id="leather-lighter-case">leather lighter case</h2>
<h2 data-ha-exclude="" id="nine-pocket-bifold">nine pocket bifold
</h2>
<ul class="postlist-tags">
<li>leather</li>
@ -1540,6 +1551,6 @@ export { HeadingAnchors }</script>
</footer>
<!-- This page `/stephanie-collar/` was built on 2026-03-25T20:02:54.056Z -->
<!-- This page `/stephanie-collar/` was built on 2026-03-27T19:32:39.871Z -->
</body>
</html>