Skip to content

Commit 98c38c3

Browse files
Add Getting Started video to homepage (#59)
* Initial plan * Add Getting Started video section to homepage Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> * Replace deprecated frameborder attribute with CSS border: 0 Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent cfad8f0 commit 98c38c3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/pages/index.astro

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,28 @@ import Layout from '../layouts/Layout.astro';
245245
</div>
246246
</section>
247247

248+
<!-- Getting started video -->
249+
<section class="py-32 px-6 sm:px-8">
250+
<div class="max-w-4xl mx-auto text-center">
251+
<p class="section-reveal text-sm font-semibold tracking-widest uppercase text-purple-400 mb-4">See It In Action</p>
252+
<h2 class="section-reveal text-3xl md:text-5xl font-bold mb-8">Get started with Dev Proxy.</h2>
253+
<p class="section-reveal text-lg md:text-xl mb-12" style="color: var(--text-muted);">
254+
Watch how to set up Dev Proxy and start testing your app in minutes.
255+
</p>
256+
<div class="section-reveal rounded-2xl border overflow-hidden" style="border-color: var(--border-primary);">
257+
<div style="position: relative; padding-bottom: 56.25%; height: 0;">
258+
<iframe
259+
src="https://www.youtube-nocookie.com/embed/HVTJlGSxhcw"
260+
title="Get started with Dev Proxy"
261+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"
262+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
263+
allowfullscreen
264+
></iframe>
265+
</div>
266+
</div>
267+
</div>
268+
</section>
269+
248270
<!-- Quick start scenarios -->
249271
<section class="py-32 px-6 sm:px-8" style="background: var(--bg-secondary);">
250272
<div class="max-w-5xl mx-auto">

0 commit comments

Comments
 (0)