docs: remove stale showcase intro videos · openclaw/openclaw@00d3dca
steipete
·
2026-05-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -13,26 +13,6 @@ OpenClaw projects are not toy demos. People are shipping PR review loops, mobile
|
13 | 13 | **Want to be featured?** Share your project in [#self-promotion on Discord](https://discord.gg/clawd) or [tag @openclaw on X](https://x.com/openclaw). |
14 | 14 | </Info> |
15 | 15 | |
16 | | -## Videos |
17 | | - |
18 | | -Start here if you want the shortest path from "what is this?" to "okay, I get it." |
19 | | - |
20 | | -<CardGroup cols={3}> |
21 | | - |
22 | | -<Card title="Full setup walkthrough" href="https://www.youtube.com/watch?v=SaWSPZoPX34"> |
23 | | - VelvetShark, 28 minutes. Install, onboard, and get to a first working assistant end to end. |
24 | | -</Card> |
25 | | - |
26 | | -<Card title="Community showcase reel" href="https://www.youtube.com/watch?v=mMSKQvlmFuQ"> |
27 | | - A faster pass across real projects, surfaces, and workflows built around OpenClaw. |
28 | | -</Card> |
29 | | - |
30 | | -<Card title="Projects in the wild" href="https://www.youtube.com/watch?v=5kkIJNUGFho"> |
31 | | - Examples from the community, from chat-native coding loops to hardware and personal automation. |
32 | | -</Card> |
33 | | - |
34 | | -</CardGroup> |
35 | | - |
36 | 16 | ## Fresh from Discord |
37 | 17 | |
38 | 18 | Recent standouts across coding, devtools, mobile, and chat-native product building. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -105,25 +105,20 @@ html.dark .nav-tabs-underline {
|
105 | 105 | gap: 12px; |
106 | 106 | } |
107 | 107 | |
108 | | -.showcase-highlight, |
109 | | -.showcase-video-card { |
| 108 | +.showcase-highlight { |
| 109 | + padding: 14px; |
110 | 110 | border: 1px solid color-mix(in oklab, rgb(var(--primary)) 18%, transparent); |
111 | 111 | border-radius: 8px; |
112 | 112 | background: color-mix(in oklab, rgb(var(--primary)) 3%, transparent); |
113 | 113 | } |
114 | 114 | |
115 | | -.showcase-highlight { |
116 | | -padding: 14px; |
117 | | -} |
118 | | - |
119 | 115 | .showcase-highlight strong { |
120 | 116 | display: block; |
121 | 117 | margin-bottom: 6px; |
122 | 118 | } |
123 | 119 | |
124 | 120 | .showcase-highlight span, |
125 | | -.showcase-section-intro, |
126 | | -.showcase-video-card p { |
| 121 | +.showcase-section-intro { |
127 | 122 | opacity: 0.74; |
128 | 123 | } |
129 | 124 | |
@@ -135,50 +130,8 @@ html.dark .nav-tabs-underline {
|
135 | 130 | margin: 0 0 16px; |
136 | 131 | } |
137 | 132 | |
138 | | -.showcase-video-grid { |
139 | | -display: grid; |
140 | | -grid-template-columns: repeat(3, minmax(0, 1fr)); |
141 | | -gap: 18px; |
142 | | -margin: 0 0 28px; |
143 | | -} |
144 | | - |
145 | | -.showcase-video-card { |
146 | | -padding: 14px; |
147 | | -box-shadow: 0 18px 44px -32px rgba(0, 0, 0, 0.48); |
148 | | -} |
149 | | - |
150 | | -.showcase-video-card h3 { |
151 | | -margin: 0 0 8px; |
152 | | -} |
153 | | - |
154 | | -.showcase-video-card p { |
155 | | -margin: 0 0 12px; |
156 | | -} |
157 | | - |
158 | | -.showcase-video-card a { |
159 | | -border-bottom: 0; |
160 | | -} |
161 | | - |
162 | | -.showcase-video-shell { |
163 | | -position: relative; |
164 | | -margin-bottom: 14px; |
165 | | -padding-bottom: 56.25%; |
166 | | -overflow: hidden; |
167 | | -border-radius: 8px; |
168 | | -background: #0a0a0a; |
169 | | -} |
170 | | - |
171 | | -.showcase-video-shell iframe { |
172 | | -position: absolute; |
173 | | -inset: 0; |
174 | | -width: 100%; |
175 | | -height: 100%; |
176 | | -border: 0; |
177 | | -} |
178 | | - |
179 | 133 | @media (max-width: 960px) { |
180 | | - .showcase-highlights, |
181 | | - .showcase-video-grid { |
| 134 | + .showcase-highlights { |
182 | 135 | grid-template-columns: 1fr; |
183 | 136 | } |
184 | 137 | } |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。