drone build Sat Sep 19 17:41:04 PDT 2026
This commit is contained in:
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1643,6 +1654,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/1/` was built on 2026-09-18T15:48:53.307Z -->
|
<!-- This page `/1/` was built on 2026-09-20T00:40:45.063Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1691,6 +1702,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/10/` was built on 2026-09-18T15:48:56.553Z -->
|
<!-- This page `/10/` was built on 2026-09-20T00:40:51.811Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1659,6 +1670,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/11/` was built on 2026-09-18T15:48:56.826Z -->
|
<!-- This page `/11/` was built on 2026-09-20T00:40:52.304Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1679,6 +1690,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/12/` was built on 2026-09-18T15:48:57.062Z -->
|
<!-- This page `/12/` was built on 2026-09-20T00:40:52.811Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1671,6 +1682,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/13/` was built on 2026-09-18T15:48:57.214Z -->
|
<!-- This page `/13/` was built on 2026-09-20T00:40:53.118Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1645,6 +1656,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/14/` was built on 2026-09-18T15:48:57.567Z -->
|
<!-- This page `/14/` was built on 2026-09-20T00:40:53.720Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1543,6 +1554,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/15/` was built on 2026-09-18T15:48:57.889Z -->
|
<!-- This page `/15/` was built on 2026-09-20T00:40:54.154Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1643,6 +1654,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/2/` was built on 2026-09-18T15:48:53.647Z -->
|
<!-- This page `/2/` was built on 2026-09-20T00:40:45.615Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1647,6 +1658,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/3/` was built on 2026-09-18T15:48:54.022Z -->
|
<!-- This page `/3/` was built on 2026-09-20T00:40:46.226Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1655,6 +1666,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/4/` was built on 2026-09-18T15:48:54.422Z -->
|
<!-- This page `/4/` was built on 2026-09-20T00:40:47.011Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -40,10 +40,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>:root {
|
<style>@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -137,11 +145,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,23 +161,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1440,6 +1450,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/404.html` was built on 2026-09-18T15:48:49.984Z -->
|
<!-- This page `/404.html` was built on 2026-09-20T00:40:39.768Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1643,6 +1654,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/5/` was built on 2026-09-18T15:48:54.868Z -->
|
<!-- This page `/5/` was built on 2026-09-20T00:40:48.135Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1645,6 +1656,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/6/` was built on 2026-09-18T15:48:55.159Z -->
|
<!-- This page `/6/` was built on 2026-09-20T00:40:48.747Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1653,6 +1664,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/7/` was built on 2026-09-18T15:48:55.522Z -->
|
<!-- This page `/7/` was built on 2026-09-20T00:40:49.522Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1645,6 +1656,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/8/` was built on 2026-09-18T15:48:55.794Z -->
|
<!-- This page `/8/` was built on 2026-09-20T00:40:50.150Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1643,6 +1654,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/9/` was built on 2026-09-18T15:48:56.165Z -->
|
<!-- This page `/9/` was built on 2026-09-20T00:40:51.065Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+28
-17
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/lobstah/">
|
<a class="postlink" href="/triangle-pouch/">
|
||||||
<h2 data-ha-exclude="" id="lobstah">lobstah </h2>
|
<h2 data-ha-exclude="" id="triangle-pouch">triangle pouch </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/brookes-suspenders/">
|
<a class="postlink" href="/leatherworking-favorites/">
|
||||||
<h2 data-ha-exclude="" id="brookes-suspenders">brooke's suspenders </h2>
|
<h2 data-ha-exclude="" id="leatherworking-favorites">leatherworking favorites </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/brooke-suspenders.jpg" alt="a two image collage showing the front and back of a person, neck to waist. she's wearing leather suspenders with a button attachment, buckles for adjustment, and a stitched diamond where the straps cross in the back." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/leather-harness-wip.jpg" alt="two pieces of a chest harness sitting on a messy workbench. both pieces are about 8 inches long total and consist of two large o-rings joined by a dark teal leather strap. the o rings and rivets are matte black." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/nine-pocket-bifold/">
|
<a class="postlink" href="/moss-harness/">
|
||||||
<h2 data-ha-exclude="" id="nine-pocket-bifold">nine pocket bifold </h2>
|
<h2 data-ha-exclude="" id="moss-harness">moss harness </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/moss-harness.jpg" alt="A nylon webbing harness in bright teal laid out on a desk." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/aarons-mask/` was built on 2026-09-18T15:48:49.954Z -->
|
<!-- This page `/aarons-mask/` was built on 2026-09-20T00:40:39.735Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-9
@@ -40,10 +40,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>:root {
|
<style>@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -137,11 +145,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,23 +161,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1557,6 +1567,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/about/` was built on 2026-09-18T15:48:49.984Z -->
|
<!-- This page `/about/` was built on 2026-09-20T00:40:39.767Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1890,6 +1901,20 @@ switch (currentThemeValue) {
|
|||||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/lined-notebook/">
|
||||||
|
<h2 data-ha-exclude="" id="lined-notebook">lined notebook </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>book</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/lined-notebook.jpg" alt="A three panel collage showing a the endpapers, cover, and pages of a small hardbound notebook." loading="lazy" decoding="async" width="1000" height="1776">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/black-and-red-journal/">
|
<a class="postlink" href="/black-and-red-journal/">
|
||||||
<h2 data-ha-exclude="" id="black-and-red-journal">black and red journal </h2>
|
<h2 data-ha-exclude="" id="black-and-red-journal">black and red journal </h2>
|
||||||
@@ -1907,29 +1932,15 @@ switch (currentThemeValue) {
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/baseball-journal/">
|
<a class="postlink" href="/orange-green-journal/">
|
||||||
<h2 data-ha-exclude="" id="baseball-journal">baseball journal </h2>
|
<h2 data-ha-exclude="" id="orange-green-journal">orange green journal </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>book</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<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">
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/striped-journal/">
|
|
||||||
<h2 data-ha-exclude="" id="striped-journal">striped journal </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>book</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/striped-journal.jpg" alt="A three panel collage showcasing a journal with a striped cover." loading="lazy" decoding="async" width="1000" height="1776">
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1986,6 +1997,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/acadia-coloring-journal/` was built on 2026-09-18T15:48:49.947Z -->
|
<!-- This page `/acadia-coloring-journal/` was built on 2026-09-20T00:40:39.710Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+33
-24
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1874,22 +1885,6 @@ switch (currentThemeValue) {
|
|||||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/textures-unite/">
|
|
||||||
<h2 data-ha-exclude="" id="textures-unite">textures unite </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>knit</li>
|
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/textures-unite.jpg" alt="a largely unseen person holds up an expansive knitted shawl, built in 6 sections of different textures and colors. in the background, trees and dappled sunlight." loading="lazy" decoding="async" width="1000" height="1334">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/brookes-scarf/">
|
<a class="postlink" href="/brookes-scarf/">
|
||||||
<h2 data-ha-exclude="" id="brookes-scarf">brooke's scarf </h2>
|
<h2 data-ha-exclude="" id="brookes-scarf">brooke's scarf </h2>
|
||||||
@@ -1904,6 +1899,20 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/brookes-socks/">
|
||||||
|
<h2 data-ha-exclude="" id="brookes-socks">brooke's socks </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>knit</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/brooke-socks.jpg" alt="Feet in a pair of colorful socks. They are identically striped and quickly vary between yellow, green, blue, white, and gray." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/pink-socks/">
|
<a class="postlink" href="/pink-socks/">
|
||||||
<h2 data-ha-exclude="" id="pink-socks">pink socks </h2>
|
<h2 data-ha-exclude="" id="pink-socks">pink socks </h2>
|
||||||
@@ -1970,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/acadia-mitts/` was built on 2026-09-18T15:48:49.951Z -->
|
<!-- This page `/acadia-mitts/` was built on 2026-09-20T00:40:39.761Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -40,10 +40,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>:root {
|
<style>@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -137,11 +145,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,23 +161,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1445,6 +1455,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/accessibility/` was built on 2026-09-18T15:48:49.984Z -->
|
<!-- This page `/accessibility/` was built on 2026-09-20T00:40:39.772Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1934,49 +1945,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/screen-reader-optimizations/">
|
<a class="postlink" href="/an-intro-to-git/">
|
||||||
<h2 data-ha-exclude="" id="screen-reader-optimizations">screen reader optimizations </h2>
|
<h2 data-ha-exclude="" id="an-intro-to-git">an intro to git </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crow.jpg" alt="Image unrelated to post. A crow poses on driftwood against a whitish sky." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/goldeneye-tail.jpg" alt="Image unrelated to post. The tail of a diving duck pokes out from the water with a small splash." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
<a class="postlink" href="/handedness-toggle/">
|
||||||
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
<h2 data-ha-exclude="" id="handedness-toggle">handedness toggle </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
<img src="/img/handedness-toggle-0.png" alt="A screenshot of the rescue trans rescue navbar centered on a button that shows a hand pointing left." loading="lazy" decoding="async" width="1000" height="257">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/gender-in-data-models/">
|
<a class="postlink" href="/framer-accessibility/">
|
||||||
<h2 data-ha-exclude="" id="gender-in-data-models">gender in data models </h2>
|
<h2 data-ha-exclude="" id="framer-accessibility">framer accessibility </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/peony.jpg" alt="Image unrelated to post. A light pink peony in full bloom, close up." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/framer.png" alt="A screenshot of the Framer projects page showing part of the tile for a very rudimentary project titled Accessibility Test. It has a huge title that just reads Title, a basic form, and some pictures of my dog as notable features." loading="lazy" decoding="async" width="841" height="532">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2033,6 +2038,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/accessible-image-modals/` was built on 2026-09-18T15:48:49.981Z -->
|
<!-- This page `/accessible-image-modals/` was built on 2026-09-20T00:40:39.765Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+25
-16
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -2304,31 +2315,29 @@ codeberg https://codeberg.org/inherentlee/git-intro.git (push)</code></pre>
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/framer-accessibility/">
|
<a class="postlink" href="/my-favorite-git-flag/">
|
||||||
<h2 data-ha-exclude="" id="framer-accessibility">framer accessibility </h2>
|
<h2 data-ha-exclude="" id="my-favorite-git-flag">my favorite git flag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/framer.png" alt="A screenshot of the Framer projects page showing part of the tile for a very rudimentary project titled Accessibility Test. It has a huge title that just reads Title, a basic form, and some pictures of my dog as notable features." loading="lazy" decoding="async" width="841" height="532">
|
<img src="/img/shelf-mushrooms.jpg" alt="Picture unrelated to post. Creamy beige shelf mushrooms on a mossy tree trunk." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
<a class="postlink" href="/eleventy-lessons/">
|
||||||
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
<h2 data-ha-exclude="" id="eleventy-lessons">eleventy lessons </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
<img src="/img/hellebore.jpg" alt="Image unrelated to post. Close up on a pale green hellebore flower." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2385,6 +2394,6 @@ codeberg https://codeberg.org/inherentlee/git-intro.git (push)</code></pre>
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/an-intro-to-git/` was built on 2026-09-18T15:48:49.979Z -->
|
<!-- This page `/an-intro-to-git/` was built on 2026-09-20T00:40:39.763Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+35
-26
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1897,8 +1908,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/queer/">
|
<a class="postlink" href="/foxgloves/">
|
||||||
<h2 data-ha-exclude="" id="queer">queer </h2>
|
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1906,46 +1917,44 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>sticker</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/queer-print.jpg" alt="A print of the word queer in black ink. The letters are rounded with elongated oval negative space." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/greeting-quorbs/">
|
<a class="postlink" href="/swallowtail-on-snowdrops/">
|
||||||
<h2 data-ha-exclude="" id="greeting-quorbs">greeting quorbs </h2>
|
<h2 data-ha-exclude="" id="swallowtail-on-snowdrops">swallowtail on snowdrops </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/greeting-quorbs.jpg" alt="A pile of hand-printed A2 size greeting cards. Only the front is visible, showing a particularly round quail." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/swallowtail-on-snowdrops-print.jpg" alt="A block print of a tiger swallowtail butterfly dangling from Japanese snowdrops, a white drooping flower." loading="lazy" decoding="async" width="1000" height="1332">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/iris/">
|
<a class="postlink" href="/artisans-cooperative-shirts/">
|
||||||
<h2 data-ha-exclude="" id="iris">iris </h2>
|
<h2 data-ha-exclude="" id="artisans-cooperative-shirts">artisans cooperative shirts </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>shirt</li>
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/iris-prints.jpg" alt="3 copies of the same print of iris flowers and a bud, done in slightly varied color schemes." loading="lazy" decoding="async" width="1000" height="562">
|
<img src="/img/artisans-coop-shirt.jpg" alt="A black tank top laid on a desk. In white ink it reads 'Artisans Cooperative' with a print of some chickens and a quail." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2002,6 +2011,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/anarchy-autism/` was built on 2026-09-18T15:48:49.968Z -->
|
<!-- This page `/anarchy-autism/` was built on 2026-09-20T00:40:39.724Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1932,6 +1943,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/art-shows-and-events/` was built on 2026-09-18T15:48:49.950Z -->
|
<!-- This page `/art-shows-and-events/` was built on 2026-09-20T00:40:39.760Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1882,22 +1893,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/loon/">
|
<a class="postlink" href="/congrats-on-the-gay/">
|
||||||
<h2 data-ha-exclude="" id="loon">loon </h2>
|
<h2 data-ha-exclude="" id="congrats-on-the-gay">congrats on the gay </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/loon-print.jpg" alt="A print of a loon rearing up with wings spread" loading="lazy" decoding="async" width="1000" height="1333">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/geese/">
|
|
||||||
<h2 data-ha-exclude="" id="geese">geese </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1905,17 +1902,17 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/congrats-on-the-gay.jpg" alt="A greeting card reading, in black. 'Congrats on the,' and then, in rainbow, 'Gay!'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/trans-the-world/">
|
<a class="postlink" href="/slightly-weird-man-club/">
|
||||||
<h2 data-ha-exclude="" id="trans-the-world">trans the world </h2>
|
<h2 data-ha-exclude="" id="slightly-weird-man-club">slightly weird man club </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1926,7 +1923,23 @@ switch (currentThemeValue) {
|
|||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/trans-the-world-print.jpg" alt="A print that reads 'trans the world' surrounding an image of a globe and a trans symbol. It's in a ping-to-blue gradient." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/slightly-weird-man-club-print.jpg" alt="A print that reads 'slightly weird man club' in a nonbinary flag colored gradient" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/iris/">
|
||||||
|
<h2 data-ha-exclude="" id="iris">iris </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/iris-prints.jpg" alt="3 copies of the same print of iris flowers and a bud, done in slightly varied color schemes." loading="lazy" decoding="async" width="1000" height="562">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1983,6 +1996,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/artisans-cooperative-cards/` was built on 2026-09-18T15:48:49.967Z -->
|
<!-- This page `/artisans-cooperative-cards/` was built on 2026-09-20T00:40:39.722Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1883,53 +1894,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/artisans-cooperative-cards/">
|
<a class="postlink" href="/euphorbia/">
|
||||||
<h2 data-ha-exclude="" id="artisans-cooperative-cards">artisans cooperative cards </h2>
|
<h2 data-ha-exclude="" id="euphorbia">euphorbia </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/artisans-coop-cards.jpg" alt="2 white greeting cards with the Artisans Cooperative logo, a chicken. One card has a single print of the chicken in black ink, and the other has two overlapping prints in blue and red ink" loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/euphorbia-print.jpg" alt="A print in black ink on brown paper. It depicts a stem of euphorbia, a plant with long, thin leaves and many clustered flowers." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/foxgloves/">
|
<a class="postlink" href="/become-unbutterable/">
|
||||||
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
<h2 data-ha-exclude="" id="become-unbutterable">become unbutterable </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/become-unbutterable.jpg" alt="3 copies of the same stamp in orange ink are spread out next to the hand carved rubber stamp they were made from. They show a cat lying on his back with paws curled, holding a butter knife in his mouth. Text around the cat reads, in all caps, 'become unbutterable.'" loading="lazy" decoding="async" width="1000" height="562">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/nonbinary-flag/">
|
<a class="postlink" href="/brown-creeper/">
|
||||||
<h2 data-ha-exclude="" id="nonbinary-flag">nonbinary flag </h2>
|
<h2 data-ha-exclude="" id="brown-creeper">brown creeper </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/nonbinary-flag-print.jpg" alt="A print of a nonbinary flag waving, with yellow, white (uninked), purple, and black stripes." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/brown-creeper-print.jpg" alt="2 copies of the same print side by side. In yellow, black, and purple ink, a brown creeper, a small bird, is depicted, well camouflaged against a tree trunk." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1986,6 +1987,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/artisans-cooperative-shirts/` was built on 2026-09-18T15:48:49.968Z -->
|
<!-- This page `/artisans-cooperative-shirts/` was built on 2026-09-20T00:40:39.724Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1909,6 +1920,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/artists-conk/` was built on 2026-09-18T15:48:49.976Z -->
|
<!-- This page `/artists-conk/` was built on 2026-09-20T00:40:39.727Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -2106,47 +2117,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/butch-hands-pattern/">
|
<a class="postlink" href="/framer-accessibility/">
|
||||||
<h2 data-ha-exclude="" id="butch-hands-pattern">butch hands pattern </h2>
|
<h2 data-ha-exclude="" id="framer-accessibility">framer accessibility </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>knit</li>
|
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/butch-hands.jpg" alt="Hands wearing a pair of pink and grey gloves with convertable mitten tops." loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/screen-reader-optimizations/">
|
|
||||||
<h2 data-ha-exclude="" id="screen-reader-optimizations">screen reader optimizations </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crow.jpg" alt="Image unrelated to post. A crow poses on driftwood against a whitish sky." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/framer.png" alt="A screenshot of the Framer projects page showing part of the tile for a very rudimentary project titled Accessibility Test. It has a huge title that just reads Title, a basic form, and some pictures of my dog as notable features." loading="lazy" decoding="async" width="841" height="532">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/quorbs/">
|
<a class="postlink" href="/happy-solstice-2025/">
|
||||||
<h2 data-ha-exclude="" id="quorbs">quorbs </h2>
|
<h2 data-ha-exclude="" id="happy-solstice-2025">happy solstice 2025 </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>highlight</li>
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/quorbs-print.jpg" alt="A print in two layers of color showing two rotund quails on a branch. Most of the details are in black ink, then there is a layer with a brown gradient filling in some color on the head and breast." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/solstice-2025.jpg" alt="front and back of our solstice card from this year, designed in postcard format. long alt incoming... front - 4 picture collage. 1 - i'm standing in the woods, looking to one side, wearing an elaborate knit scarf. 2 - silhouetted thistle-like flowers in front of a pink-purple sky. 3 - my wife brooke crouches down to draw a heart in charcoal on a beach log, with 'L + B' written inside. 4 - brooke stands on a driftwood-covered beach looking hella cool in mirrored shades. our dog kes stands in front of her and looks off to one side eagerly. overlaid is the words 'happy solstice' in cursive. back - split down the center like the back of a postcard. on the left side, a 5 picture collage. 1 - i stand on a rock at the edge of a calm alpine lake. overlaid is the words 'lee, brooke, kestrel, & the flock' in print lettering. 2 - an early spring fern curl. 3 - our six ducks, all facing to the left, not in a row but still very organized. 4 - brooke grins at the camera while hugging kestrel's head. kestrel looks maybe a bit distraught. 5 - silhouette of a heron in flight across an early morning blue sky. on the address side, i've added a dahlia to represent the stamp, and written 'you!' in the field that would normally hold the mailing address." loading="lazy" decoding="async" width="1000" height="1346">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/eleventy-lessons/">
|
||||||
|
<h2 data-ha-exclude="" id="eleventy-lessons">eleventy lessons </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>software</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/hellebore.jpg" alt="Image unrelated to post. Close up on a pale green hellebore flower." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2203,6 +2210,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/azure-locations-and-file-crawling/` was built on 2026-09-18T15:48:49.950Z -->
|
<!-- This page `/azure-locations-and-file-crawling/` was built on 2026-09-20T00:40:39.760Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1936,43 +1947,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/redirections/">
|
<a class="postlink" href="/comparing-text-editors/">
|
||||||
<h2 data-ha-exclude="" id="redirections">redirections </h2>
|
<h2 data-ha-exclude="" id="comparing-text-editors">comparing text editors </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/angle-brackets-uwu.jpg" alt="Ascii art of an emoticon with pinched eyes and a small mouth made with two angle brackets." loading="lazy" decoding="async" width="1000" height="316">
|
<img src="/img/horsetail.jpg" alt="Image unrelated to post. Close up on a horsetail plant's stem, with many small needle-like leaves emerging from all sides of the circular stem at each segmented joint." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/screen-reader-optimizations/">
|
<a class="postlink" href="/eleventy-lessons/">
|
||||||
<h2 data-ha-exclude="" id="screen-reader-optimizations">screen reader optimizations </h2>
|
<h2 data-ha-exclude="" id="eleventy-lessons">eleventy lessons </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crow.jpg" alt="Image unrelated to post. A crow poses on driftwood against a whitish sky." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/hellebore.jpg" alt="Image unrelated to post. Close up on a pale green hellebore flower." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/domain-and-site-setup/">
|
<a class="postlink" href="/intro-to-wireframing/">
|
||||||
<h2 data-ha-exclude="" id="domain-and-site-setup">domain and site setup </h2>
|
<h2 data-ha-exclude="" id="intro-to-wireframing">intro to wireframing </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crinkly-mushrooms.jpg" alt="Picture unrelated to post. Some crinkly brown-orange mushrooms in vibrant green grass." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/aggregator-wireframes.jpg" alt="a figma page with 4 major sections titled aggregator, aggregator mobile, aggregator color, and aggregator mobile color. each section has 7 pages in it - all sections pretty clearly have the same 7 pages, with the mobile sections shown on mobile screens and the color sections in a rainbow of pastels rather than grayscale." loading="lazy" decoding="async" width="1000" height="1042">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2029,6 +2040,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/backend-accessibility/` was built on 2026-09-18T15:48:49.963Z -->
|
<!-- This page `/backend-accessibility/` was built on 2026-09-20T00:40:39.715Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+28
-21
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,47 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/bowtie/">
|
<a class="postlink" href="/rachels-bracelets/">
|
||||||
<h2 data-ha-exclude="" id="bowtie">bowtie </h2>
|
<h2 data-ha-exclude="" id="rachels-bracelets">rachel's bracelets </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/bowtie.jpg" alt="A black leather bow tie with black stitching." loading="lazy" decoding="async" width="1000" height="750">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/patchwork-wallet/">
|
<a class="postlink" href="/gradient-purse-strap/">
|
||||||
<h2 data-ha-exclude="" id="patchwork-wallet">patchwork wallet </h2>
|
<h2 data-ha-exclude="" id="gradient-purse-strap">gradient purse strap </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/patchwork-wallet.jpg" alt="A collage showing a wallet in a patchwork style, with different colors of leather all stitched together to make up the exterior and the top interior pockets. Other pockets inside are dyed various colors." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/gradient-purse-strap.jpg" alt="a coiled up purse strap in gradient cool colors - we can see green, teal, indigo, and a slightly pinkish purple. It has brass hardware and is stiched along its length with cream stitches." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/black-and-red-journal/">
|
<a class="postlink" href="/eight-pocket-bifold/">
|
||||||
<h2 data-ha-exclude="" id="black-and-red-journal">black and red journal </h2>
|
<h2 data-ha-exclude="" id="eight-pocket-bifold">eight pocket bifold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/black-red-journal.jpg" alt="3 image collage showing a leather-bound journal. The cover is black, with long red vertical stitches along the spine and a red leather strap for a closure. On the back in one lower corner is stamped LEE CAT ART" loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/eight-pocket-bifold.jpg" alt="A 3-picture collage showing a hand stitched full grain leather bifold wallet in dark plum leather. It has a main bill pocket and a asymmetrical interior with a hidden pocket and 3 card pockets on the right, and a hidden pocket and 2 card pockets on the left. The left front pocket has a small naturally occuring hole." loading="lazy" decoding="async" width="1000" height="1777">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1972,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/bag-strap/` was built on 2026-09-18T15:48:49.976Z -->
|
<!-- This page `/bag-strap/` was built on 2026-09-20T00:40:39.727Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+36
-27
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1885,31 +1896,15 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/black-and-red-journal/">
|
<a class="postlink" href="/flocked-notebook/">
|
||||||
<h2 data-ha-exclude="" id="black-and-red-journal">black and red journal </h2>
|
<h2 data-ha-exclude="" id="flocked-notebook">flocked notebook </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>book</li>
|
|
||||||
|
|
||||||
<li>leather</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/black-red-journal.jpg" alt="3 image collage showing a leather-bound journal. The cover is black, with long red vertical stitches along the spine and a red leather strap for a closure. On the back in one lower corner is stamped LEE CAT ART" loading="lazy" decoding="async" width="1000" height="1000">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/green-memo-pad/">
|
|
||||||
<h2 data-ha-exclude="" id="green-memo-pad">green memo pad </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>book</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/green-memo-pad.jpg" alt="A three panel collage showcasing a small green memo pad." loading="lazy" decoding="async" width="1000" height="1776">
|
<img src="/img/flocked-notebook.jpg" alt="A two panel collage showing the cover and endpapers of a thick notebook." loading="lazy" decoding="async" width="1000" height="1331">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1930,6 +1925,20 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/square-watercolor-pad/">
|
||||||
|
<h2 data-ha-exclude="" id="square-watercolor-pad">square watercolor pad </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>book</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/square-watercolor-pad.jpg" alt="A two panel collage showing a square book with a tan cover and blue and gold endpapers." loading="lazy" decoding="async" width="1000" height="1331">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -1982,6 +1991,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/baseball-journal/` was built on 2026-09-18T15:48:49.965Z -->
|
<!-- This page `/baseball-journal/` was built on 2026-09-20T00:40:39.721Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1881,6 +1892,38 @@ switch (currentThemeValue) {
|
|||||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/crow/">
|
||||||
|
<h2 data-ha-exclude="" id="crow">crow </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/crow-print.jpg" alt="a block print in dark indigo ink on white paper depicting a perched crow looking over one shoulder. one side of the crow is lit with fine feather detail, and the other side is almost entirely in shadow." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/coming-out/">
|
||||||
|
<h2 data-ha-exclude="" id="coming-out">coming out </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/coming-out-card-print.jpg" alt="A card and print in the same design - a chick and a broken eggshell, and a simple font reading 'congrats on coming out of your shell'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/loon/">
|
<a class="postlink" href="/loon/">
|
||||||
<h2 data-ha-exclude="" id="loon">loon </h2>
|
<h2 data-ha-exclude="" id="loon">loon </h2>
|
||||||
@@ -1895,46 +1938,6 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/trans-wrongs-skull/">
|
|
||||||
<h2 data-ha-exclude="" id="trans-wrongs-skull">trans wrongs skull </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>sticker</li>
|
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/trans-wrongs-print.jpg" alt="A smiling skull with devil horns and a little spiked tail, and a speech bubble reading 'trans wrongs!'" loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/stellars-jay/">
|
|
||||||
<h2 data-ha-exclude="" id="stellars-jay">stellar's jay </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/stellars-jay-print.jpg" alt="A print of a stellar's jay, a beautiful black and blue bird, about to take off from a branch" loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -1987,6 +1990,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/become-unbutterable/` was built on 2026-09-18T15:48:49.946Z -->
|
<!-- This page `/become-unbutterable/` was built on 2026-09-20T00:40:39.710Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,15 +1886,29 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/handcombed-jacobs-handspun/">
|
<a class="postlink" href="/petrichor-handspun/">
|
||||||
<h2 data-ha-exclude="" id="handcombed-jacobs-handspun">handcombed jacobs handspun </h2>
|
<h2 data-ha-exclude="" id="petrichor-handspun">petrichor handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/handcombed-jacobs.jpg" alt="a skein of dark grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/petrichor-handspun.jpg" alt="3 skeins of handspun yarn, 2 large and 1 small. the large ones are a rich earth-tone blend of reds, pinks, browns, and hints of green and gold. the smaller skein is similar but with a decidedly greener hue" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/handspun-yarn-in-party-mix-and-orange-gold/">
|
||||||
|
<h2 data-ha-exclude="" id="handspun-yarn-in-party-mix-and-orange-gold">handspun yarn in party mix and orange-gold </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>yarn</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/handspun0.jpg" alt="4 skeins of handspun yarn, two in a somewhat pastel multicolor and two in a blend of orange, gold, and white." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1902,20 +1927,6 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/light-grey-jacobs-handspun/">
|
|
||||||
<h2 data-ha-exclude="" id="light-grey-jacobs-handspun">light grey jacobs handspun </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>yarn</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/light-grey-jacobs.jpg" alt="a skein of light grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/bfl-silk-handspun/` was built on 2026-09-18T15:48:49.980Z -->
|
<!-- This page `/bfl-silk-handspun/` was built on 2026-09-20T00:40:39.764Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+39
-32
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1892,26 +1903,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/pronoun-patches/">
|
<a class="postlink" href="/congrats-on-the-autism-adhd/">
|
||||||
<h2 data-ha-exclude="" id="pronoun-patches">pronoun patches </h2>
|
<h2 data-ha-exclude="" id="congrats-on-the-autism-adhd">congrats on the autism/adhd </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>patch</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/pronoun-patch.jpg" alt="Rows of the same design, a skull with a speech bubble announcing varied pronoun sets, repeat in multiple colors along a stretch of off-white fabric." loading="lazy" decoding="async" width="1000" height="562">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/artisans-cooperative-cards/">
|
|
||||||
<h2 data-ha-exclude="" id="artisans-cooperative-cards">artisans cooperative cards </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1920,14 +1913,14 @@ switch (currentThemeValue) {
|
|||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/artisans-coop-cards.jpg" alt="2 white greeting cards with the Artisans Cooperative logo, a chicken. One card has a single print of the chicken in black ink, and the other has two overlapping prints in blue and red ink" loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/congrats-on-the.jpg" alt="4 greeting cards propped up on a keyboard. On the right hand side, two cards read 'Congrats on the Autism'; one in rainbow ink and one in black ink with a glittery gold shadow. On the left, two cards read 'Congrats on the ADHD'; one in red and one in black, both with glittery pink shadows." loading="lazy" decoding="async" width="1000" height="562">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/hummingbird-become-ungovernable/">
|
<a class="postlink" href="/stellars-jay/">
|
||||||
<h2 data-ha-exclude="" id="hummingbird-become-ungovernable">hummingbird become ungovernable </h2>
|
<h2 data-ha-exclude="" id="stellars-jay">stellar's jay </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1938,7 +1931,21 @@ switch (currentThemeValue) {
|
|||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/hummingbird-ungovernable-print.jpg" alt="A block print in black and orange ink of a rufous hummingbird, tail flared, hovering in midair. Clutched in eir tiny claws is a banner that waves in the wind and reads 'become ungovernable'" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/stellars-jay-print.jpg" alt="A print of a stellar's jay, a beautiful black and blue bird, about to take off from a branch" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/block-printing-transfer-method/">
|
||||||
|
<h2 data-ha-exclude="" id="block-printing-transfer-method">block printing transfer method </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/transfer-wip.jpg" alt="A pink block of carving material with a printed design of a bird attached to it. The paper has been partially rubbed away (process described in this post) to reveal the inked design on the carving material." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1995,6 +2002,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/big-pidge/` was built on 2026-09-18T15:48:49.964Z -->
|
<!-- This page `/big-pidge/` was built on 2026-09-20T00:40:39.715Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1879,47 +1890,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/designing-a-bag/">
|
<a class="postlink" href="/soras-collar/">
|
||||||
<h2 data-ha-exclude="" id="designing-a-bag">designing a bag </h2>
|
<h2 data-ha-exclude="" id="soras-collar">sora's collar </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>software</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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't slide out." loading="lazy" decoding="async" width="1000" height="1777">
|
<img src="/img/sora-collar.jpg" alt="A collage showing a red and black leather dog collar tooled with roses and the name Sora. It's fully stitched with dark red stitching and has brass hardware." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/baseball-journal/">
|
<a class="postlink" href="/vix-collar/">
|
||||||
<h2 data-ha-exclude="" id="baseball-journal">baseball journal </h2>
|
<h2 data-ha-exclude="" id="vix-collar">vix collar </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/vix-collar.jpg" alt="A collar rests on a leather-wrapped lighter. It is lined with shearling and built of two other layers of leather - a wider mustard yellow layer and a thinner teal layer over that. the teal layer holds a heart shaped o-ring in place." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/brookes-notebook/">
|
<a class="postlink" href="/lobstah/">
|
||||||
<h2 data-ha-exclude="" id="brookes-notebook">brooke's notebook </h2>
|
<h2 data-ha-exclude="" id="lobstah">lobstah </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/brooke-notebook.jpg" alt="A six panel collage showing the covers, endpapers, and some of the pages of a notebook." loading="lazy" decoding="async" width="1000" height="1500">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1976,6 +1983,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/black-and-red-journal/` was built on 2026-09-18T15:48:49.982Z -->
|
<!-- This page `/black-and-red-journal/` was built on 2026-09-20T00:40:39.766Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1915,30 +1926,26 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/boypussy/">
|
<a class="postlink" href="/heron/">
|
||||||
<h2 data-ha-exclude="" id="boypussy-mature">boypussy (mature)</h2>
|
<h2 data-ha-exclude="" id="heron">heron </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>sticker</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/boypussy-shirt.jpg" alt="A butch holding a chainsaw and wearing a tank top that reads boypussy in pink Barbie font." class="blur" loading="lazy" decoding="async" width="1000" height="1250">
|
<img src="/img/heron-print.jpg" alt="A print in black ink of a great blue heron, leaning downwards so that eir beak is level with eir feet." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/flatfish/">
|
<a class="postlink" href="/iris/">
|
||||||
<h2 data-ha-exclude="" id="flatfish">flatfish </h2>
|
<h2 data-ha-exclude="" id="iris">iris </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1947,27 +1954,21 @@ switch (currentThemeValue) {
|
|||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/flatfish-print.jpg" alt="A print of a simple flatfish design inked in sepia." loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/iris-prints.jpg" alt="3 copies of the same print of iris flowers and a bud, done in slightly varied color schemes." loading="lazy" decoding="async" width="1000" height="562">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/shrimp/">
|
<a class="postlink" href="/fix-your-hearts/">
|
||||||
<h2 data-ha-exclude="" id="shrimp">shrimp </h2>
|
<h2 data-ha-exclude="" id="fix-your-hearts">fix your hearts </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>sticker</li>
|
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/shrimp-print.jpg" alt="A print of a small shrimp with slender little leggies in orange ink." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/fix-your-hearts-print.jpg" alt="2 copies of the same print, one in black ink and one in dark teal. The print is text that reads 'fix your hearts or die', with the text shaped into a somewhat long and narrow heart." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2024,6 +2025,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/block-printing-transfer-method/` was built on 2026-09-18T15:48:49.963Z -->
|
<!-- This page `/block-printing-transfer-method/` was built on 2026-09-20T00:40:39.714Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1891,45 +1902,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/lined-notebook/">
|
<a class="postlink" href="/leather-strap-journal/">
|
||||||
<h2 data-ha-exclude="" id="lined-notebook">lined notebook </h2>
|
<h2 data-ha-exclude="" id="leather-strap-journal">leather strap journal </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>book</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/lined-notebook.jpg" alt="A three panel collage showing a the endpapers, cover, and pages of a small hardbound notebook." loading="lazy" decoding="async" width="1000" height="1776">
|
<img src="/img/leather-strap-journal.jpg" alt="A 3-part collage showing a blue journal with leather straps woven into the covers." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/black-and-red-journal/">
|
<a class="postlink" href="/stampede-journal/">
|
||||||
<h2 data-ha-exclude="" id="black-and-red-journal">black and red journal </h2>
|
<h2 data-ha-exclude="" id="stampede-journal">stampede journal </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>book</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/stampede-journal.jpg" alt="A 4-part collage of a hardcover book, showing a coloring page with 'stampede!' written across it." loading="lazy" decoding="async" width="1000" height="1777">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/leather-long-stitch-journals/">
|
||||||
|
<h2 data-ha-exclude="" id="leather-long-stitch-journals">leather long-stitch journals </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/black-red-journal.jpg" alt="3 image collage showing a leather-bound journal. The cover is black, with long red vertical stitches along the spine and a red leather strap for a closure. On the back in one lower corner is stamped LEE CAT ART" loading="lazy" decoding="async" width="1000" height="1000">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/flocked-notebook/">
|
|
||||||
<h2 data-ha-exclude="" id="flocked-notebook">flocked notebook </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>book</li>
|
<li>book</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/flocked-notebook.jpg" alt="A two panel collage showing the cover and endpapers of a thick notebook." loading="lazy" decoding="async" width="1000" height="1331">
|
<img src="/img/long-stitch-journals.jpg" alt="A stack of hand-bound journals showing long stitches aligned with the spines. They are leather bound and have tie closures." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1986,6 +1997,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/blue-and-brown-leather-journal/` was built on 2026-09-18T15:48:49.947Z -->
|
<!-- This page `/blue-and-brown-leather-journal/` was built on 2026-09-20T00:40:39.710Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1885,30 +1896,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/boypussy/">
|
<a class="postlink" href="/seedling/">
|
||||||
<h2 data-ha-exclude="" id="boypussy-mature">boypussy (mature)</h2>
|
<h2 data-ha-exclude="" id="seedling">seedling </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>sticker</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/boypussy-shirt.jpg" alt="A butch holding a chainsaw and wearing a tank top that reads boypussy in pink Barbie font." class="blur" loading="lazy" decoding="async" width="1000" height="1250">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/stellars-jay/">
|
|
||||||
<h2 data-ha-exclude="" id="stellars-jay">stellar's jay </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1916,24 +1905,46 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/stellars-jay-print.jpg" alt="A print of a stellar's jay, a beautiful black and blue bird, about to take off from a branch" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/seedling-print.jpg" alt="A print of a 3-stage design of a green seedling barely open, starting to straighten up, and growing strong, with little piles of dirt beneath each one." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/crow/">
|
<a class="postlink" href="/trans-wrongs-skull/">
|
||||||
<h2 data-ha-exclude="" id="crow">crow </h2>
|
<h2 data-ha-exclude="" id="trans-wrongs-skull">trans wrongs skull </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>sticker</li>
|
||||||
|
|
||||||
|
<li>pin</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crow-print.jpg" alt="a block print in dark indigo ink on white paper depicting a perched crow looking over one shoulder. one side of the crow is lit with fine feather detail, and the other side is almost entirely in shadow." loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/trans-wrongs-print.jpg" alt="A smiling skull with devil horns and a little spiked tail, and a speech bubble reading 'trans wrongs!'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/chanterelle/">
|
||||||
|
<h2 data-ha-exclude="" id="chanterelle">chanterelle </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/chanterelle-print.jpg" alt="A print of two chanterelle mushrooms inked in a dark-to-light yellow gradient." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1990,6 +2001,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/booby-congrats-on-the-top-surgery/` was built on 2026-09-18T15:48:49.958Z -->
|
<!-- This page `/booby-congrats-on-the-top-surgery/` was built on 2026-09-20T00:40:39.738Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+41
-32
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1880,47 +1891,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/on-the-ubiquity-of-enby/">
|
<a class="postlink" href="/squarsh/">
|
||||||
<h2 data-ha-exclude="" id="on-the-ubiquity-of-enby">on the ubiquity of 'enby' </h2>
|
<h2 data-ha-exclude="" id="squarsh">squarsh </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/squarsh-prints.jpg" alt="Two identical prints of a delicata squash. The body of the squash is cornsilk (muted yellow), the stem and stripes in mint green, and the shadows in lilac." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/hair/">
|
||||||
|
<h2 data-ha-exclude="" id="hair">hair </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/gender-census.jpg" alt="A screenshot of part of the Gender Census reports page, showing the header bar and a title that reads 'Gender Census 2023 Worldwide Report'" loading="lazy" decoding="async" width="1000" height="364">
|
<img src="/img/hair-print.jpg" alt="A print in black ink of belly hair." loading="lazy" decoding="async" width="1000" height="710">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/lupine/">
|
<a class="postlink" href="/fix-your-hearts/">
|
||||||
<h2 data-ha-exclude="" id="lupine">lupine </h2>
|
<h2 data-ha-exclude="" id="fix-your-hearts">fix your hearts </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/lupine-prints.jpg" alt="6 versions of a print of lupine flowers with the leaves inked in light green and the blossoms inked in a variety of blues, purples, and pinks." loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/tiny-portraits/">
|
|
||||||
<h2 data-ha-exclude="" id="tiny-portraits">tiny portraits </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/tiny-portrait-stamps.jpg" alt="A collage showing various small (around an inch) stamps that depict people or animals." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/fix-your-hearts-print.jpg" alt="2 copies of the same print, one in black ink and one in dark teal. The print is text that reads 'fix your hearts or die', with the text shaped into a somewhat long and narrow heart." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1977,6 +1986,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/bottom-growth/` was built on 2026-09-18T15:48:49.955Z -->
|
<!-- This page `/bottom-growth/` was built on 2026-09-20T00:40:39.736Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+28
-17
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/eight-pocket-bifold/">
|
<a class="postlink" href="/leather-lighter-case/">
|
||||||
<h2 data-ha-exclude="" id="eight-pocket-bifold">eight pocket bifold </h2>
|
<h2 data-ha-exclude="" id="leather-lighter-case">leather lighter case </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/eight-pocket-bifold.jpg" alt="A 3-picture collage showing a hand stitched full grain leather bifold wallet in dark plum leather. It has a main bill pocket and a asymmetrical interior with a hidden pocket and 3 card pockets on the right, and a hidden pocket and 2 card pockets on the left. The left front pocket has a small naturally occuring hole." loading="lazy" decoding="async" width="1000" height="1777">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/triangle-pouch/">
|
<a class="postlink" href="/foldy-wallet/">
|
||||||
<h2 data-ha-exclude="" id="triangle-pouch">triangle pouch </h2>
|
<h2 data-ha-exclude="" id="foldy-wallet">foldy wallet </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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/foldy-wallet.jpg" alt="A four part collage showing a single piece of deep red leather folding up to become a card wallet." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/aarons-mask/">
|
<a class="postlink" href="/rachels-bracelets/">
|
||||||
<h2 data-ha-exclude="" id="aarons-mask">aaron's mask </h2>
|
<h2 data-ha-exclude="" id="rachels-bracelets">rachel's bracelets </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/aaron-mask.jpg" alt="A brown/grey leather mask of a long snouted dog with visible teeth and red detailing." loading="lazy" decoding="async" width="900" height="1200">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/bowtie/` was built on 2026-09-18T15:48:49.956Z -->
|
<!-- This page `/bowtie/` was built on 2026-09-20T00:40:39.736Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+37
-34
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1902,8 +1913,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/queer/">
|
<a class="postlink" href="/congrats-on-the-autism-adhd/">
|
||||||
<h2 data-ha-exclude="" id="queer">queer </h2>
|
<h2 data-ha-exclude="" id="congrats-on-the-autism-adhd">congrats on the autism/adhd </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1911,44 +1922,36 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>sticker</li>
|
</ul>
|
||||||
|
<img src="/img/congrats-on-the.jpg" alt="4 greeting cards propped up on a keyboard. On the right hand side, two cards read 'Congrats on the Autism'; one in rainbow ink and one in black ink with a glittery gold shadow. On the left, two cards read 'Congrats on the ADHD'; one in red and one in black, both with glittery pink shadows." loading="lazy" decoding="async" width="1000" height="562">
|
||||||
<li>pin</li>
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/give-to-trans-orgs-and-people/">
|
||||||
|
<h2 data-ha-exclude="" id="give-to-trans-orgs-and-people">give to trans orgs and people </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/queer-print.jpg" alt="A print of the word queer in black ink. The letters are rounded with elongated oval negative space." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/bouquet.jpg" alt="Image unrelated to post. A close up on a flower bouquet in shades of purple, pink, and white. Centered is a large, almost soft-looking pink flower that is still partially closed up." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/loon/">
|
<a class="postlink" href="/fd-signifier-and-oppositional-sexism/">
|
||||||
<h2 data-ha-exclude="" id="loon">loon </h2>
|
<h2 data-ha-exclude="" id="fd-signifier-and-oppositional-sexism">fd signifier & oppositional sexism </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/loon-print.jpg" alt="A print of a loon rearing up with wings spread" loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/sheep.jpg" alt="Image unrelated to post. A mama sheep with two babies curled up next to her in a grassy field." loading="lazy" decoding="async" width="1000" height="450">
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/flatfish/">
|
|
||||||
<h2 data-ha-exclude="" id="flatfish">flatfish </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/flatfish-print.jpg" alt="A print of a simple flatfish design inked in sepia." loading="lazy" decoding="async" width="1000" height="1333">
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2005,6 +2008,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/boypussy/` was built on 2026-09-18T15:48:49.968Z -->
|
<!-- This page `/boypussy/` was built on 2026-09-20T00:40:39.723Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+30
-17
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/long-zipper-bifold/">
|
<a class="postlink" href="/fishhook-pride-keychains/">
|
||||||
<h2 data-ha-exclude="" id="long-zipper-bifold">long zipper bifold </h2>
|
<h2 data-ha-exclude="" id="fishhook-pride-keychains">fishhook pride keychains </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/long-zipper-bifold.jpg" alt="A collage showing an orange leather wallet with a long zipper running the length of the outside." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/fishhook-keychain-nonbinary.jpg" alt="a keychain with an iridescent fishhook style attachment linked via leather to an iridescent keyring. the leather is stitched with nonbinary flag colors." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/vix-collar/">
|
<a class="postlink" href="/leatherworking-favorites/">
|
||||||
<h2 data-ha-exclude="" id="vix-collar">vix collar </h2>
|
<h2 data-ha-exclude="" id="leatherworking-favorites">leatherworking favorites </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/vix-collar.jpg" alt="A collar rests on a leather-wrapped lighter. It is lined with shearling and built of two other layers of leather - a wider mustard yellow layer and a thinner teal layer over that. the teal layer holds a heart shaped o-ring in place." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/leather-harness-wip.jpg" alt="two pieces of a chest harness sitting on a messy workbench. both pieces are about 8 inches long total and consist of two large o-rings joined by a dark teal leather strap. the o rings and rivets are matte black." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/swoop-wallet/">
|
<a class="postlink" href="/mousie/">
|
||||||
<h2 data-ha-exclude="" id="swoop-wallet">swoop wallet </h2>
|
<h2 data-ha-exclude="" id="mousie">mousie </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/swoop-wallet.jpg" alt="A collage showing 3 pictures of a red and brown leather card wallet. The red pocket separator folds around to the back to become a fetching curlicue." loading="lazy" decoding="async" width="900" height="1200">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1981,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brookes-collar/` was built on 2026-09-18T15:48:49.976Z -->
|
<!-- This page `/brookes-collar/` was built on 2026-09-20T00:40:39.727Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,22 +1886,22 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/lobstah/">
|
<a class="postlink" href="/wrap-bracelets/">
|
||||||
<h2 data-ha-exclude="" id="lobstah">lobstah </h2>
|
<h2 data-ha-exclude="" id="wrap-bracelets">wrap bracelets </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/leather-wrap-bracelets.jpg" alt="two wrists, each wearing a black leather wrap bracelet. the upper bracelet is a thin strap wrapped 3 times around the wrist. the lower bracelet wraps twice, with a thicker strap, and has carefully placed spikes that avoid the wrap spots." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/fishhook-pride-keychains/">
|
<a class="postlink" href="/proud-dad-wallet/">
|
||||||
<h2 data-ha-exclude="" id="fishhook-pride-keychains">fishhook pride keychains </h2>
|
<h2 data-ha-exclude="" id="proud-dad-wallet">proud dad wallet </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1899,21 +1910,21 @@ switch (currentThemeValue) {
|
|||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/fishhook-keychain-nonbinary.jpg" alt="a keychain with an iridescent fishhook style attachment linked via leather to an iridescent keyring. the leather is stitched with nonbinary flag colors." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/proud-dad-wallet.jpg" alt="A brown leather wallet with a subtle trans flag stitching across the top." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/vertical-bifold/">
|
<a class="postlink" href="/long-zipper-bifold/">
|
||||||
<h2 data-ha-exclude="" id="vertical-bifold">vertical bifold </h2>
|
<h2 data-ha-exclude="" id="long-zipper-bifold">long zipper bifold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/vertical-bifold.jpg" alt="A collage showing a hand-stitched leather vertical bifold wallet with 6 card pockets, 2 hidden pockets, and 1 bill pocket." loading="lazy" decoding="async" width="1000" height="1777">
|
<img src="/img/long-zipper-bifold.jpg" alt="A collage showing an orange leather wallet with a long zipper running the length of the outside." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1970,6 +1981,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brookes-cuff-bracelets/` was built on 2026-09-18T15:48:49.955Z -->
|
<!-- This page `/brookes-cuff-bracelets/` was built on 2026-09-20T00:40:39.735Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+32
-25
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1890,51 +1901,47 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/core-css/">
|
<a class="postlink" href="/leather-long-stitch-journals/">
|
||||||
<h2 data-ha-exclude="" id="core-css">core CSS </h2>
|
<h2 data-ha-exclude="" id="leather-long-stitch-journals">leather long-stitch journals </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
<li>book</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/core-css.png" alt="A website mockup in dark mode with light pink accents. Everything is filler text such as the title 'This is my cool website', headers reading things like 'This is an h1', nav items 'Nav item 1', etc. There is a paragraph block - the opening of the Bee Movie - and part of an image visible - a screencap of the music video for Never Gonna Give You Up by Rick Astley." loading="lazy" decoding="async" width="1000" height="447">
|
<img src="/img/long-stitch-journals.jpg" alt="A stack of hand-bound journals showing long stitches aligned with the spines. They are leather bound and have tie closures." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
<a class="postlink" href="/butch-hands-pattern/">
|
||||||
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
<h2 data-ha-exclude="" id="butch-hands-pattern">butch hands pattern </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>knit</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
<img src="/img/butch-hands.jpg" alt="Hands wearing a pair of pink and grey gloves with convertable mitten tops." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/gender-in-data-models/">
|
<a class="postlink" href="/lined-notebook/">
|
||||||
<h2 data-ha-exclude="" id="gender-in-data-models">gender in data models </h2>
|
<h2 data-ha-exclude="" id="lined-notebook">lined notebook </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>gender</li>
|
<li>book</li>
|
||||||
|
|
||||||
<li>software</li>
|
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/peony.jpg" alt="Image unrelated to post. A light pink peony in full bloom, close up." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/lined-notebook.jpg" alt="A three panel collage showing a the endpapers, cover, and pages of a small hardbound notebook." loading="lazy" decoding="async" width="1000" height="1776">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1991,6 +1998,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brookes-notebook/` was built on 2026-09-18T15:48:49.949Z -->
|
<!-- This page `/brookes-notebook/` was built on 2026-09-20T00:40:39.712Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+24
-11
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1912,15 +1923,17 @@ switch (currentThemeValue) {
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/acadia-mitts/">
|
<a class="postlink" href="/textures-unite/">
|
||||||
<h2 data-ha-exclude="" id="acadia-mitts">acadia mitts </h2>
|
<h2 data-ha-exclude="" id="textures-unite">textures unite </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>knit</li>
|
<li>knit</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/acadia-mitts.jpg" alt="a hand wearing a knitted fingerless mitten. it's knit in a slubby, almost tweedy yarn, with the body being blue grey stockinette and the cuffs and tips a vibrant green rib." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/textures-unite.jpg" alt="a largely unseen person holds up an expansive knitted shawl, built in 6 sections of different textures and colors. in the background, trees and dappled sunlight." loading="lazy" decoding="async" width="1000" height="1334">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1977,6 +1990,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brookes-scarf/` was built on 2026-09-18T15:48:49.952Z -->
|
<!-- This page `/brookes-scarf/` was built on 2026-09-20T00:40:39.762Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+27
-14
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1891,29 +1902,31 @@ switch (currentThemeValue) {
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/keffiyah-fishing-net-pattern/">
|
<a class="postlink" href="/butch-hands-pattern/">
|
||||||
<h2 data-ha-exclude="" id="keffiyah-fishing-net-pattern">keffiyah fishing net pattern </h2>
|
<h2 data-ha-exclude="" id="butch-hands-pattern">butch hands pattern </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>knit</li>
|
<li>knit</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/keffiyah-nets.jpg" alt="a knitted swatch. it's mostly white yarn, but a grid of dark red- purple- green yarn that looks like a chain link fence is built into it. the diagonal lines are achieved with floats of yarn from one row, then picked up and knit into several rows later." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/butch-hands.jpg" alt="Hands wearing a pair of pink and grey gloves with convertable mitten tops." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/knit-shrimp/">
|
<a class="postlink" href="/acadia-mitts/">
|
||||||
<h2 data-ha-exclude="" id="knit-shrimp">knit shrimp </h2>
|
<h2 data-ha-exclude="" id="acadia-mitts">acadia mitts </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>knit</li>
|
<li>knit</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/acadia-mitts.jpg" alt="a hand wearing a knitted fingerless mitten. it's knit in a slubby, almost tweedy yarn, with the body being blue grey stockinette and the cuffs and tips a vibrant green rib." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1970,6 +1983,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brookes-socks/` was built on 2026-09-18T15:48:49.948Z -->
|
<!-- This page `/brookes-socks/` was built on 2026-09-20T00:40:39.711Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/swoop-wallet/">
|
<a class="postlink" href="/vertical-card-wallet/">
|
||||||
<h2 data-ha-exclude="" id="swoop-wallet">swoop wallet </h2>
|
<h2 data-ha-exclude="" id="vertical-card-wallet">vertical card wallet </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/swoop-wallet.jpg" alt="A collage showing 3 pictures of a red and brown leather card wallet. The red pocket separator folds around to the back to become a fetching curlicue." loading="lazy" decoding="async" width="900" height="1200">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/nine-pocket-bifold/">
|
<a class="postlink" href="/gradient-purse-strap/">
|
||||||
<h2 data-ha-exclude="" id="nine-pocket-bifold">nine pocket bifold </h2>
|
<h2 data-ha-exclude="" id="gradient-purse-strap">gradient purse strap </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/gradient-purse-strap.jpg" alt="a coiled up purse strap in gradient cool colors - we can see green, teal, indigo, and a slightly pinkish purple. It has brass hardware and is stiched along its length with cream stitches." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/brookes-cuff-bracelets/">
|
<a class="postlink" href="/vertical-bifold/">
|
||||||
<h2 data-ha-exclude="" id="brookes-cuff-bracelets">brooke's cuff bracelets </h2>
|
<h2 data-ha-exclude="" id="vertical-bifold">vertical bifold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/brooke-cuffs.jpg" alt="Olive green leather cuffs with silver spikes and a shearling lining." loading="lazy" decoding="async" width="900" height="1200">
|
<img src="/img/vertical-bifold.jpg" alt="A collage showing a hand-stitched leather vertical bifold wallet with 6 card pockets, 2 hidden pockets, and 1 bill pocket." loading="lazy" decoding="async" width="1000" height="1777">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brookes-suspenders/` was built on 2026-09-18T15:48:49.952Z -->
|
<!-- This page `/brookes-suspenders/` was built on 2026-09-20T00:40:39.761Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+29
-18
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1876,8 +1887,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/foxgloves/">
|
<a class="postlink" href="/heron/">
|
||||||
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
<h2 data-ha-exclude="" id="heron">heron </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1888,14 +1899,14 @@ switch (currentThemeValue) {
|
|||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/heron-print.jpg" alt="A print in black ink of a great blue heron, leaning downwards so that eir beak is level with eir feet." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/flicker/">
|
<a class="postlink" href="/booby-congrats-on-the-top-surgery/">
|
||||||
<h2 data-ha-exclude="" id="flicker">flicker </h2>
|
<h2 data-ha-exclude="" id="booby-congrats-on-the-top-surgery">booby (congrats on the top surgery) </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1903,24 +1914,24 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/flicker-print.jpg" alt="A print in black, brown, and red ink of a northern flicker (a type of woodpecker). Viewed from the back, he is looking over his shoulder and upward towards something unseen above him (my bird feeder)." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/booby-card.jpg" alt="A landscape-oriented white card with a two-color print of a blue-footed booby." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/loon/">
|
<a class="postlink" href="/kniphofia/">
|
||||||
<h2 data-ha-exclude="" id="loon">loon </h2>
|
<h2 data-ha-exclude="" id="kniphofia">kniphofia </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/loon-print.jpg" alt="A print of a loon rearing up with wings spread" loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/kniphofia-print.jpg" alt="A print of a brightly colored flower in 4 layers of color" loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1977,6 +1988,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/brown-creeper/` was built on 2026-09-18T15:48:49.960Z -->
|
<!-- This page `/brown-creeper/` was built on 2026-09-20T00:40:39.740Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1957,15 +1968,15 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/keffiyah-fishing-net-pattern/">
|
<a class="postlink" href="/brookes-scarf/">
|
||||||
<h2 data-ha-exclude="" id="keffiyah-fishing-net-pattern">keffiyah fishing net pattern </h2>
|
<h2 data-ha-exclude="" id="brookes-scarf">brooke's scarf </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>knit</li>
|
<li>knit</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/keffiyah-nets.jpg" alt="a knitted swatch. it's mostly white yarn, but a grid of dark red- purple- green yarn that looks like a chain link fence is built into it. the diagonal lines are achieved with floats of yarn from one row, then picked up and knit into several rows later." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/brooke-scarf.jpg" alt="A diaphanous knit lacework scarf draped over the back of a chair. It is split down the long way into two colors - one tinted orange and one tinted mint blue. Both colors, the orange and the blue, are held double with the same variegated gray, making the piece more cohesive. The yarn overs in the lacework create airy repeating holes." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1987,17 +1998,17 @@ switch (currentThemeValue) {
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/core-css/">
|
<a class="postlink" href="/pride-dice-bags/">
|
||||||
<h2 data-ha-exclude="" id="core-css">core CSS </h2>
|
<h2 data-ha-exclude="" id="pride-dice-bags">pride dice bags </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>knit</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/core-css.png" alt="A website mockup in dark mode with light pink accents. Everything is filler text such as the title 'This is my cool website', headers reading things like 'This is an h1', nav items 'Nav item 1', etc. There is a paragraph block - the opening of the Bee Movie - and part of an image visible - a screencap of the music video for Never Gonna Give You Up by Rick Astley." loading="lazy" decoding="async" width="1000" height="447">
|
<img src="/img/pride-dice-bags.jpg" alt="Several knitted drawstring dice bags sit in front of a bookshelf. They are in different pride flag colors; from right to left (skipping a few duplicates) bisexual, lesbian, nonbinary, trans, and genderqueer. The trans-colored dice bag in the center opens towards the camera, showing a variety of colorful dice inside." loading="lazy" decoding="async" width="1000" height="500">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2054,6 +2065,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/butch-hands-pattern/` was built on 2026-09-18T15:48:49.961Z -->
|
<!-- This page `/butch-hands-pattern/` was built on 2026-09-20T00:40:39.713Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+53
-48
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1887,44 +1898,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/pronoun-patches/">
|
<a class="postlink" href="/nonbinary-flag/">
|
||||||
<h2 data-ha-exclude="" id="pronoun-patches">pronoun patches </h2>
|
<h2 data-ha-exclude="" id="nonbinary-flag">nonbinary flag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>patch</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/pronoun-patch.jpg" alt="Rows of the same design, a skull with a speech bubble announcing varied pronoun sets, repeat in multiple colors along a stretch of off-white fabric." loading="lazy" decoding="async" width="1000" height="562">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/trans-the-world/">
|
|
||||||
<h2 data-ha-exclude="" id="trans-the-world">trans the world </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/trans-the-world-print.jpg" alt="A print that reads 'trans the world' surrounding an image of a globe and a trans symbol. It's in a ping-to-blue gradient." loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/foxgloves/">
|
|
||||||
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1932,10 +1907,40 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/nonbinary-flag-print.jpg" alt="A print of a nonbinary flag waving, with yellow, white (uninked), purple, and black stripes." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/seedling/">
|
||||||
|
<h2 data-ha-exclude="" id="seedling">seedling </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/seedling-print.jpg" alt="A print of a 3-stage design of a green seedling barely open, starting to straighten up, and growing strong, with little piles of dirt beneath each one." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/brown-creeper/">
|
||||||
|
<h2 data-ha-exclude="" id="brown-creeper">brown creeper </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/brown-creeper-print.jpg" alt="2 copies of the same print side by side. In yellow, black, and purple ink, a brown creeper, a small bird, is depicted, well camouflaged against a tree trunk." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1992,6 +1997,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/chanterelle/` was built on 2026-09-18T15:48:49.962Z -->
|
<!-- This page `/chanterelle/` was built on 2026-09-20T00:40:39.713Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1889,29 +1900,31 @@ switch (currentThemeValue) {
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/spinning-plants/">
|
<a class="postlink" href="/rambouillet-handspun/">
|
||||||
<h2 data-ha-exclude="" id="spinning-plants">spinning plants </h2>
|
<h2 data-ha-exclude="" id="rambouillet-handspun">rambouillet handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/plant-handspun.jpg" alt="6 small skeins of handspun yarn, each made from a different plant fiber. from top, we have flax (medium brown, rough); what is probably lotus (golden, shiny and soft); banana (white and semi shiny); hemp (light brown, rough); tencel (white and very shiny); ramie (a particularly small skein, white and semi shiny)" loading="lazy" decoding="async" width="1000" height="874">
|
<img src="/img/rambouillet-handspun.jpg" alt="1 large and 2 small skeins of handspun yarn in a sport or DK weight that has been dyed in light and dark teal, green, and rusty green-gold." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/handspun-yarn-in-party-mix-and-orange-gold/">
|
<a class="postlink" href="/dyeing-fiber/">
|
||||||
<h2 data-ha-exclude="" id="handspun-yarn-in-party-mix-and-orange-gold">handspun yarn in party mix and orange-gold </h2>
|
<h2 data-ha-exclude="" id="dyeing-fiber">dyeing fiber </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/handspun0.jpg" alt="4 skeins of handspun yarn, two in a somewhat pastel multicolor and two in a blend of orange, gold, and white." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/dyed-fiber.jpg" alt="4oz of yarn and a pound of wool, chunked out, drying on a drying rack outdoors. the yarn and half the wool is a mix of teals and greens; the other half of the wool is a beautiful orange-gold." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1981,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/charlie-the-alpaca-handspun/` was built on 2026-09-18T15:48:49.981Z -->
|
<!-- This page `/charlie-the-alpaca-handspun/` was built on 2026-09-20T00:40:39.765Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+28
-21
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,47 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/foldy-wallet/">
|
<a class="postlink" href="/pinatex-wallet-with-zipper/">
|
||||||
<h2 data-ha-exclude="" id="foldy-wallet">foldy wallet </h2>
|
<h2 data-ha-exclude="" id="pinatex-wallet-with-zipper">piñatex wallet with zipper </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/foldy-wallet.jpg" alt="A four part collage showing a single piece of deep red leather folding up to become a card wallet." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/pinatex-ten-pocket-bifold.jpg" alt="A two-picture collage showing the inside and outside of a wallet made with piñatex, a leather alternative made from pineapple leaves. It is two tone blue with a pink accent and has a zippered pocket built in." loading="lazy" decoding="async" width="1000" height="1331">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/proud-dad-wallet/">
|
<a class="postlink" href="/rachels-bracelets/">
|
||||||
<h2 data-ha-exclude="" id="proud-dad-wallet">proud dad wallet </h2>
|
<h2 data-ha-exclude="" id="rachels-bracelets">rachel's bracelets </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/proud-dad-wallet.jpg" alt="A brown leather wallet with a subtle trans flag stitching across the top." loading="lazy" decoding="async" width="1000" height="750">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/patchwork-wallet/">
|
<a class="postlink" href="/leather-chest-harness/">
|
||||||
<h2 data-ha-exclude="" id="patchwork-wallet">patchwork wallet </h2>
|
<h2 data-ha-exclude="" id="leather-chest-harness">leather chest harness </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/patchwork-wallet.jpg" alt="A collage showing a wallet in a patchwork style, with different colors of leather all stitched together to make up the exterior and the top interior pockets. Other pockets inside are dyed various colors." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/leather-chest-harness.jpg" alt="Someone from chin to mid-torso, wearing a dark teal leather chest harness with matte black fittings over a t shirt." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1972,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/circle-bag/` was built on 2026-09-18T15:48:49.977Z -->
|
<!-- This page `/circle-bag/` was built on 2026-09-20T00:40:39.733Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+20
-10
@@ -40,10 +40,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>:root {
|
<style>@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -137,11 +145,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,23 +161,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1392,7 +1402,7 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<p>This is v2 of my personal website, built with <a href="https://www.11ty.dev/" target="_blank" rel="external">Eleventy v3.1.2</a> and hosted by <a href="https://heckin.technology/" target="_blank" rel="external">heckin' technology</a>. It's been hand-coded from the ground up.</p>
|
<p>This is v2 of my personal website, built with <a href="https://www.11ty.dev/" target="_blank" rel="external">Eleventy v3.1.2</a> and hosted by <a href="https://heckin.technology/" target="_blank" rel="external">heckin' technology</a>. It's been hand-coded from the ground up.</p>
|
||||||
<p>v1 of this site began in 2022 and was based on <a href="https://lenpaul.github.io/Millennial/" target="_blank" rel="external">Millennial</a>, a minimalist Jekyll theme for running a blog or publication by Paul Le.</p>
|
<p>v1 of this site began in 2022 and was based on <a href="https://lenpaul.github.io/Millennial/" target="_blank" rel="external">Millennial</a>, a minimalist Jekyll theme for running a blog or publication by Paul Le.</p>
|
||||||
<p>The fonts are <a href="https://brailleinstitute.org/freefont" target="_blank" rel="external">Atkinson Hyperlegible Next and Atkinson Hyperlegible Mono</a> for standard text and monospace respectively, specifically designed for low-vision readers to improve character recognition. Also they look neat :)</p>
|
<p>The header font is <a href="https://chriskirknielsen.com/fonts/peritel/" target="_blank" rel="external">Peritel by Christopher Kirk-Nielsen</a>. I'm currently trying it on for size, so let me know if you like it - or hate it! The body fonts (and the all-caps headers on the post list pages) are <a href="https://brailleinstitute.org/freefont" target="_blank" rel="external">Atkinson Hyperlegible Next and Atkinson Hyperlegible Mono</a> for standard text and monospace respectively, specifically designed for low-vision readers to improve character recognition. Also they look neat :)</p>
|
||||||
<p>The search bar is powered by <a href="https://pagefind.app/" target="_blank" rel="external">Pagefind</a>. I was guided by <a href="https://rknight.me/blog/using-pagefind-with-eleventy-for-search/" target="_blank" rel="external">Robb Knight's walkthrough</a> when setting it up.</p>
|
<p>The search bar is powered by <a href="https://pagefind.app/" target="_blank" rel="external">Pagefind</a>. I was guided by <a href="https://rknight.me/blog/using-pagefind-with-eleventy-for-search/" target="_blank" rel="external">Robb Knight's walkthrough</a> when setting it up.</p>
|
||||||
<p>Thank you to some lovely friends for their feedback and help with the site! You should hire them. Yes, you.</p>
|
<p>Thank you to some lovely friends for their feedback and help with the site! You should hire them. Yes, you.</p>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -1449,6 +1459,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/colophon/` was built on 2026-09-18T15:48:49.984Z -->
|
<!-- This page `/colophon/` was built on 2026-09-20T00:40:39.773Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+43
-28
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1891,22 +1902,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/become-unbutterable/">
|
<a class="postlink" href="/foxgloves/">
|
||||||
<h2 data-ha-exclude="" id="become-unbutterable">become unbutterable </h2>
|
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/become-unbutterable.jpg" alt="3 copies of the same stamp in orange ink are spread out next to the hand carved rubber stamp they were made from. They show a cat lying on his back with paws curled, holding a butter knife in his mouth. Text around the cat reads, in all caps, 'become unbutterable.'" loading="lazy" decoding="async" width="1000" height="562">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/artisans-cooperative-cards/">
|
|
||||||
<h2 data-ha-exclude="" id="artisans-cooperative-cards">artisans cooperative cards </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1914,22 +1911,40 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/artisans-coop-cards.jpg" alt="2 white greeting cards with the Artisans Cooperative logo, a chicken. One card has a single print of the chicken in black ink, and the other has two overlapping prints in blue and red ink" loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/crow/">
|
<a class="postlink" href="/luminescent/">
|
||||||
<h2 data-ha-exclude="" id="crow">crow </h2>
|
<h2 data-ha-exclude="" id="luminescent-mature">luminescent (mature)</h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/luminescent-print.jpg" alt="A print of a tattooed woman in bright highlighter yellow underwear." class="blur" loading="lazy" decoding="async" width="900" height="1200">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/loon/">
|
||||||
|
<h2 data-ha-exclude="" id="loon">loon </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crow-print.jpg" alt="a block print in dark indigo ink on white paper depicting a perched crow looking over one shoulder. one side of the crow is lit with fine feather detail, and the other side is almost entirely in shadow." loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/loon-print.jpg" alt="A print of a loon rearing up with wings spread" loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1986,6 +2001,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/coming-out/` was built on 2026-09-18T15:48:49.967Z -->
|
<!-- This page `/coming-out/` was built on 2026-09-20T00:40:39.723Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -2097,22 +2108,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/intro-to-wireframing/">
|
<a class="postlink" href="/core-css/">
|
||||||
<h2 data-ha-exclude="" id="intro-to-wireframing">intro to wireframing </h2>
|
<h2 data-ha-exclude="" id="core-css">core CSS </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>software</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/aggregator-wireframes.jpg" alt="a figma page with 4 major sections titled aggregator, aggregator mobile, aggregator color, and aggregator mobile color. each section has 7 pages in it - all sections pretty clearly have the same 7 pages, with the mobile sections shown on mobile screens and the color sections in a rainbow of pastels rather than grayscale." loading="lazy" decoding="async" width="1000" height="1042">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
|
||||||
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -2121,21 +2118,35 @@ switch (currentThemeValue) {
|
|||||||
<li>highlight</li>
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
<img src="/img/core-css.png" alt="A website mockup in dark mode with light pink accents. Everything is filler text such as the title 'This is my cool website', headers reading things like 'This is an h1', nav items 'Nav item 1', etc. There is a paragraph block - the opening of the Bee Movie - and part of an image visible - a screencap of the music video for Never Gonna Give You Up by Rick Astley." loading="lazy" decoding="async" width="1000" height="447">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/accessible-image-modals/">
|
<a class="postlink" href="/framer-accessibility/">
|
||||||
<h2 data-ha-exclude="" id="accessible-image-modals">accessible image modals </h2>
|
<h2 data-ha-exclude="" id="framer-accessibility">framer accessibility </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/snacking-seagull.jpg" alt="Image unrelated to post. A seagull floating in the water with a starfish hanging out of eir mouth." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/framer.png" alt="A screenshot of the Framer projects page showing part of the tile for a very rudimentary project titled Accessibility Test. It has a huge title that just reads Title, a basic form, and some pictures of my dog as notable features." loading="lazy" decoding="async" width="841" height="532">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/domain-and-site-setup/">
|
||||||
|
<h2 data-ha-exclude="" id="domain-and-site-setup">domain and site setup </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>software</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/crinkly-mushrooms.jpg" alt="Picture unrelated to post. Some crinkly brown-orange mushrooms in vibrant green grass." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2192,6 +2203,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/comparing-text-editors/` was built on 2026-09-18T15:48:49.979Z -->
|
<!-- This page `/comparing-text-editors/` was built on 2026-09-20T00:40:39.763Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1888,8 +1899,22 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/hummingbird-become-ungovernable/">
|
<a class="postlink" href="/block-printing-transfer-method/">
|
||||||
<h2 data-ha-exclude="" id="hummingbird-become-ungovernable">hummingbird become ungovernable </h2>
|
<h2 data-ha-exclude="" id="block-printing-transfer-method">block printing transfer method </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/transfer-wip.jpg" alt="A pink block of carving material with a printed design of a bird attached to it. The paper has been partially rubbed away (process described in this post) to reveal the inked design on the carving material." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/nonbinary-flag/">
|
||||||
|
<h2 data-ha-exclude="" id="nonbinary-flag">nonbinary flag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1897,35 +1922,17 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/hummingbird-ungovernable-print.jpg" alt="A block print in black and orange ink of a rufous hummingbird, tail flared, hovering in midair. Clutched in eir tiny claws is a banner that waves in the wind and reads 'become ungovernable'" loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/trans-the-world/">
|
|
||||||
<h2 data-ha-exclude="" id="trans-the-world">trans the world </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/trans-the-world-print.jpg" alt="A print that reads 'trans the world' surrounding an image of a globe and a trans symbol. It's in a ping-to-blue gradient." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/nonbinary-flag-print.jpg" alt="A print of a nonbinary flag waving, with yellow, white (uninked), purple, and black stripes." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/fat-raccoon/">
|
<a class="postlink" href="/flatfish/">
|
||||||
<h2 data-ha-exclude="" id="fat-raccoon">fat raccoon </h2>
|
<h2 data-ha-exclude="" id="flatfish">flatfish </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1933,10 +1940,8 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/flatfish-print.jpg" alt="A print of a simple flatfish design inked in sepia." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1993,6 +1998,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/congrats-on-the-autism-adhd/` was built on 2026-09-18T15:48:49.946Z -->
|
<!-- This page `/congrats-on-the-autism-adhd/` was built on 2026-09-20T00:40:39.710Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1894,43 +1905,53 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/gender/">
|
<a class="postlink" href="/booby-congrats-on-the-top-surgery/">
|
||||||
<h2 data-ha-exclude="" id="gender">gender? </h2>
|
<h2 data-ha-exclude="" id="booby-congrats-on-the-top-surgery">booby (congrats on the top surgery) </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/gender-notes.png" alt="A page of handwritten notes with some loosely drawn charts, described further in the post." loading="lazy" decoding="async" width="865" height="1080">
|
<img src="/img/booby-card.jpg" alt="A landscape-oriented white card with a two-color print of a blue-footed booby." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/tiny-mushrooms/">
|
<a class="postlink" href="/pride-dice-bags/">
|
||||||
<h2 data-ha-exclude="" id="tiny-mushrooms">tiny mushrooms </h2>
|
<h2 data-ha-exclude="" id="pride-dice-bags">pride dice bags </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>knit</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/pixels-mushrooms.jpg" alt="3 tiny mushroom stamps next to their impressions. They are all about 1 inch square. There is a chanterelle in yellow, a russula in pink, and witch's hat mycena in indigo." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/pride-dice-bags.jpg" alt="Several knitted drawstring dice bags sit in front of a bookshelf. They are in different pride flag colors; from right to left (skipping a few duplicates) bisexual, lesbian, nonbinary, trans, and genderqueer. The trans-colored dice bag in the center opens towards the camera, showing a variety of colorful dice inside." loading="lazy" decoding="async" width="1000" height="500">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/tiny-portraits/">
|
<a class="postlink" href="/nonbinary-flag/">
|
||||||
<h2 data-ha-exclude="" id="tiny-portraits">tiny portraits </h2>
|
<h2 data-ha-exclude="" id="nonbinary-flag">nonbinary flag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/tiny-portrait-stamps.jpg" alt="A collage showing various small (around an inch) stamps that depict people or animals." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/nonbinary-flag-print.jpg" alt="A print of a nonbinary flag waving, with yellow, white (uninked), purple, and black stripes." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1987,6 +2008,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/congrats-on-the-gay/` was built on 2026-09-18T15:48:49.961Z -->
|
<!-- This page `/congrats-on-the-gay/` was built on 2026-09-20T00:40:39.712Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-9
@@ -40,10 +40,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>:root {
|
<style>@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -137,11 +145,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -151,23 +161,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1528,6 +1538,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/contact/` was built on 2026-09-18T15:48:49.984Z -->
|
<!-- This page `/contact/` was built on 2026-09-20T00:40:39.773Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/handcombed-jacobs-handspun/">
|
<a class="postlink" href="/light-grey-jacobs-handspun/">
|
||||||
<h2 data-ha-exclude="" id="handcombed-jacobs-handspun">handcombed jacobs handspun </h2>
|
<h2 data-ha-exclude="" id="light-grey-jacobs-handspun">light grey jacobs handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/handcombed-jacobs.jpg" alt="a skein of dark grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/light-grey-jacobs.jpg" alt="a skein of light grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/petrichor-handspun/">
|
<a class="postlink" href="/orion-handspun/">
|
||||||
<h2 data-ha-exclude="" id="petrichor-handspun">petrichor handspun </h2>
|
<h2 data-ha-exclude="" id="orion-handspun">orion handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/petrichor-handspun.jpg" alt="3 skeins of handspun yarn, 2 large and 1 small. the large ones are a rich earth-tone blend of reds, pinks, browns, and hints of green and gold. the smaller skein is similar but with a decidedly greener hue" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/orion-handspun.jpg" alt="3 skeins of handspun yarn, 1 large and 2 small. One of the small skeins is a little more inconsistent weight than the other two - this one was spun on drop spindle about 2 years ago. The other two are about a sport or maybe a DK weight. All three are a gold colorway with tiny hints of orange and a pale light green." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/ruby-the-alpaca-handspun/">
|
<a class="postlink" href="/hand-dyed-gold-handspun/">
|
||||||
<h2 data-ha-exclude="" id="ruby-the-alpaca-handspun">ruby the alpaca handspun </h2>
|
<h2 data-ha-exclude="" id="hand-dyed-gold-handspun">hand-dyed gold handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/ruby-alpaca-handspun.jpg" alt="one large skein and two smaller skeins of a rich chocolatey brown alpaca handspun, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/gold-handspun.jpg" alt="3 skeins, one small and two large, of a rich golden-orange handspun with light tonal effects, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/coral-reef-handspun/` was built on 2026-09-18T15:48:49.980Z -->
|
<!-- This page `/coral-reef-handspun/` was built on 2026-09-20T00:40:39.764Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+52
-41
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -2192,45 +2203,45 @@ footer a[aria-current="page"]::after</span> <span class="token punctuation">{</s
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/recommendations-and-favorites/">
|
<a class="postlink" href="/eleventy-lessons/">
|
||||||
<h2 data-ha-exclude="" id="recommendations-and-favorites">recommendations & favorites </h2>
|
<h2 data-ha-exclude="" id="eleventy-lessons">eleventy lessons </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/metal-curl.jpg" alt="Photo unrelated to content of post. A metal sculpture rises up and curls into itself, with similar sculptures around it. Looking through the very center of the curve, an any-gender bathroom sign is visible." loading="lazy" decoding="async" width="1000" height="666">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/dragon-mask/">
|
|
||||||
<h2 data-ha-exclude="" id="dragon-mask">dragon mask </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>leather</li>
|
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/dragon-mask.jpg" alt="lee (a white person with glasses and a side shave) holds up a leather dragon mask in black and dark green. ze sticks hir tongue out at it." loading="lazy" decoding="async" width="1000" height="746">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/an-intro-to-git/">
|
|
||||||
<h2 data-ha-exclude="" id="an-intro-to-git">an intro to git </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/goldeneye-tail.jpg" alt="Image unrelated to post. The tail of a diving duck pokes out from the water with a small splash." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/hellebore.jpg" alt="Image unrelated to post. Close up on a pale green hellebore flower." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/moving-images/">
|
||||||
|
<h2 data-ha-exclude="" id="moving-images">moving images </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>software</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/cormorant.jpg" alt="Image unrelated to post. A cormorant, a type of black waterfowl, poses with wings spread on a buoy in Puget Sound. Off to the left, another bird floats." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/textures-unite/">
|
||||||
|
<h2 data-ha-exclude="" id="textures-unite">textures unite </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>knit</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/textures-unite.jpg" alt="a largely unseen person holds up an expansive knitted shawl, built in 6 sections of different textures and colors. in the background, trees and dappled sunlight." loading="lazy" decoding="async" width="1000" height="1334">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2287,6 +2298,6 @@ footer a[aria-current="page"]::after</span> <span class="token punctuation">{</s
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/core-css/` was built on 2026-09-18T15:48:49.982Z -->
|
<!-- This page `/core-css/` was built on 2026-09-20T00:40:39.766Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+29
-30
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1874,57 +1885,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/trans-the-world/">
|
<a class="postlink" href="/loon/">
|
||||||
<h2 data-ha-exclude="" id="trans-the-world">trans the world </h2>
|
<h2 data-ha-exclude="" id="loon">loon </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/trans-the-world-print.jpg" alt="A print that reads 'trans the world' surrounding an image of a globe and a trans symbol. It's in a ping-to-blue gradient." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/loon-print.jpg" alt="A print of a loon rearing up with wings spread" loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/girldick/">
|
<a class="postlink" href="/chanterelle/">
|
||||||
<h2 data-ha-exclude="" id="girldick-mature">girldick (mature)</h2>
|
<h2 data-ha-exclude="" id="chanterelle">chanterelle </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>sticker</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/girldick-shirt.jpg" alt="A butch cooking and wearing a cropped tee with blue cap sleeves that reads girldick in blue G.I.Joe font." class="blur" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/chanterelle-print.jpg" alt="A print of two chanterelle mushrooms inked in a dark-to-light yellow gradient." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/luminescent/">
|
<a class="postlink" href="/tiny-portraits/">
|
||||||
<h2 data-ha-exclude="" id="luminescent-mature">luminescent (mature)</h2>
|
<h2 data-ha-exclude="" id="tiny-portraits">tiny portraits </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/luminescent-print.jpg" alt="A print of a tattooed woman in bright highlighter yellow underwear." class="blur" loading="lazy" decoding="async" width="900" height="1200">
|
<img src="/img/tiny-portrait-stamps.jpg" alt="A collage showing various small (around an inch) stamps that depict people or animals." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1981,6 +1980,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/crow/` was built on 2026-09-18T15:48:49.981Z -->
|
<!-- This page `/crow/` was built on 2026-09-20T00:40:39.765Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+35
-18
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1891,43 +1902,49 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/aarons-mask/">
|
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
||||||
<h2 data-ha-exclude="" id="aarons-mask">aaron's mask </h2>
|
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>software</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/aaron-mask.jpg" alt="A brown/grey leather mask of a long snouted dog with visible teeth and red detailing." loading="lazy" decoding="async" width="900" height="1200">
|
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/mouse-coin-purse/">
|
<a class="postlink" href="/rachels-bracelets/">
|
||||||
<h2 data-ha-exclude="" id="mouse-coin-purse">mouse coin purse </h2>
|
<h2 data-ha-exclude="" id="rachels-bracelets">rachel's bracelets </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/mouse-purse.jpg" alt="2 image collage. Both images show different sides of a small black leather mouse-shaped coin purse. There is a rainbow zipper that travels along the 'spine' of the mouse, and the zipper pull becomes the tail." loading="lazy" decoding="async" width="1000" height="1777">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/bowtie/">
|
<a class="postlink" href="/tooled-leather-patches/">
|
||||||
<h2 data-ha-exclude="" id="bowtie">bowtie </h2>
|
<h2 data-ha-exclude="" id="tooled-leather-patches">tooled leather patches </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
|
<li>patch</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/bowtie.jpg" alt="A black leather bow tie with black stitching." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/pronoun-patch-scroll.jpg" alt="two tooled leather patches. they have scrolls tooled on them that read various pronoun sets." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1984,6 +2001,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/designing-a-bag/` was built on 2026-09-18T15:48:49.952Z -->
|
<!-- This page `/designing-a-bag/` was built on 2026-09-20T00:40:39.761Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1926,33 +1937,29 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
<a class="postlink" href="/accessible-image-modals/">
|
||||||
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
<h2 data-ha-exclude="" id="accessible-image-modals">accessible image modals </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
<img src="/img/snacking-seagull.jpg" alt="Image unrelated to post. A seagull floating in the water with a starfish hanging out of eir mouth." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/designing-a-bag/">
|
<a class="postlink" href="/visual-site-builders-and-accessibility/">
|
||||||
<h2 data-ha-exclude="" id="designing-a-bag">designing a bag </h2>
|
<h2 data-ha-exclude="" id="visual-site-builders-and-accessibility">visual site builders and accessibility </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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't slide out." loading="lazy" decoding="async" width="1000" height="1777">
|
<img src="/img/roses.jpg" alt="Image unrelated to post. Two peach-colored roses, the farther away one a bit out of focus." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2023,6 +2030,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/domain-and-site-setup/` was built on 2026-09-18T15:48:49.976Z -->
|
<!-- This page `/domain-and-site-setup/` was built on 2026-09-20T00:40:39.726Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,45 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/soras-collar/">
|
<a class="postlink" href="/makers-mark-keychain/">
|
||||||
<h2 data-ha-exclude="" id="soras-collar">sora's collar </h2>
|
<h2 data-ha-exclude="" id="makers-mark-keychain">maker's mark keychain </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/sora-collar.jpg" alt="A collage showing a red and black leather dog collar tooled with roses and the name Sora. It's fully stitched with dark red stitching and has brass hardware." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/makers-mark-keychain.jpg" alt="A keychain on an iridescent rainbow split ring. It is dark brown/grey leather and has LEE CAT ART stamped into it." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/o-ring-bracelet/">
|
<a class="postlink" href="/moss-harness/">
|
||||||
<h2 data-ha-exclude="" id="o-ring-bracelet">o-ring bracelet </h2>
|
<h2 data-ha-exclude="" id="moss-harness">moss harness </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/moss-harness.jpg" alt="A nylon webbing harness in bright teal laid out on a desk." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/dragon-mask/">
|
<a class="postlink" href="/zipper-bifold-green/">
|
||||||
<h2 data-ha-exclude="" id="dragon-mask">dragon mask </h2>
|
<h2 data-ha-exclude="" id="zipper-bifold-green">zipper bifold (green) </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/dragon-mask.jpg" alt="lee (a white person with glasses and a side shave) holds up a leather dragon mask in black and dark green. ze sticks hir tongue out at it." loading="lazy" decoding="async" width="1000" height="746">
|
<img src="/img/zipper-bifold-green.jpg" alt="A collage showing a green leather wallet with a zippered pocket built into one external side." loading="lazy" decoding="async" width="1000" height="1332">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1970,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/double-bill-pocket-bifold/` was built on 2026-09-18T15:48:49.975Z -->
|
<!-- This page `/double-bill-pocket-bifold/` was built on 2026-09-20T00:40:39.725Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+30
-19
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1880,45 +1891,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/x-acto-knife-sheath/">
|
<a class="postlink" href="/fishhook-pride-keychains/">
|
||||||
<h2 data-ha-exclude="" id="x-acto-knife-sheath">x-acto knife sheath </h2>
|
<h2 data-ha-exclude="" id="fishhook-pride-keychains">fishhook pride keychains </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/knife-sheaths.jpg" alt="Several blades with leather sheaths, and a few extra sheaths. There's a #2 blade with an orange sheath with yellow stitching, a #11 blade with a blue sheath with light grey stitching, and a skiving knife with a plum sheath and pink stitching." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/fishhook-keychain-nonbinary.jpg" alt="a keychain with an iridescent fishhook style attachment linked via leather to an iridescent keyring. the leather is stitched with nonbinary flag colors." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/designing-a-bag/">
|
<a class="postlink" href="/nine-pocket-bifold/">
|
||||||
<h2 data-ha-exclude="" id="designing-a-bag">designing a bag </h2>
|
<h2 data-ha-exclude="" id="nine-pocket-bifold">nine pocket bifold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>software</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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't slide out." loading="lazy" decoding="async" width="1000" height="1777">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/mousie/">
|
<a class="postlink" href="/leather-chest-harness/">
|
||||||
<h2 data-ha-exclude="" id="mousie">mousie </h2>
|
<h2 data-ha-exclude="" id="leather-chest-harness">leather chest harness </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/leather-chest-harness.jpg" alt="Someone from chin to mid-torso, wearing a dark teal leather chest harness with matte black fittings over a t shirt." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1975,6 +1986,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/dragon-mask/` was built on 2026-09-18T15:48:49.952Z -->
|
<!-- This page `/dragon-mask/` was built on 2026-09-20T00:40:39.762Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+28
-17
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/ruby-the-alpaca-handspun/">
|
<a class="postlink" href="/charlie-the-alpaca-handspun/">
|
||||||
<h2 data-ha-exclude="" id="ruby-the-alpaca-handspun">ruby the alpaca handspun </h2>
|
<h2 data-ha-exclude="" id="charlie-the-alpaca-handspun">charlie the alpaca handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/ruby-alpaca-handspun.jpg" alt="one large skein and two smaller skeins of a rich chocolatey brown alpaca handspun, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/charlie-alpaca-handspun.jpg" alt="one large skein (and technically a smaller skein hidden behind it) of sheen-y black alpaca handspun, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/hand-dyed-gold-handspun/">
|
<a class="postlink" href="/handspun-yarn-in-party-mix-and-orange-gold/">
|
||||||
<h2 data-ha-exclude="" id="hand-dyed-gold-handspun">hand-dyed gold handspun </h2>
|
<h2 data-ha-exclude="" id="handspun-yarn-in-party-mix-and-orange-gold">handspun yarn in party mix and orange-gold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/gold-handspun.jpg" alt="3 skeins, one small and two large, of a rich golden-orange handspun with light tonal effects, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/handspun0.jpg" alt="4 skeins of handspun yarn, two in a somewhat pastel multicolor and two in a blend of orange, gold, and white." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/icelandic-lamb-handspun/">
|
<a class="postlink" href="/light-grey-jacobs-handspun/">
|
||||||
<h2 data-ha-exclude="" id="icelandic-lamb-handspun">icelandic lamb handspun </h2>
|
<h2 data-ha-exclude="" id="light-grey-jacobs-handspun">light grey jacobs handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/icelandic-lamb.jpg" alt="a skein of black handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/light-grey-jacobs.jpg" alt="a skein of light grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/dyeing-fiber/` was built on 2026-09-18T15:48:49.980Z -->
|
<!-- This page `/dyeing-fiber/` was built on 2026-09-20T00:40:39.764Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1950,6 +1961,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/ecommerce-options/` was built on 2026-09-18T15:48:49.968Z -->
|
<!-- This page `/ecommerce-options/` was built on 2026-09-20T00:40:39.724Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/stephanie-collar/">
|
<a class="postlink" href="/nine-pocket-bifold/">
|
||||||
<h2 data-ha-exclude="" id="stephanie-collar">stephanie collar </h2>
|
<h2 data-ha-exclude="" id="nine-pocket-bifold">nine pocket bifold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/stephanie-collar.jpg" alt="A white woman with a shaved side cut wearing a black leather collar with a large dangling o-ring." loading="lazy" decoding="async" width="1000" height="562">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/triangle-pouch/">
|
<a class="postlink" href="/moss-harness/">
|
||||||
<h2 data-ha-exclude="" id="triangle-pouch">triangle pouch </h2>
|
<h2 data-ha-exclude="" id="moss-harness">moss harness </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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/moss-harness.jpg" alt="A nylon webbing harness in bright teal laid out on a desk." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/zipper-bifold/">
|
<a class="postlink" href="/rachels-bracelets/">
|
||||||
<h2 data-ha-exclude="" id="zipper-bifold">zipper bifold </h2>
|
<h2 data-ha-exclude="" id="rachels-bracelets">rachel's bracelets </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/zipper-bifold.jpg" alt="A collage showing a hand-stitched leather bifold with a zippered coin pocket on one exterior side." loading="lazy" decoding="async" width="1000" height="1777">
|
<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">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/eight-pocket-bifold/` was built on 2026-09-18T15:48:49.975Z -->
|
<!-- This page `/eight-pocket-bifold/` was built on 2026-09-20T00:40:39.725Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+38
-25
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -2166,15 +2177,31 @@ eleventyExcludeFromCollections: true
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/domain-and-site-setup/">
|
<a class="postlink" href="/visual-site-builders-and-accessibility/">
|
||||||
<h2 data-ha-exclude="" id="domain-and-site-setup">domain and site setup </h2>
|
<h2 data-ha-exclude="" id="visual-site-builders-and-accessibility">visual site builders and accessibility </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/crinkly-mushrooms.jpg" alt="Picture unrelated to post. Some crinkly brown-orange mushrooms in vibrant green grass." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/roses.jpg" alt="Image unrelated to post. Two peach-colored roses, the farther away one a bit out of focus." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
||||||
|
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>software</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2193,20 +2220,6 @@ eleventyExcludeFromCollections: true
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/comparing-text-editors/">
|
|
||||||
<h2 data-ha-exclude="" id="comparing-text-editors">comparing text editors </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>software</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/horsetail.jpg" alt="Image unrelated to post. Close up on a horsetail plant's stem, with many small needle-like leaves emerging from all sides of the circular stem at each segmented joint." loading="lazy" decoding="async" width="1000" height="666">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -2259,6 +2272,6 @@ eleventyExcludeFromCollections: true
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/eleventy-lessons/` was built on 2026-09-18T15:48:49.981Z -->
|
<!-- This page `/eleventy-lessons/` was built on 2026-09-20T00:40:39.765Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+32
-21
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,8 +1886,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/big-pidge/">
|
<a class="postlink" href="/congrats-on-the-gay/">
|
||||||
<h2 data-ha-exclude="" id="big-pidge">big pidge </h2>
|
<h2 data-ha-exclude="" id="congrats-on-the-gay">congrats on the gay </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1884,33 +1895,33 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/congrats-on-the-gay.jpg" alt="A greeting card reading, in black. 'Congrats on the,' and then, in rainbow, 'Gay!'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/greeting-quorbs/">
|
<a class="postlink" href="/killdeer/">
|
||||||
<h2 data-ha-exclude="" id="greeting-quorbs">greeting quorbs </h2>
|
<h2 data-ha-exclude="" id="killdeer">killdeer </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/greeting-quorbs.jpg" alt="A pile of hand-printed A2 size greeting cards. Only the front is visible, showing a particularly round quail." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/killdeer-print.jpg" alt="A print of a killdeer in black ink." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/fat-raccoon/">
|
<a class="postlink" href="/booby-congrats-on-the-top-surgery/">
|
||||||
<h2 data-ha-exclude="" id="fat-raccoon">fat raccoon </h2>
|
<h2 data-ha-exclude="" id="booby-congrats-on-the-top-surgery">booby (congrats on the top surgery) </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1918,10 +1929,10 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/booby-card.jpg" alt="A landscape-oriented white card with a two-color print of a blue-footed booby." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1978,6 +1989,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/euphorbia/` was built on 2026-09-18T15:48:49.959Z -->
|
<!-- This page `/euphorbia/` was built on 2026-09-20T00:40:39.739Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+54
-49
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1892,57 +1903,51 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/quorbs/">
|
<a class="postlink" href="/coming-out/">
|
||||||
<h2 data-ha-exclude="" id="quorbs">quorbs </h2>
|
<h2 data-ha-exclude="" id="coming-out">coming out </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/quorbs-print.jpg" alt="A print in two layers of color showing two rotund quails on a branch. Most of the details are in black ink, then there is a layer with a brown gradient filling in some color on the head and breast." loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/greeting-loons/">
|
|
||||||
<h2 data-ha-exclude="" id="greeting-loons">greeting loons </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/greeting-loons.jpg" alt="A pile of hand-printed A2 size greeting cards. A loon rearing up with outstretched wings spans the front and back of the cards." loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/girldick/">
|
|
||||||
<h2 data-ha-exclude="" id="girldick-mature">girldick (mature)</h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>sticker</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/girldick-shirt.jpg" alt="A butch cooking and wearing a cropped tee with blue cap sleeves that reads girldick in blue G.I.Joe font." class="blur" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/coming-out-card-print.jpg" alt="A card and print in the same design - a chick and a broken eggshell, and a simple font reading 'congrats on coming out of your shell'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/shirts/">
|
||||||
|
<h2 data-ha-exclude="" id="shirts">shirts! </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>shirt</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/shirts.jpg" alt="A row of shirts hanging in front of a window, with a variety of hand-printed designs." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/booby-congrats-on-the-top-surgery/">
|
||||||
|
<h2 data-ha-exclude="" id="booby-congrats-on-the-top-surgery">booby (congrats on the top surgery) </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/booby-card.jpg" alt="A landscape-oriented white card with a two-color print of a blue-footed booby." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1999,6 +2004,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fat-raccoon/` was built on 2026-09-18T15:48:49.964Z -->
|
<!-- This page `/fat-raccoon/` was built on 2026-09-20T00:40:39.715Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1909,15 +1920,33 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/in-the-news/">
|
<a class="postlink" href="/gender-as-a-proxy-variable/">
|
||||||
<h2 data-ha-exclude="" id="in-the-news">in the news </h2>
|
<h2 data-ha-exclude="" id="gender-as-a-proxy-variable">gender as a proxy variable </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
|
<li>zine</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/shrimp-knitting.jpg" alt="Picture unrelated to post. Lee, sitting in a chair and seen in profile, looks up and smiles. Ze is holding and working on a partially knit shrimp." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/gender-zine-cover.png" alt="Part of a scan of the cover of my zine, Gender as a Proxy Variable. It shows the title and a bit of handsewn binding." loading="lazy" decoding="async" width="1000" height="444">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/rope-one/">
|
||||||
|
<h2 data-ha-exclude="" id="rope-one-mature">rope (one) (mature)</h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/rope-print-1.jpg" alt="A print of a nude trans woman in an asymmetrical rope harness." class="blur" loading="lazy" decoding="async" width="1000" height="1242">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1940,22 +1969,6 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/fishhook-pride-keychains/">
|
|
||||||
<h2 data-ha-exclude="" id="fishhook-pride-keychains">fishhook pride keychains </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>leather</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/fishhook-keychain-nonbinary.jpg" alt="a keychain with an iridescent fishhook style attachment linked via leather to an iridescent keyring. the leather is stitched with nonbinary flag colors." loading="lazy" decoding="async" width="1000" height="750">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -2008,6 +2021,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fd-signifier-and-oppositional-sexism/` was built on 2026-09-18T15:48:49.957Z -->
|
<!-- This page `/fd-signifier-and-oppositional-sexism/` was built on 2026-09-20T00:40:39.737Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1909,6 +1920,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fedilearns/` was built on 2026-09-18T15:48:49.982Z -->
|
<!-- This page `/fedilearns/` was built on 2026-09-20T00:40:39.765Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1874,22 +1885,6 @@ switch (currentThemeValue) {
|
|||||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/on-the-shoulders-of-giants/">
|
|
||||||
<h2 data-ha-exclude="" id="on-the-shoulders-of-giants">on the shoulders of giants </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>zine</li>
|
|
||||||
|
|
||||||
<li>knit</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/on-the-shoulders.jpg" alt="ok so. five image collage showing the front, 3 inner spreads, and back of a riso-printed zine in green and light blue. it's called 'on the shoulders of giants' and it's about a knitting technique I learned from Stephen west and how I built on that technique. it talks about joining two adjacent panels without seaming, instead knitting the second panel onto the selvedge of the first. then it uses that technique to approach two panels knit with significantly different weights of yarn" loading="lazy" decoding="async" width="1000" height="1000">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/kestrel-zine/">
|
<a class="postlink" href="/kestrel-zine/">
|
||||||
<h2 data-ha-exclude="" id="kestrel-zine">kestrel zine </h2>
|
<h2 data-ha-exclude="" id="kestrel-zine">kestrel zine </h2>
|
||||||
@@ -1924,6 +1919,22 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/on-the-shoulders-of-giants/">
|
||||||
|
<h2 data-ha-exclude="" id="on-the-shoulders-of-giants">on the shoulders of giants </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>zine</li>
|
||||||
|
|
||||||
|
<li>knit</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/on-the-shoulders.jpg" alt="ok so. five image collage showing the front, 3 inner spreads, and back of a riso-printed zine in green and light blue. it's called 'on the shoulders of giants' and it's about a knitting technique I learned from Stephen west and how I built on that technique. it talks about joining two adjacent panels without seaming, instead knitting the second panel onto the selvedge of the first. then it uses that technique to approach two panels knit with significantly different weights of yarn" loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -1976,6 +1987,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fedizinefest-2025/` was built on 2026-09-18T15:48:49.959Z -->
|
<!-- This page `/fedizinefest-2025/` was built on 2026-09-20T00:40:39.739Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -315,6 +315,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<h2 id="framer">Framer</h2>
|
<h2 id="framer">Framer</h2>
|
||||||
<p><a href="https://framer.com" target="_blank" rel="external">Framer</a> is a full-featured site designer with a built-in CMS. It offers generative AI features.</p>
|
<p><a href="https://framer.com" target="_blank" rel="external">Framer</a> is a full-featured site designer with a built-in CMS. It offers generative AI features.</p>
|
||||||
|
<p>I have written <a href="https://leecat.art/framer-accessibility">further thoughts on Framer accessibility</a> as part of a more in-depth review.</p>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -21,10 +21,18 @@ https://nicolas-hoizey.com/feeds/all.xml
|
|||||||
<title>feed | <xsl:value-of select="atom:feed/atom:title"/></title>
|
<title>feed | <xsl:value-of select="atom:feed/atom:title"/></title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<style>:root {
|
<style>@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -118,11 +126,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,23 +142,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/petrichor-handspun/">
|
<a class="postlink" href="/orion-handspun/">
|
||||||
<h2 data-ha-exclude="" id="petrichor-handspun">petrichor handspun </h2>
|
<h2 data-ha-exclude="" id="orion-handspun">orion handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/petrichor-handspun.jpg" alt="3 skeins of handspun yarn, 2 large and 1 small. the large ones are a rich earth-tone blend of reds, pinks, browns, and hints of green and gold. the smaller skein is similar but with a decidedly greener hue" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/orion-handspun.jpg" alt="3 skeins of handspun yarn, 1 large and 2 small. One of the small skeins is a little more inconsistent weight than the other two - this one was spun on drop spindle about 2 years ago. The other two are about a sport or maybe a DK weight. All three are a gold colorway with tiny hints of orange and a pale light green." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/coral-reef-handspun/">
|
<a class="postlink" href="/hand-dyed-gold-handspun/">
|
||||||
<h2 data-ha-exclude="" id="coral-reef-handspun">coral reef handspun </h2>
|
<h2 data-ha-exclude="" id="hand-dyed-gold-handspun">hand-dyed gold handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/coral-reef-handspun.jpg" alt="2 skeins, one large and one small, of a heathered grey yarn with hints of blue and orange in about a sport or DK weight." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/gold-handspun.jpg" alt="3 skeins, one small and two large, of a rich golden-orange handspun with light tonal effects, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/light-grey-jacobs-handspun/">
|
<a class="postlink" href="/ruby-the-alpaca-handspun/">
|
||||||
<h2 data-ha-exclude="" id="light-grey-jacobs-handspun">light grey jacobs handspun </h2>
|
<h2 data-ha-exclude="" id="ruby-the-alpaca-handspun">ruby the alpaca handspun </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>yarn</li>
|
<li>yarn</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/light-grey-jacobs.jpg" alt="a skein of light grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/ruby-alpaca-handspun.jpg" alt="one large skein and two smaller skeins of a rich chocolatey brown alpaca handspun, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fire-and-ice-handspun/` was built on 2026-09-18T15:48:49.980Z -->
|
<!-- This page `/fire-and-ice-handspun/` was built on 2026-09-20T00:40:39.764Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1880,43 +1891,47 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/give-to-trans-orgs-and-people/">
|
<a class="postlink" href="/networks-of-trans-care/">
|
||||||
<h2 data-ha-exclude="" id="give-to-trans-orgs-and-people">give to trans orgs and people </h2>
|
<h2 data-ha-exclude="" id="networks-of-trans-care">networks of trans care </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/bouquet.jpg" alt="Image unrelated to post. A close up on a flower bouquet in shades of purple, pink, and white. Centered is a large, almost soft-looking pink flower that is still partially closed up." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/mushrooms-and-moss.jpg" alt="Image unrelated to post. Close up on a cluster of orange-brown mushrooms on a mossy tree trunk." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/x-acto-knife-sheath/">
|
<a class="postlink" href="/soras-collar/">
|
||||||
<h2 data-ha-exclude="" id="x-acto-knife-sheath">x-acto knife sheath </h2>
|
<h2 data-ha-exclude="" id="soras-collar">sora's collar </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/knife-sheaths.jpg" alt="Several blades with leather sheaths, and a few extra sheaths. There's a #2 blade with an orange sheath with yellow stitching, a #11 blade with a blue sheath with light grey stitching, and a skiving knife with a plum sheath and pink stitching." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/sora-collar.jpg" alt="A collage showing a red and black leather dog collar tooled with roses and the name Sora. It's fully stitched with dark red stitching and has brass hardware." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/rachels-bracelets/">
|
<a class="postlink" href="/nonbinary-flag/">
|
||||||
<h2 data-ha-exclude="" id="rachels-bracelets">rachel's bracelets </h2>
|
<h2 data-ha-exclude="" id="nonbinary-flag">nonbinary flag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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/nonbinary-flag-print.jpg" alt="A print of a nonbinary flag waving, with yellow, white (uninked), purple, and black stripes." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1973,6 +1988,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fishhook-pride-keychains/` was built on 2026-09-18T15:48:49.977Z -->
|
<!-- This page `/fishhook-pride-keychains/` was built on 2026-09-20T00:40:39.733Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+45
-28
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1887,8 +1898,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/lupine/">
|
<a class="postlink" href="/foxgloves/">
|
||||||
<h2 data-ha-exclude="" id="lupine">lupine </h2>
|
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1899,37 +1910,43 @@ switch (currentThemeValue) {
|
|||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/lupine-prints.jpg" alt="6 versions of a print of lupine flowers with the leaves inked in light green and the blossoms inked in a variety of blues, purples, and pinks." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/luminescent/">
|
<a class="postlink" href="/crow/">
|
||||||
<h2 data-ha-exclude="" id="luminescent-mature">luminescent (mature)</h2>
|
<h2 data-ha-exclude="" id="crow">crow </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/crow-print.jpg" alt="a block print in dark indigo ink on white paper depicting a perched crow looking over one shoulder. one side of the crow is lit with fine feather detail, and the other side is almost entirely in shadow." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/queer/">
|
||||||
|
<h2 data-ha-exclude="" id="queer">queer </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>sticker</li>
|
||||||
|
|
||||||
|
<li>pin</li>
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/luminescent-print.jpg" alt="A print of a tattooed woman in bright highlighter yellow underwear." class="blur" loading="lazy" decoding="async" width="900" height="1200">
|
<img src="/img/queer-print.jpg" alt="A print of the word queer in black ink. The letters are rounded with elongated oval negative space." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/euphorbia/">
|
|
||||||
<h2 data-ha-exclude="" id="euphorbia">euphorbia </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/euphorbia-print.jpg" alt="A print in black ink on brown paper. It depicts a stem of euphorbia, a plant with long, thin leaves and many clustered flowers." loading="lazy" decoding="async" width="1000" height="1333">
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1986,6 +2003,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/five-of-them/` was built on 2026-09-18T15:48:49.966Z -->
|
<!-- This page `/five-of-them/` was built on 2026-09-20T00:40:39.722Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+43
-28
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1874,8 +1885,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/artisans-cooperative-cards/">
|
<a class="postlink" href="/trans-wrongs-skull/">
|
||||||
<h2 data-ha-exclude="" id="artisans-cooperative-cards">artisans cooperative cards </h2>
|
<h2 data-ha-exclude="" id="trans-wrongs-skull">trans wrongs skull </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1883,33 +1894,21 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
</ul>
|
<li>sticker</li>
|
||||||
<img src="/img/artisans-coop-cards.jpg" alt="2 white greeting cards with the Artisans Cooperative logo, a chicken. One card has a single print of the chicken in black ink, and the other has two overlapping prints in blue and red ink" loading="lazy" decoding="async" width="1000" height="1000">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/coming-out/">
|
|
||||||
<h2 data-ha-exclude="" id="coming-out">coming out </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
<li>pin</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>gender</li>
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/coming-out-card-print.jpg" alt="A card and print in the same design - a chick and a broken eggshell, and a simple font reading 'congrats on coming out of your shell'" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/trans-wrongs-print.jpg" alt="A smiling skull with devil horns and a little spiked tail, and a speech bubble reading 'trans wrongs!'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/fat-raccoon/">
|
<a class="postlink" href="/stellars-jay/">
|
||||||
<h2 data-ha-exclude="" id="fat-raccoon">fat raccoon </h2>
|
<h2 data-ha-exclude="" id="stellars-jay">stellar's jay </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1920,7 +1919,23 @@ switch (currentThemeValue) {
|
|||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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">
|
<img src="/img/stellars-jay-print.jpg" alt="A print of a stellar's jay, a beautiful black and blue bird, about to take off from a branch" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/five-of-them/">
|
||||||
|
<h2 data-ha-exclude="" id="five-of-them">five of them </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
<li>shirt</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/five-of-them-print.jpg" alt="A block print of five mule deer grazing in a dark green field. The deer are partially negative space and partially brown ink detailing." loading="lazy" decoding="async" width="1000" height="594">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1977,6 +1992,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fix-your-hearts/` was built on 2026-09-18T15:48:49.950Z -->
|
<!-- This page `/fix-your-hearts/` was built on 2026-09-20T00:40:39.760Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+32
-21
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1887,26 +1898,24 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/heron/">
|
<a class="postlink" href="/not-a-drill/">
|
||||||
<h2 data-ha-exclude="" id="heron">heron </h2>
|
<h2 data-ha-exclude="" id="not-a-drill">not a drill </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
<li>print</li>
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/heron-print.jpg" alt="A print in black ink of a great blue heron, leaning downwards so that eir beak is level with eir feet." loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/not-a-drill-print.jpg" alt="A print in dark teal ink depicting a power drill with text in cursive below that reads 'ceci n'est pas un exercice' or 'this is not a drill'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/seedling/">
|
<a class="postlink" href="/nonbinary-flag/">
|
||||||
<h2 data-ha-exclude="" id="seedling">seedling </h2>
|
<h2 data-ha-exclude="" id="nonbinary-flag">nonbinary flag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1914,24 +1923,26 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/seedling-print.jpg" alt="A print of a 3-stage design of a green seedling barely open, starting to straighten up, and growing strong, with little piles of dirt beneath each one." loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/nonbinary-flag-print.jpg" alt="A print of a nonbinary flag waving, with yellow, white (uninked), purple, and black stripes." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/killdeer/">
|
<a class="postlink" href="/greeting-quorbs/">
|
||||||
<h2 data-ha-exclude="" id="killdeer">killdeer </h2>
|
<h2 data-ha-exclude="" id="greeting-quorbs">greeting quorbs </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/killdeer-print.jpg" alt="A print of a killdeer in black ink." loading="lazy" decoding="async" width="1000" height="1333">
|
<img src="/img/greeting-quorbs.jpg" alt="A pile of hand-printed A2 size greeting cards. Only the front is visible, showing a particularly round quail." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1988,6 +1999,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/flatfish/` was built on 2026-09-18T15:48:49.962Z -->
|
<!-- This page `/flatfish/` was built on 2026-09-20T00:40:39.713Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+47
-32
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1892,22 +1903,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/crow/">
|
<a class="postlink" href="/queer/">
|
||||||
<h2 data-ha-exclude="" id="crow">crow </h2>
|
<h2 data-ha-exclude="" id="queer">queer </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/crow-print.jpg" alt="a block print in dark indigo ink on white paper depicting a perched crow looking over one shoulder. one side of the crow is lit with fine feather detail, and the other side is almost entirely in shadow." loading="lazy" decoding="async" width="1000" height="1333">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/iris/">
|
|
||||||
<h2 data-ha-exclude="" id="iris">iris </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1915,26 +1912,44 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
|
<li>sticker</li>
|
||||||
|
|
||||||
|
<li>pin</li>
|
||||||
|
|
||||||
|
<li>gender</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/iris-prints.jpg" alt="3 copies of the same print of iris flowers and a bud, done in slightly varied color schemes." loading="lazy" decoding="async" width="1000" height="562">
|
<img src="/img/queer-print.jpg" alt="A print of the word queer in black ink. The letters are rounded with elongated oval negative space." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/foxgloves/">
|
<a class="postlink" href="/artisans-cooperative-shirts/">
|
||||||
<h2 data-ha-exclude="" id="foxgloves">foxgloves </h2>
|
<h2 data-ha-exclude="" id="artisans-cooperative-shirts">artisans cooperative shirts </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
<li>card</li>
|
|
||||||
|
|
||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/foxgloves-print.jpg" alt="A print of a cluster of foxgloves. The background is inked in green, with negative space and pink details making up the foxgloves." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/artisans-coop-shirt.jpg" alt="A black tank top laid on a desk. In white ink it reads 'Artisans Cooperative' with a print of some chickens and a quail." loading="lazy" decoding="async" width="1000" height="1333">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/squarsh/">
|
||||||
|
<h2 data-ha-exclude="" id="squarsh">squarsh </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/squarsh-prints.jpg" alt="Two identical prints of a delicata squash. The body of the squash is cornsilk (muted yellow), the stem and stripes in mint green, and the shadows in lilac." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1991,6 +2006,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/flicker/` was built on 2026-09-18T15:48:49.963Z -->
|
<!-- This page `/flicker/` was built on 2026-09-20T00:40:39.714Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+36
-27
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1887,6 +1898,20 @@ switch (currentThemeValue) {
|
|||||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/acadia-coloring-journal/">
|
||||||
|
<h2 data-ha-exclude="" id="acadia-coloring-journal">Acadia coloring journal </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>book</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/acadia-coloring-journal.jpg" alt="A five panel collage showcasing a book that is part graph papers of various sizes, and part coloring pages based on Acadia National Park." loading="lazy" decoding="async" width="1000" height="562">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/leather-long-stitch-journals/">
|
<a class="postlink" href="/leather-long-stitch-journals/">
|
||||||
<h2 data-ha-exclude="" id="leather-long-stitch-journals">leather long-stitch journals </h2>
|
<h2 data-ha-exclude="" id="leather-long-stitch-journals">leather long-stitch journals </h2>
|
||||||
@@ -1904,31 +1929,15 @@ switch (currentThemeValue) {
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/striped-journal/">
|
<a class="postlink" href="/square-watercolor-pad/">
|
||||||
<h2 data-ha-exclude="" id="striped-journal">striped journal </h2>
|
<h2 data-ha-exclude="" id="square-watercolor-pad">square watercolor pad </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>book</li>
|
<li>book</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/striped-journal.jpg" alt="A three panel collage showcasing a journal with a striped cover." loading="lazy" decoding="async" width="1000" height="1776">
|
<img src="/img/square-watercolor-pad.jpg" alt="A two panel collage showing a square book with a tan cover and blue and gold endpapers." loading="lazy" decoding="async" width="1000" height="1331">
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/black-and-red-journal/">
|
|
||||||
<h2 data-ha-exclude="" id="black-and-red-journal">black and red journal </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>book</li>
|
|
||||||
|
|
||||||
<li>leather</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/black-red-journal.jpg" alt="3 image collage showing a leather-bound journal. The cover is black, with long red vertical stitches along the spine and a red leather strap for a closure. On the back in one lower corner is stamped LEE CAT ART" loading="lazy" decoding="async" width="1000" height="1000">
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1985,6 +1994,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/flocked-notebook/` was built on 2026-09-18T15:48:49.949Z -->
|
<!-- This page `/flocked-notebook/` was built on 2026-09-20T00:40:39.712Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,43 +1886,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/gradient-purse-strap/">
|
<a class="postlink" href="/foldy-wallet/">
|
||||||
<h2 data-ha-exclude="" id="gradient-purse-strap">gradient purse strap </h2>
|
<h2 data-ha-exclude="" id="foldy-wallet">foldy wallet </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/gradient-purse-strap.jpg" alt="a coiled up purse strap in gradient cool colors - we can see green, teal, indigo, and a slightly pinkish purple. It has brass hardware and is stiched along its length with cream stitches." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/foldy-wallet.jpg" alt="A four part collage showing a single piece of deep red leather folding up to become a card wallet." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/eight-pocket-bifold/">
|
<a class="postlink" href="/zipper-bifold/">
|
||||||
<h2 data-ha-exclude="" id="eight-pocket-bifold">eight pocket bifold </h2>
|
<h2 data-ha-exclude="" id="zipper-bifold">zipper bifold </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/eight-pocket-bifold.jpg" alt="A 3-picture collage showing a hand stitched full grain leather bifold wallet in dark plum leather. It has a main bill pocket and a asymmetrical interior with a hidden pocket and 3 card pockets on the right, and a hidden pocket and 2 card pockets on the left. The left front pocket has a small naturally occuring hole." loading="lazy" decoding="async" width="1000" height="1777">
|
<img src="/img/zipper-bifold.jpg" alt="A collage showing a hand-stitched leather bifold with a zippered coin pocket on one exterior side." loading="lazy" decoding="async" width="1000" height="1777">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/pinatex-wallet-with-zipper/">
|
<a class="postlink" href="/designing-a-bag/">
|
||||||
<h2 data-ha-exclude="" id="pinatex-wallet-with-zipper">piñatex wallet with zipper </h2>
|
<h2 data-ha-exclude="" id="designing-a-bag">designing a bag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/pinatex-ten-pocket-bifold.jpg" alt="A two-picture collage showing the inside and outside of a wallet made with piñatex, a leather alternative made from pineapple leaves. It is two tone blue with a pink accent and has a zippered pocket built in." loading="lazy" decoding="async" width="1000" height="1331">
|
<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't slide out." loading="lazy" decoding="async" width="1000" height="1777">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1968,6 +1981,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/foldy-wallet-with-thumb-slide/` was built on 2026-09-18T15:48:49.955Z -->
|
<!-- This page `/foldy-wallet-with-thumb-slide/` was built on 2026-09-20T00:40:39.735Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+28
-19
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1875,45 +1886,43 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/zipper-bifold/">
|
<a class="postlink" href="/mom-bag/">
|
||||||
<h2 data-ha-exclude="" id="zipper-bifold">zipper bifold </h2>
|
<h2 data-ha-exclude="" id="mom-bag">mom bag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/zipper-bifold.jpg" alt="A collage showing a hand-stitched leather bifold with a zippered coin pocket on one exterior side." loading="lazy" decoding="async" width="1000" height="1777">
|
<img src="/img/mom-bag.jpg" alt="A leather bag sized for a large smartphone with a main pocket and a wraparound smaller pocket. It has a magnetic clasp." loading="lazy" decoding="async" width="900" height="1200">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/long-zipper-bifold/">
|
<a class="postlink" href="/circle-bag/">
|
||||||
<h2 data-ha-exclude="" id="long-zipper-bifold">long zipper bifold </h2>
|
<h2 data-ha-exclude="" id="circle-bag">circle bag </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/long-zipper-bifold.jpg" alt="A collage showing an orange leather wallet with a long zipper running the length of the outside." loading="lazy" decoding="async" width="1000" height="1000">
|
<img src="/img/circle-bag.jpg" alt="A round bag in brown, mustard yellow, and rich deep orange, with a teal shoulder strap." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/little-critter-pouch/">
|
<a class="postlink" href="/x-acto-knife-sheath/">
|
||||||
<h2 data-ha-exclude="" id="little-critter-pouch">little critter pouch </h2>
|
<h2 data-ha-exclude="" id="x-acto-knife-sheath">x-acto knife sheath </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
<li>leather</li>
|
||||||
|
|
||||||
<li>highlight</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/little-critter-pouch.jpg" alt="A leather pouch shaped a bit like a d10 but with eight sides. It has a rainbow zippered opening and a wristlet strap." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/knife-sheaths.jpg" alt="Several blades with leather sheaths, and a few extra sheaths. There's a #2 blade with an orange sheath with yellow stitching, a #11 blade with a blue sheath with light grey stitching, and a skiving knife with a plum sheath and pink stitching." loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1970,6 +1979,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/foldy-wallet/` was built on 2026-09-18T15:48:49.954Z -->
|
<!-- This page `/foldy-wallet/` was built on 2026-09-20T00:40:39.735Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,33 @@
|
|||||||
|
# End User License Agreement (EULA)
|
||||||
|
|
||||||
|
This End User License Agreement is a legal agreement between the licensee (you), and the author of this font, Christopher Kirk-Nielsen.
|
||||||
|
|
||||||
|
You are granted a perpetual, non-exclusive license to use the font with your purchase.
|
||||||
|
|
||||||
|
## By downloading or purchasing this font, you agree to the following terms:
|
||||||
|
|
||||||
|
**For use on a website**
|
||||||
|
Use on any website owned or under the licensee's control, no pageview limits.
|
||||||
|
|
||||||
|
**For use in an app**
|
||||||
|
App embed allowed for 1 app. Another app = another license.
|
||||||
|
|
||||||
|
**Distribution**
|
||||||
|
The font may not be redistributed.
|
||||||
|
|
||||||
|
**Personal modification**
|
||||||
|
The font may be modified for personal use, but cannot be redistributed.
|
||||||
|
|
||||||
|
**Do not use the font for hateful purposes**
|
||||||
|
The font is not allowed to be used in any material promoting hate speech of any kind, including but not limited to: racism, xenophobia, homophobia, sexism, or other types of discrimination.
|
||||||
|
|
||||||
|
**Do not use the font with AI**
|
||||||
|
The font is not allowed to be used in, or in training of, AI/LLMs.
|
||||||
|
|
||||||
|
**Use at your own risk**
|
||||||
|
Any usage of the fonts are at the licensee's own risk.
|
||||||
|
|
||||||
|
For ebooks and other commercial use, or any other specific needs, email me to figure something out: chriskirknielsen+fonts[at]gmail.com
|
||||||
|
|
||||||
|
Thank you very much for the support!
|
||||||
|
Christopher Kirk-Nielsen (https://chriskirknielsen.com/fonts/)
|
||||||
Binary file not shown.
Binary file not shown.
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1889,20 +1900,6 @@ switch (currentThemeValue) {
|
|||||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/stationery-exchange/">
|
|
||||||
<h2 data-ha-exclude="" id="stationery-exchange">stationery exchange </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>stationery</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/clustered-brown-mushrooms.jpg" alt="Picture unrelated to post. A tight close-up on a cluster of tannish brown mushrooms." loading="lazy" decoding="async" width="1000" height="666">
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/siblinghood-of-the-traveling-greeting-card/">
|
<a class="postlink" href="/siblinghood-of-the-traveling-greeting-card/">
|
||||||
<h2 data-ha-exclude="" id="siblinghood-of-the-traveling-greeting-card">siblinghood of the traveling greeting card </h2>
|
<h2 data-ha-exclude="" id="siblinghood-of-the-traveling-greeting-card">siblinghood of the traveling greeting card </h2>
|
||||||
@@ -1917,6 +1914,20 @@ switch (currentThemeValue) {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/stationery-exchange/">
|
||||||
|
<h2 data-ha-exclude="" id="stationery-exchange">stationery exchange </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>stationery</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/clustered-brown-mushrooms.jpg" alt="Picture unrelated to post. A tight close-up on a cluster of tannish brown mushrooms." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -1969,6 +1980,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/fountain-pen-friendly-stationery/` was built on 2026-09-18T15:48:49.960Z -->
|
<!-- This page `/fountain-pen-friendly-stationery/` was built on 2026-09-20T00:40:39.740Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+40
-31
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1891,8 +1902,8 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/not-a-drill/">
|
<a class="postlink" href="/five-of-them/">
|
||||||
<h2 data-ha-exclude="" id="not-a-drill">not a drill </h2>
|
<h2 data-ha-exclude="" id="five-of-them">five of them </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1901,14 +1912,28 @@ switch (currentThemeValue) {
|
|||||||
<li>shirt</li>
|
<li>shirt</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/not-a-drill-print.jpg" alt="A print in dark teal ink depicting a power drill with text in cursive below that reads 'ceci n'est pas un exercice' or 'this is not a drill'" loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/five-of-them-print.jpg" alt="A block print of five mule deer grazing in a dark green field. The deer are partially negative space and partially brown ink detailing." loading="lazy" decoding="async" width="1000" height="594">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/shrimp/">
|
<a class="postlink" href="/tiny-portraits/">
|
||||||
<h2 data-ha-exclude="" id="shrimp">shrimp </h2>
|
<h2 data-ha-exclude="" id="tiny-portraits">tiny portraits </h2>
|
||||||
|
|
||||||
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
|
<li>print</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<img src="/img/tiny-portrait-stamps.jpg" alt="A collage showing various small (around an inch) stamps that depict people or animals." loading="lazy" decoding="async" width="1000" height="1000">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a class="postlink" href="/coming-out/">
|
||||||
|
<h2 data-ha-exclude="" id="coming-out">coming out </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
@@ -1916,26 +1941,10 @@ switch (currentThemeValue) {
|
|||||||
|
|
||||||
<li>card</li>
|
<li>card</li>
|
||||||
|
|
||||||
<li>sticker</li>
|
<li>gender</li>
|
||||||
|
|
||||||
<li>pin</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/shrimp-print.jpg" alt="A print of a small shrimp with slender little leggies in orange ink." loading="lazy" decoding="async" width="1000" height="750">
|
<img src="/img/coming-out-card-print.jpg" alt="A card and print in the same design - a chick and a broken eggshell, and a simple font reading 'congrats on coming out of your shell'" loading="lazy" decoding="async" width="1000" height="750">
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a class="postlink" href="/printmaking-paper-notes/">
|
|
||||||
<h2 data-ha-exclude="" id="printmaking-paper-notes">printmaking paper notes </h2>
|
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
|
||||||
|
|
||||||
<li>print</li>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
<img src="/img/killdeer.jpg" alt="Image unrelated to post. A very fluffed up killdeer stands on a rocky beach." loading="lazy" decoding="async" width="1000" height="666">
|
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -1992,6 +2001,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/foxgloves/` was built on 2026-09-18T15:48:49.967Z -->
|
<!-- This page `/foxgloves/` was built on 2026-09-20T00:40:39.722Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -228,6 +228,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -426,10 +427,18 @@ body:has(dialog[open]) {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -523,11 +532,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -537,23 +548,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1981,45 +1992,45 @@ switch (currentThemeValue) {
|
|||||||
<ol id="postlist">
|
<ol id="postlist">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/moving-images/">
|
<a class="postlink" href="/handedness-toggle/">
|
||||||
<h2 data-ha-exclude="" id="moving-images">moving images </h2>
|
<h2 data-ha-exclude="" id="handedness-toggle">handedness toggle </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/cormorant.jpg" alt="Image unrelated to post. A cormorant, a type of black waterfowl, poses with wings spread on a buoy in Puget Sound. Off to the left, another bird floats." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/handedness-toggle-0.png" alt="A screenshot of the rescue trans rescue navbar centered on a button that shows a hand pointing left." loading="lazy" decoding="async" width="1000" height="257">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/designing-a-bag/">
|
<a class="postlink" href="/eleventy-lessons/">
|
||||||
<h2 data-ha-exclude="" id="designing-a-bag">designing a bag </h2>
|
<h2 data-ha-exclude="" id="eleventy-lessons">eleventy lessons </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>leather</li>
|
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<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't slide out." loading="lazy" decoding="async" width="1000" height="1777">
|
<img src="/img/hellebore.jpg" alt="Image unrelated to post. Close up on a pale green hellebore flower." loading="lazy" decoding="async" width="1000" height="666">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a class="postlink" href="/accessible-image-modals/">
|
<a class="postlink" href="/azure-locations-and-file-crawling/">
|
||||||
<h2 data-ha-exclude="" id="accessible-image-modals">accessible image modals </h2>
|
<h2 data-ha-exclude="" id="azure-locations-and-file-crawling">azure locations and file crawling </h2>
|
||||||
|
|
||||||
<ul class="postlist-tags">
|
<ul class="postlist-tags">
|
||||||
|
|
||||||
<li>software</li>
|
<li>software</li>
|
||||||
|
|
||||||
|
<li>highlight</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src="/img/snacking-seagull.jpg" alt="Image unrelated to post. A seagull floating in the water with a starfish hanging out of eir mouth." loading="lazy" decoding="async" width="1000" height="666">
|
<img src="/img/azure-locations.jpg" alt="A Linux terminal. There is a fun rainbow flag in ascii art at the top, and then the user has called a command asking Azure for a list of locations applicable to a specific resource type. The output is lengthy." loading="lazy" decoding="async" width="1000" height="827">
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@@ -2076,6 +2087,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/framer-accessibility/` was built on 2026-09-18T15:48:49.982Z -->
|
<!-- This page `/framer-accessibility/` was built on 2026-09-20T00:40:39.766Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1644,6 +1655,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/1/` was built on 2026-09-18T15:48:53.307Z -->
|
<!-- This page `/gallery/1/` was built on 2026-09-20T00:40:45.064Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1662,6 +1673,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/10/` was built on 2026-09-18T15:48:56.450Z -->
|
<!-- This page `/gallery/10/` was built on 2026-09-20T00:40:52.046Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1630,6 +1641,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/11/` was built on 2026-09-18T15:48:56.724Z -->
|
<!-- This page `/gallery/11/` was built on 2026-09-20T00:40:52.834Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1658,6 +1669,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/2/` was built on 2026-09-18T15:48:53.565Z -->
|
<!-- This page `/gallery/2/` was built on 2026-09-20T00:40:45.766Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1652,6 +1663,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/3/` was built on 2026-09-18T15:48:53.931Z -->
|
<!-- This page `/gallery/3/` was built on 2026-09-20T00:40:46.475Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1648,6 +1659,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/4/` was built on 2026-09-18T15:48:54.268Z -->
|
<!-- This page `/gallery/4/` was built on 2026-09-20T00:40:47.339Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1656,6 +1667,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/5/` was built on 2026-09-18T15:48:54.653Z -->
|
<!-- This page `/gallery/5/` was built on 2026-09-20T00:40:48.281Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+19
-8
@@ -153,6 +153,7 @@
|
|||||||
grid-area: h2;
|
grid-area: h2;
|
||||||
padding: .25rem .5rem;
|
padding: .25rem .5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-family: var(--font-family);
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
border-radius: 1rem 1rem 0 0;
|
border-radius: 1rem 1rem 0 0;
|
||||||
@@ -262,10 +263,18 @@
|
|||||||
.tag:nth-child(odd) p {
|
.tag:nth-child(odd) p {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Peritel";
|
||||||
|
src:
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.woff2") format("woff2"),
|
||||||
|
url("/fonts/Peritel/Peritel-Regular.otf") format("opentype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
--font-family: 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
|
--font-family-headers: 'Peritel', 'Atkinson Hyperlegible Next', sans-serif;
|
||||||
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
--font-family-code: 'Atkinson Hyperlegible Mono', monospace;
|
||||||
|
|
||||||
--color-dark: #2e303e;
|
--color-dark: #2e303e;
|
||||||
@@ -359,11 +368,13 @@ main {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: var(--color-teal);
|
color: var(--color-teal);
|
||||||
|
font-family: var(--font-family-headers);
|
||||||
|
letter-spacing: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
font-size: 3.5rem;
|
font-size: 3.7rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -373,23 +384,23 @@ h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
font-size: 2.2rem;
|
font-size: 2.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
font-size: 1.6rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
h1 { font-size: 2.8rem; }
|
h1 { font-size: 2.95rem; }
|
||||||
h2 { font-size: 1.8rem; }
|
h2 { font-size: 1.9rem; }
|
||||||
h3 { font-size: 1.35rem; }
|
h3 { font-size: 1.4rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6 {
|
h4, h5, h6 {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Images */
|
/* Images */
|
||||||
@@ -1644,6 +1655,6 @@ switch (currentThemeValue) {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/gallery/6/` was built on 2026-09-18T15:48:55.063Z -->
|
<!-- This page `/gallery/6/` was built on 2026-09-20T00:40:48.969Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user