@@ -402,8 +402,7 @@ Sitemap: https://opc.dev/sitemap.xml`, {
402402 .hero-banner { max-width: 560px; width: 100%; height: auto; margin: 0 auto 24px; border-radius: 8px; display: block; }
403403 .badge { display: inline-block; border: 1px solid var(--black); padding: 5px 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
404404 h1 { font-family: var(--font-pixel); font-size: 20px; font-weight: 400; margin-bottom: 16px; letter-spacing: 0; line-height: 1.6; }
405- .subtitle { font-size: 14px; color: var(--gray-600); max-width: 520px; margin: 0 auto 20px; }
406- .subtitle strong { color: var(--black); }
405+ .compatibility-note { font-size: 13px; color: var(--gray-600); margin: 0 auto 16px; max-width: 600px; }
407406 .stats-bar { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; font-size: 12px; color: var(--gray-600); }
408407 .stats-bar span { display: flex; align-items: center; gap: 4px; }
409408 .stats-bar strong { color: var(--black); font-weight: 700; }
@@ -568,15 +567,14 @@ Sitemap: https://opc.dev/sitemap.xml`, {
568567 <section class="hero" aria-label="Quick install instructions">
569568 <img src="https://raw.githubusercontent.com/ReScienceLab/opc-skills/main/website/opc-banner.png" alt="OPC Skills - AI Agent Skills for Solopreneurs" class="hero-banner" fetchpriority="high" decoding="async">
570569 <h1>AI Agent Skills for Solopreneurs</h1>
571- <p class="subtitle">Extend Claude Code, Cursor, Droid, and more with automation skills </p>
572- <div class="hero-badges ">
570+ <p class="compatibility-note">Works with Claude Code, Cursor, Windsurf, Droid, and 12+ other AI tools </p>
571+ <div class="stats-bar ">
573572 <span><strong>${ skills . length } </strong> Skills Available</span>
574573 <span><strong>16+</strong> AI Tools Supported</span>
575574 <span><strong>100%</strong> Free & Open Source</span>
576575 <span><strong>MIT</strong> License</span>
577576 </div>
578577 <div class="hero-install">
579- <p style="font-size:13px;margin-bottom:12px;color:var(--gray-700);">Works with Claude Code, Cursor, Windsurf, Droid, and 12+ other AI tools</p>
580578 <div class="hero-cmd">
581579 <code id="hero-cmd-code" data-cmd="npx skills add ReScienceLab/opc-skills">npx skills add ReScienceLab/opc-skills</code>
582580 <button class="copy-btn" onclick="copyHeroCmd(this)">Copy</button>
0 commit comments