Skip to content

Commit bdb9b43

Browse files
authored
Merge pull request #29 from code4policy/feature/update-index
feat: update index page
2 parents bb19468 + 4e8b57f commit bdb9b43

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

index.html

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -179,28 +179,20 @@ <h2>Mini game (2-minute intuition demo)</h2>
179179
</div>
180180

181181
<div class="card">
182-
<h2>Animated explanation (video embed placeholder)</h2>
182+
<h2>What is Zero-Sum Thinking? (Video Introduction)</h2>
183183
<p class="muted">
184-
Add a ~3-minute YouTube explainer here (optional, non-blocking).
184+
Watch this short explanation to understand the core concept and why it matters.
185185
</p>
186186

187-
<!-- Replace src with an actual YouTube embed when ready:
188187
<iframe
189188
class="video"
190-
src="https://www.youtube.com/embed/VIDEO_ID"
189+
src="https://www.youtube.com/embed/jILgxeNBK_8"
191190
title="Zero-sum thinking explainer"
192191
frameborder="0"
193192
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
194193
allowfullscreen
194+
style="width: 100%; height: 400px; border-radius: 12px; border: 1px solid var(--border);"
195195
></iframe>
196-
-->
197-
198-
<div class="video video--placeholder">
199-
<div>
200-
<div class="video__title">Video Placeholder</div>
201-
<div class="muted">Paste a YouTube embed iframe here later.</div>
202-
</div>
203-
</div>
204196
</div>
205197
</section>
206198

0 commit comments

Comments
 (0)