Refactor project name from "Open Claude Design" to "Open Design" (#1)
* Refactor project name from "Open Claude Design" to "Open Design" - Updated project name in package.json, package-lock.json, and README files. - Changed CLI commands and references from "ocd" to "od". - Adjusted file structure references in documentation and code to reflect new naming conventions. - Enhanced .gitignore to include new runtime data files. - Updated metadata in LICENSE file to match new project name. * Add contributing guidelines in English and Chinese - Introduced CONTRIBUTING.md and CONTRIBUTING.zh-CN.md to provide clear instructions for contributors. - Outlined contribution types, local setup instructions, and merging criteria for skills and design systems. - Enhanced README files to reference the new contributing guidelines.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<header data-ocd-id="header">
|
||||
<header data-od-id="header">
|
||||
<h1>One flat rate. No throttling.</h1>
|
||||
<p>Start free. Pick a paid tier the day you outgrow it. Switch yearly billing for two months off.</p>
|
||||
<div class="toggle">
|
||||
@@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="tiers" data-ocd-id="tiers">
|
||||
<section class="tiers" data-od-id="tiers">
|
||||
<div class="tier">
|
||||
<h2>Solo</h2>
|
||||
<p class="desc">For individuals.</p>
|
||||
@@ -100,7 +100,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="compare" data-ocd-id="compare">
|
||||
<section class="compare" data-od-id="compare">
|
||||
<h3>Plan comparison</h3>
|
||||
<table>
|
||||
<thead><tr><th>Feature</th><th>Solo</th><th>Team</th><th>Enterprise</th></tr></thead>
|
||||
@@ -116,7 +116,7 @@
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section class="faq" data-ocd-id="faq">
|
||||
<section class="faq" data-od-id="faq">
|
||||
<h3>Common questions</h3>
|
||||
<details><summary>Can I change tiers mid-month?</summary><p>Yes. Switching upward charges a prorated difference; downgrades take effect at the next billing cycle.</p></details>
|
||||
<details><summary>Is there a free tier?</summary><p>14-day free trial on every paid tier. No credit card required.</p></details>
|
||||
|
||||
Reference in New Issue
Block a user