Compare commits
2 Commits
b5fad3d59c
...
main
Author | SHA1 | Date | |
---|---|---|---|
97dd5e0bd7 | |||
cdf1377019 |
@ -121,7 +121,7 @@ figure {
|
||||
counter-increment: figure-counter;
|
||||
}
|
||||
|
||||
article figure:has(.img--fullpage) {
|
||||
article figure:has(.img--fullpage), figure:has(.img--fullpage) {
|
||||
margin-right: calc(var(--footnote-w) * -1);
|
||||
clear: both;
|
||||
margin-top: 2rem;
|
||||
@ -140,12 +140,14 @@ article figure:has(.img--fullpage) {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
article figure:has(.img--fullpage) img {
|
||||
|
||||
article figure:has(.img--fullpage) img, figure:has(.img--fullpage) img {
|
||||
position: absolute;
|
||||
height: 200%;
|
||||
height: 200% !important;
|
||||
transform: scale(1.01);
|
||||
}
|
||||
|
||||
article figure:has(.img--fullpage) figcaption {
|
||||
article figure:has(.img--fullpage) figcaption, figure:has(.img--fullpage) figcaption {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
bottom: calc(var(--pagedjs-pagebox-height)*-0.5 + var(--pagedjs-margin-bottom));
|
||||
|
@ -1,7 +1,12 @@
|
||||
:root {
|
||||
--print-margin-x: 8mm;
|
||||
|
||||
@page {
|
||||
size: A5;
|
||||
margin: 13mm 10mm;
|
||||
}
|
||||
|
||||
.pagedjs_area:has(.img--fullpage) {
|
||||
height: 200%;
|
||||
}
|
||||
body {
|
||||
font-size: var(--font-size-base);
|
||||
}
|
||||
@ -37,20 +42,25 @@ body {
|
||||
counter-reset: page;
|
||||
}
|
||||
|
||||
[template-type="back"] {
|
||||
page: front;
|
||||
counter-reset: page;
|
||||
}
|
||||
|
||||
|
||||
[template-type="circuit"] {
|
||||
page: circuit;
|
||||
break-before: page;
|
||||
}
|
||||
|
||||
|
||||
@page {
|
||||
size: A5;
|
||||
margin: 13mm var(--print-margin-x);
|
||||
/* marks: crop cross; */
|
||||
@page:right {
|
||||
margin-left: 16mm;
|
||||
}
|
||||
|
||||
|
||||
@page:left {
|
||||
margin-right: 16mm;
|
||||
|
||||
@bottom-left {
|
||||
content: counter(page);
|
||||
}
|
||||
@ -123,7 +133,7 @@ body {
|
||||
@page image {
|
||||
margin-top: auto;
|
||||
position: relative;
|
||||
margin: var(--print-margin-x) var(--print-margin-x);
|
||||
margin: 13mm 13mm;
|
||||
|
||||
header {
|
||||
position: absolute;
|
||||
@ -202,10 +212,6 @@ body {
|
||||
font-size: 8px;
|
||||
max-width: calc(100% - 4mm);
|
||||
}
|
||||
|
||||
@top-right {
|
||||
content: "imaaagggee";
|
||||
}
|
||||
}
|
||||
|
||||
@page imagespread {
|
||||
@ -244,12 +250,26 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
article:has([data-chapter-title]), article:has([data-subchapter-title]) {
|
||||
break-before: page;
|
||||
@page back {
|
||||
background: pink;
|
||||
position: relative;
|
||||
|
||||
@top-right {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@top-left {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@bottom-right {
|
||||
content: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.table-wide {
|
||||
/* break-before: page; */
|
||||
article:has([data-chapter-title]), article:has([data-subchapter-title]) {
|
||||
break-before: page;
|
||||
}
|
||||
|
||||
article>*:first-of-type:is(table) {
|
||||
|
@ -1,4 +1,4 @@
|
||||
table {
|
||||
table {
|
||||
border-spacing: 0px;
|
||||
}
|
||||
thead {
|
||||
|
@ -1,4 +1,4 @@
|
||||
:root {
|
||||
:root {
|
||||
--font-family: "Fira Sans", sans-serif;
|
||||
--font-family-mono: "Fira Mono", serif;
|
||||
}
|
||||
@ -55,6 +55,10 @@ h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
article>*:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
@ -239,19 +243,19 @@ h7 + ul {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/*** Works on common browsers ***/
|
||||
|
||||
::selection {
|
||||
background-color: var(--accent);
|
||||
color: black;
|
||||
}
|
||||
|
||||
/*** Mozilla based browsers ***/
|
||||
|
||||
::-moz-selection {
|
||||
background-color: var(--accent);
|
||||
color: black;
|
||||
}
|
||||
|
||||
/***For Other Browsers ***/
|
||||
|
||||
::-o-selection {
|
||||
background-color: var(--accent);
|
||||
color: black;
|
||||
@ -262,7 +266,7 @@ h7 + ul {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/*** For Webkit ***/
|
||||
|
||||
::-webkit-selection {
|
||||
background-color: var(--accent);
|
||||
color: black;
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -130,7 +130,7 @@
|
||||
|
||||
});
|
||||
</script>
|
||||
<title>Index29 - 09 June 2025</title>
|
||||
<title>Index31 - 01 July 2025</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -139,7 +139,7 @@
|
||||
<section template-type="front">
|
||||
<section class="meta">
|
||||
|
||||
<span data-generated-date>09 June 2025</span>
|
||||
<span data-generated-date>01 July 2025</span>
|
||||
|
||||
<span data-publication-title>Index</span>
|
||||
</section>
|
||||
@ -1169,23 +1169,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1294,23 +1284,13 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1414,23 +1394,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1540,23 +1510,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1685,9 +1645,7 @@ href="https://doi.org/10.21428/bf6fb269.3881c46e">https://doi.org/10.21428/bf6fb
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1778,23 +1736,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2029,9 +1977,7 @@ href="#fnref7" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2186,9 +2132,7 @@ href="#fnref5" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2438,9 +2382,7 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -130,7 +130,7 @@
|
||||
|
||||
});
|
||||
</script>
|
||||
<title>A field guide to salvaging sound devices29 - 09 June 2025</title>
|
||||
<title>A field guide to salvaging sound devices31 - 01 July 2025</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -139,7 +139,7 @@
|
||||
<section template-type="front">
|
||||
<section class="meta">
|
||||
|
||||
<span data-generated-date>09 June 2025</span>
|
||||
<span data-generated-date>01 July 2025</span>
|
||||
|
||||
<span data-publication-title>A field guide to salvaging sound devices</span>
|
||||
</section>
|
||||
@ -1153,23 +1153,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1278,23 +1268,13 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1398,23 +1378,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1524,23 +1494,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1669,9 +1629,7 @@ href="https://doi.org/10.21428/bf6fb269.3881c46e">https://doi.org/10.21428/bf6fb
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1762,23 +1720,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2013,9 +1961,7 @@ href="#fnref7" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2170,9 +2116,7 @@ href="#fnref5" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2422,9 +2366,7 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -139,7 +139,7 @@
|
||||
<section template-type="front">
|
||||
<section class="meta">
|
||||
|
||||
<span data-generated-date>09 June 2025</span>
|
||||
<span data-generated-date>01 July 2025</span>
|
||||
|
||||
<span data-publication-title></span>
|
||||
</section>
|
||||
@ -1153,23 +1153,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1278,23 +1268,13 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1398,23 +1378,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1524,23 +1494,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1669,9 +1629,7 @@ href="https://doi.org/10.21428/bf6fb269.3881c46e">https://doi.org/10.21428/bf6fb
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1762,23 +1720,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2013,9 +1961,7 @@ href="#fnref7" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2170,9 +2116,7 @@ href="#fnref5" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2422,9 +2366,7 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
|
@ -139,7 +139,7 @@
|
||||
<section template-type="front">
|
||||
<section class="meta">
|
||||
|
||||
<span data-generated-date>09 June 2025</span>
|
||||
<span data-generated-date>01 July 2025</span>
|
||||
|
||||
<span data-publication-title></span>
|
||||
</section>
|
||||
@ -1153,23 +1153,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1278,23 +1268,13 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1398,23 +1378,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1524,23 +1494,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1669,9 +1629,7 @@ href="https://doi.org/10.21428/bf6fb269.3881c46e">https://doi.org/10.21428/bf6fb
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1762,23 +1720,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2013,9 +1961,7 @@ href="#fnref7" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2170,9 +2116,7 @@ href="#fnref5" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2422,9 +2366,7 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
|
@ -139,7 +139,7 @@
|
||||
<section template-type="front">
|
||||
<section class="meta">
|
||||
|
||||
<span data-generated-date>09 June 2025</span>
|
||||
<span data-generated-date>01 July 2025</span>
|
||||
|
||||
<span data-publication-title></span>
|
||||
</section>
|
||||
@ -1153,23 +1153,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Resistors.webp" alt="These resistors were salvaged from a Reel to Reel recorder" />
|
||||
|
||||
<figcaption>These resistors were salvaged from a Reel to Reel recorder</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1278,23 +1268,13 @@ class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/Capacitors.webp" alt="The various sizes of Capacitors" />
|
||||
|
||||
<figcaption>The various sizes of Capacitors</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1398,23 +1378,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/chips.webp" alt="A chip sooooo small the picture has to be blurry" />
|
||||
|
||||
<figcaption>A chip sooooo small the picture has to be blurry</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1524,23 +1494,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/inputoutput.webp" alt="A variety of input and output components" />
|
||||
|
||||
<figcaption>A variety of input and output components</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1669,9 +1629,7 @@ href="https://doi.org/10.21428/bf6fb269.3881c46e">https://doi.org/10.21428/bf6fb
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -1762,23 +1720,13 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<header class="page--image" data-length="1">
|
||||
<article class="fix-break "><figure class="">
|
||||
<img class="img--fullpage" src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
<figure class="" index="0">
|
||||
<img src="./components/transistor.webp" alt="‘note to self, not sure all of these are transistors’" />
|
||||
|
||||
<figcaption>‘note to self, not sure all of these are transistors’</figcaption>
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
</figure><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2013,9 +1961,7 @@ href="#fnref7" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2170,9 +2116,7 @@ href="#fnref5" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
@ -2422,9 +2366,7 @@ role="doc-backlink">↩︎</a></p></li>
|
||||
|
||||
|
||||
|
||||
<article class="fix-break-left ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break-left "><section class="meta">
|
||||
|
||||
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -134,9 +134,7 @@
|
||||
|
||||
|
||||
|
||||
<article class="fix-break ">
|
||||
|
||||
<section class="meta">
|
||||
<article class="fix-break "><section class="meta">
|
||||
|
||||
<span data-chapter-title></span>
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
{%- macro showDetail(content, parentChapter, isNested = false) -%}
|
||||
|
||||
|
||||
{% if content['folder'] == 'components' %}
|
||||
{% if content['folder'] == 'components' and content['images']|length > 1 %}
|
||||
<header class="page--image" data-length="{{content['images']|length}}">
|
||||
|
||||
{% for image in content['images'] %}
|
||||
@ -19,7 +19,15 @@
|
||||
</header>
|
||||
{%endif%}
|
||||
<article class="{% if content['shortDescription'] %}fix-break-left{% else %}fix-break{% endif %} ">
|
||||
{%- if content['folder'] == 'components' and content['images']|length == 1 -%}
|
||||
<figure class="">
|
||||
<img class="img--fullpage" src="{{ content['images'][0]['src'] }}" alt="{{content['images'][0]['alt']}}" />
|
||||
{% if content['images'][0]['alt'] %}
|
||||
<figcaption>{{content['images'][0]['alt']}}</figcaption>
|
||||
{% endif %}
|
||||
|
||||
</figure>
|
||||
{%- endif -%}
|
||||
<section class="meta">
|
||||
{% if isNested %}
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user