You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/index.html
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,27 @@
146
146
max-width:600px;
147
147
}
148
148
149
+
/* Video Section */
150
+
.video-section {
151
+
margin-bottom:48px;
152
+
}
153
+
154
+
.video-sectionvideo {
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
+
149
170
/* Steps */
150
171
.steps {
151
172
display: flex;
@@ -393,6 +414,14 @@
393
414
<h1>Request, accept, and make payments by your AI agent</h1>
394
415
<pclass="subtitle">Agentic skills to handle payments. Enables AI agents to buy or sell services to humans and each other! <spanstyle="color: #ff6b35;">Built with Rust</span></p>
0 commit comments