Skip to content

Commit eed411c

Browse files
committed
feat(slides): add demo video placeholder to showcase live functionality
1 parent e72198e commit eed411c

2 files changed

Lines changed: 60 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ secrets.json
8989
# Local Dragon's Den / pitch prep notes
9090
docs/local/
9191
.github/agents/competition.agent.md
92+
.github/agents/triage.agent.md

src/Dashboard/frontend/public/slides.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3478,6 +3478,65 @@ <h3>Own it.</h3>
34783478
</div>
34793479
</section>
34803480

3481+
<!-- ========== Slide 5a: Demo video placeholder ========== -->
3482+
<section class="slide s5a">
3483+
<div class="content">
3484+
<h2 class="section-title anim d1">See it <em>live</em>.</h2>
3485+
<p class="section-lead anim d2">
3486+
Score → Auto-fix → Re-score on real Azure data — under 3 minutes.
3487+
</p>
3488+
<div
3489+
class="video-frame anim d3"
3490+
style="
3491+
position: relative;
3492+
width: 100%;
3493+
max-width: 1400px;
3494+
margin: 1.5rem auto 0;
3495+
padding-top: 56.25%;
3496+
border-radius: 16px;
3497+
overflow: hidden;
3498+
background: #0a1733;
3499+
box-shadow: 0 20px 60px rgba(10, 23, 51, 0.25);
3500+
border: 1px solid var(--line);
3501+
"
3502+
>
3503+
<!-- Replace src with your demo video URL (YouTube embed or MP4) -->
3504+
<div
3505+
style="
3506+
position: absolute;
3507+
inset: 0;
3508+
display: flex;
3509+
align-items: center;
3510+
justify-content: center;
3511+
color: rgba(255, 255, 255, 0.55);
3512+
font-size: 1.2rem;
3513+
font-weight: 600;
3514+
letter-spacing: 0.04em;
3515+
text-align: center;
3516+
padding: 2rem;
3517+
line-height: 1.5;
3518+
"
3519+
>
3520+
▶ Demo video goes here<br />
3521+
<span style="font-size: 0.85rem; font-weight: 400; opacity: 0.7"
3522+
>Replace this div with an &lt;iframe&gt; or &lt;video&gt;
3523+
element</span
3524+
>
3525+
</div>
3526+
<!--
3527+
<iframe
3528+
src="https://www.youtube.com/embed/YOUR_VIDEO_ID?rel=0&modestbranding=1&playsinline=1&controls=1"
3529+
title="Azure FinOps Agent · live demo"
3530+
loading="lazy"
3531+
allow="autoplay; encrypted-media; fullscreen; picture-in-picture"
3532+
allowfullscreen
3533+
style="position:absolute;inset:0;width:100%;height:100%;border:0"
3534+
></iframe>
3535+
-->
3536+
</div>
3537+
</div>
3538+
</section>
3539+
34813540
<!-- ========== Slide 5b: Proof ========== -->
34823541
<section class="slide s5b">
34833542
<div class="content">

0 commit comments

Comments
 (0)