docs: remove stale showcase intro videos

This commit is contained in:
Peter Steinberger
2026-05-22 17:59:07 +01:00
parent 6ab32bed5c
commit 00d3dcaa75
2 changed files with 4 additions and 71 deletions

View File

@@ -13,26 +13,6 @@ OpenClaw projects are not toy demos. People are shipping PR review loops, mobile
**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).
</Info>
## Videos
Start here if you want the shortest path from "what is this?" to "okay, I get it."
<CardGroup cols={3}>
<Card title="Full setup walkthrough" href="https://www.youtube.com/watch?v=SaWSPZoPX34">
VelvetShark, 28 minutes. Install, onboard, and get to a first working assistant end to end.
</Card>
<Card title="Community showcase reel" href="https://www.youtube.com/watch?v=mMSKQvlmFuQ">
A faster pass across real projects, surfaces, and workflows built around OpenClaw.
</Card>
<Card title="Projects in the wild" href="https://www.youtube.com/watch?v=5kkIJNUGFho">
Examples from the community, from chat-native coding loops to hardware and personal automation.
</Card>
</CardGroup>
## Fresh from Discord
Recent standouts across coding, devtools, mobile, and chat-native product building.

View File

@@ -105,25 +105,20 @@ html.dark .nav-tabs-underline {
gap: 12px;
}
.showcase-highlight,
.showcase-video-card {
.showcase-highlight {
padding: 14px;
border: 1px solid color-mix(in oklab, rgb(var(--primary)) 18%, transparent);
border-radius: 8px;
background: color-mix(in oklab, rgb(var(--primary)) 3%, transparent);
}
.showcase-highlight {
padding: 14px;
}
.showcase-highlight strong {
display: block;
margin-bottom: 6px;
}
.showcase-highlight span,
.showcase-section-intro,
.showcase-video-card p {
.showcase-section-intro {
opacity: 0.74;
}
@@ -135,50 +130,8 @@ html.dark .nav-tabs-underline {
margin: 0 0 16px;
}
.showcase-video-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin: 0 0 28px;
}
.showcase-video-card {
padding: 14px;
box-shadow: 0 18px 44px -32px rgba(0, 0, 0, 0.48);
}
.showcase-video-card h3 {
margin: 0 0 8px;
}
.showcase-video-card p {
margin: 0 0 12px;
}
.showcase-video-card a {
border-bottom: 0;
}
.showcase-video-shell {
position: relative;
margin-bottom: 14px;
padding-bottom: 56.25%;
overflow: hidden;
border-radius: 8px;
background: #0a0a0a;
}
.showcase-video-shell iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
@media (max-width: 960px) {
.showcase-highlights,
.showcase-video-grid {
.showcase-highlights {
grid-template-columns: 1fr;
}
}