diff --git a/public/index.html b/public/index.html index 13641d4..771aa0a 100644 --- a/public/index.html +++ b/public/index.html @@ -467,6 +467,48 @@ margin-bottom: 5rem; } + .demo-grid { + display: grid; + grid-template-columns: 320px 1fr; + gap: 2rem; + align-items: start; + } + + .demo-video-container { + background: var(--bg-surface); + border: 1px solid var(--border); + border-radius: 16px; + padding: 1.5rem; + text-align: center; + } + + .demo-video-container h3 { + font-size: 1.1rem; + font-weight: 600; + margin-bottom: 0.5rem; + color: var(--text-primary); + } + + .demo-video-container > p { + color: var(--text-subtle); + font-size: 0.85rem; + margin-bottom: 1rem; + } + + .demo-video-wrapper { + position: relative; + border-radius: 12px; + overflow: hidden; + background: #000; + } + + .demo-video-wrapper iframe { + width: 100%; + aspect-ratio: 9/16; + border: none; + display: block; + } + .demo-container { background: var(--bg-surface); border: 1px solid var(--border); @@ -476,7 +518,7 @@ } .demo-container h3 { - font-size: 1.5rem; + font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--text-primary); @@ -657,6 +699,15 @@ padding: 0.75rem; } + .demo-grid { + grid-template-columns: 1fr; + } + + .demo-video-container { + max-width: 300px; + margin: 0 auto; + } + .demo-iframe { height: 400px; } @@ -766,25 +817,40 @@

Privacy First

See It In Action

-
-

Live Demo

-

Try BugDrop on a real app. Click the feedback button in the bottom-right corner of the demo below.

-
-
- - - - neonwatty.github.io/feedback-widget-test +
+
+

Watch Demo

+

60-second walkthrough

+
+
-
-
- Open in New Tab ↗ +
+

Try It Live

+

Click the feedback button in the bottom-right corner of the demo below.

+
+
+ + + + neonwatty.github.io/feedback-widget-test +
+ +
+