Skip to content

Commit 18f8916

Browse files
committed
Updates
1 parent 8e7728f commit 18f8916

44 files changed

Lines changed: 5040 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
--text-color-link-active: #5f2b48;
2828
--text-color-link-visited: #17050F;
2929

30+
--caption-color: #878580;
31+
3032
--syntax-tab-size: 2;
3133
}
3234

@@ -103,6 +105,13 @@
103105
line-height: 1.5;
104106
}
105107

108+
p.caption {
109+
text-align: center;
110+
font-style: italic;
111+
font-size: 0.9em;
112+
color: var(--caption-color);
113+
}
114+
106115
li {
107116
line-height: 1.5;
108117
}
@@ -208,6 +217,12 @@
208217
text-decoration: none;
209218
}
210219

220+
/* for collapsible text blocks */
221+
222+
details { margin: 1em 0; padding: 1em; background-color: #f5f5f5; border-left: 4px solid #0066cc;}
223+
summary { cursor: pointer; font-weight: bold; color: #0066cc;}
224+
summary:hover { text-decoration: underline;}
225+
211226
/* Nav */
212227
.nav {
213228
display: flex;
@@ -338,10 +353,10 @@ <h1 id="content-not-found">Content not found.</h1>
338353
</main>
339354
<hr>
340355
<footer>
341-
<p>&copy; 2025 <a href="https://win-vector.com/">Win Vector LLC</a></p>
356+
<p>&copy; 2026 <a href="https://win-vector.com/">Win Vector LLC</a></p>
342357
</footer>
343358

344-
<!-- This page `/404.html` was built on 2025-09-05T01:27:36.682Z -->
359+
<!-- This page `/404.html` was built on 2026-05-21T01:11:50.164Z -->
345360
<script type="module" src="/WVExamples/dist/rJ3_G-2ArF.js"></script>
346361
</body>
347362
</html>

about/index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
--text-color-link-active: #5f2b48;
2828
--text-color-link-visited: #17050F;
2929

30+
--caption-color: #878580;
31+
3032
--syntax-tab-size: 2;
3133
}
3234

@@ -103,6 +105,13 @@
103105
line-height: 1.5;
104106
}
105107

108+
p.caption {
109+
text-align: center;
110+
font-style: italic;
111+
font-size: 0.9em;
112+
color: var(--caption-color);
113+
}
114+
106115
li {
107116
line-height: 1.5;
108117
}
@@ -208,6 +217,12 @@
208217
text-decoration: none;
209218
}
210219

220+
/* for collapsible text blocks */
221+
222+
details { margin: 1em 0; padding: 1em; background-color: #f5f5f5; border-left: 4px solid #0066cc;}
223+
summary { cursor: pointer; font-weight: bold; color: #0066cc;}
224+
summary:hover { text-decoration: underline;}
225+
211226
/* Nav */
212227
.nav {
213228
display: flex;
@@ -330,10 +345,10 @@ <h1 id="about">About</h1>
330345
</main>
331346
<hr>
332347
<footer>
333-
<p>&copy; 2025 <a href="https://win-vector.com/">Win Vector LLC</a></p>
348+
<p>&copy; 2026 <a href="https://win-vector.com/">Win Vector LLC</a></p>
334349
</footer>
335350

336-
<!-- This page `/about/` was built on 2025-09-05T01:27:36.682Z -->
351+
<!-- This page `/about/` was built on 2026-05-21T01:11:50.164Z -->
337352
<script type="module" src="/WVExamples/dist/rJ3_G-2ArF.js"></script>
338353
</body>
339354
</html>
Binary file not shown.
89 KB
Loading
28.1 KB
Loading
5.49 KB
Binary file not shown.
28.2 KB
Loading
11 KB
Loading
8.23 KB
Binary file not shown.
74.1 KB
Loading

0 commit comments

Comments
 (0)