Skip to content

Commit 46563db

Browse files
juntaoclaude
andcommitted
Add intro video to docs website
Embed payment-openclaw.mp4 in the landing page as a "See it in action" section above the installation tabs. Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 19fad90 commit 46563db

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,27 @@
146146
max-width: 600px;
147147
}
148148

149+
/* Video Section */
150+
.video-section {
151+
margin-bottom: 48px;
152+
}
153+
154+
.video-section video {
155+
width: 100%;
156+
border-radius: 12px;
157+
border: 1px solid #2a2a2a;
158+
background: #171717;
159+
}
160+
161+
.video-label {
162+
font-size: 13px;
163+
color: #ff6b35;
164+
margin-bottom: 12px;
165+
text-transform: uppercase;
166+
letter-spacing: 0.05em;
167+
font-weight: 600;
168+
}
169+
149170
/* Steps */
150171
.steps {
151172
display: flex;
@@ -393,6 +414,14 @@
393414
<h1>Request, accept, and make payments by your AI agent</h1>
394415
<p class="subtitle">Agentic skills to handle payments. Enables AI agents to buy or sell services to humans and each other! <span style="color: #ff6b35;">Built with Rust</span></p>
395416

417+
<div class="video-section">
418+
<div class="video-label">See it in action</div>
419+
<video controls preload="metadata" poster="">
420+
<source src="payment-openclaw.mp4" type="video/mp4">
421+
Your browser does not support the video tag.
422+
</video>
423+
</div>
424+
396425
<nav class="hero-tabs" data-group="action">
397426
<span class="tab-label">Choose a skill</span>
398427
<button class="tab active" data-value="receive">Request and receive payments</button>

0 commit comments

Comments
 (0)