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:
@@ -110,7 +110,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ticker" data-ocd-id="ticker">
|
||||
<div class="ticker" data-od-id="ticker">
|
||||
<div class="left">
|
||||
<span>YOUR DATING LIFE, MEASURED BY THE COMPANY YOU KEEP</span>
|
||||
<span style="opacity:0.6;">·</span>
|
||||
@@ -120,7 +120,7 @@
|
||||
</div>
|
||||
|
||||
<div class="layout">
|
||||
<aside class="rail" data-ocd-id="rail">
|
||||
<aside class="rail" data-od-id="rail">
|
||||
<div class="brand">mutuals<span class="dot">.</span></div>
|
||||
<div class="user">
|
||||
<div class="avatar">si</div>
|
||||
@@ -159,8 +159,8 @@
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<main data-ocd-id="main">
|
||||
<section class="grid" data-ocd-id="kpis">
|
||||
<main data-od-id="main">
|
||||
<section class="grid" data-od-id="kpis">
|
||||
<div class="stat">
|
||||
<div class="label">Mutuals on file</div>
|
||||
<div class="value"><em>1,842</em></div>
|
||||
@@ -210,7 +210,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panel" data-ocd-id="bars">
|
||||
<section class="panel" data-od-id="bars">
|
||||
<div class="panel-head">
|
||||
<h3>mutuals — <em>last 30 days</em></h3>
|
||||
<div class="meta">↑ TRENDING UP · +3 CLOSE MUTUALS THIS MONTH · TWO VIA THE SAME OFFSITE</div>
|
||||
@@ -252,7 +252,7 @@
|
||||
<div class="axis"><span>MAR 18</span><span>MAR 25</span><span>APR 1</span><span>APR 8</span><span>APR 15</span><span>TODAY</span></div>
|
||||
</section>
|
||||
|
||||
<section class="panel lower-panel" data-ocd-id="trend">
|
||||
<section class="panel lower-panel" data-od-id="trend">
|
||||
<div class="panel-head">
|
||||
<h3>match rate — <em>last 12 weeks</em></h3>
|
||||
<div class="meta">STEADY CLIMB FROM 8% → 14%. ATTRIBUTABLE TO ONE COMMUNITY JOIN (FOUNDERS WHO POST, WK 4).</div>
|
||||
|
||||
Reference in New Issue
Block a user