Skip to content

Commit 07a9d41

Browse files
JRemitzclaude
andcommitted
feat: split software page into "My Open Source" and "Tools I Use" sections
Emphasizes user's own projects (reeln-cli, Streamn Scoreboard) built under the StreamnDad GitHub org, separate from third-party tools. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1064854 commit 07a9d41

2 files changed

Lines changed: 40 additions & 3 deletions

File tree

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</url>
1919
<url>
2020
<loc>https://streamn.dad/software.html</loc>
21-
<lastmod>2026-03-05</lastmod>
21+
<lastmod>2026-03-09</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://streamn.dad/gear-basics.html</loc>

software.html

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,33 @@
102102
gap: 18px;
103103
}
104104

105+
.section-header {
106+
padding: 0 4px;
107+
}
108+
109+
.section-header h2 {
110+
font-family: "Oswald", "Arial Narrow", sans-serif;
111+
text-transform: uppercase;
112+
letter-spacing: 0.1em;
113+
font-size: 20px;
114+
color: var(--forest);
115+
margin-bottom: 4px;
116+
}
117+
118+
.section-header p {
119+
line-height: 1.7;
120+
font-size: 15px;
121+
color: #344339;
122+
}
123+
124+
.section-header a {
125+
color: var(--forest);
126+
font-weight: 600;
127+
text-decoration: underline;
128+
text-decoration-color: rgba(28, 75, 47, 0.4);
129+
text-underline-offset: 4px;
130+
}
131+
105132
.info-block {
106133
background: #fdfefd;
107134
border-radius: 20px;
@@ -261,12 +288,16 @@
261288
<section class="hero">
262289
<h1>Software</h1>
263290
<p>
264-
This is the software behind my current workflow, from live production to editing and
265-
delivery.
291+
Open-source tools I build and the software behind my current workflow, from live
292+
production to editing and delivery.
266293
</p>
267294
</section>
268295

269296
<section class="info-stack">
297+
<div class="section-header">
298+
<h2>My Open Source</h2>
299+
<p>Projects I build and maintain under the <a href="https://github.com/StreamnDad">StreamnDad</a> GitHub organization.</p>
300+
</div>
270301
<article class="info-block" id="reeln-cli">
271302
<div class="gear-icon" aria-hidden="true">
272303
<img
@@ -408,7 +439,13 @@ <h2>Streamn Scoreboard</h2>
408439
</ul>
409440
</div>
410441
</article>
442+
</section>
411443

444+
<section class="info-stack">
445+
<div class="section-header">
446+
<h2>Tools I Use</h2>
447+
<p>Third-party software that powers the stream from capture to delivery.</p>
448+
</div>
412449
<article class="info-block" id="streaming-capture">
413450
<div class="gear-icon" aria-hidden="true">
414451
<svg viewBox="0 0 24 24">

0 commit comments

Comments
 (0)