Skip to content

Commit 9cbf078

Browse files
JRemitzclaude
andcommitted
feat: add screenshots to Advanced Scene Switcher page
Power play overlay example and macro config UI screenshots, plus fix download button text color specificity. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8ef2dd0 commit 9cbf078

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

advanced-scene-switcher.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@
137137
border: 1px solid rgba(28, 75, 47, 0.2);
138138
}
139139

140+
.screenshot {
141+
width: 100%;
142+
border-radius: 12px;
143+
border: 1px solid rgba(28, 75, 47, 0.15);
144+
box-shadow: 0 8px 16px rgba(14, 31, 21, 0.1);
145+
margin-top: 12px;
146+
}
147+
140148
.info-block h2 {
141149
font-family: "Oswald", "Arial Narrow", sans-serif;
142150
letter-spacing: 0.1em;
@@ -196,14 +204,15 @@
196204
display: none;
197205
}
198206

199-
.download-btn {
207+
.info-block a.download-btn {
200208
display: inline-flex;
201209
align-items: center;
202210
gap: 8px;
203211
margin-top: 16px;
204212
padding: 12px 24px;
205213
background: var(--forest);
206214
color: #fff;
215+
text-decoration: none;
207216
font-family: "Oswald", "Arial Narrow", sans-serif;
208217
font-size: 15px;
209218
text-transform: uppercase;
@@ -351,6 +360,12 @@ <h2>What it does</h2>
351360
contains penalty numbers, waits 1 second then shows the Away Penalty Group and Home PP items.
352361
</li>
353362
</ul>
363+
<img
364+
class="screenshot"
365+
src="assets/images/advanced-scene-switcher-1.png"
366+
alt="Power play overlay shown on a live hockey stream"
367+
loading="lazy"
368+
/>
354369
</div>
355370
</article>
356371

@@ -379,6 +394,13 @@ <h2>How to import</h2>
379394
</li>
380395
</ol>
381396

397+
<img
398+
class="screenshot"
399+
src="assets/images/advanced-scene-switcher-2.png"
400+
alt="Advanced Scene Switcher macro configuration after import"
401+
loading="lazy"
402+
/>
403+
382404
<a
383405
class="download-btn"
384406
href="examples/advanced-scene-switcher-penalty-macros.json"
503 KB
Loading
168 KB
Loading

0 commit comments

Comments
 (0)