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:
@@ -148,7 +148,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main data-ocd-id="stage">
|
||||
<main data-od-id="stage">
|
||||
<div class="chrome top">
|
||||
<div>ANTHROPIC LABS — APR 17 · 2026</div>
|
||||
<div class="right"><div class="rule"></div><div>HOW IT WORKS</div></div>
|
||||
@@ -164,13 +164,13 @@
|
||||
</div>
|
||||
|
||||
<div class="stage">
|
||||
<div class="composition" data-ocd-id="composition">
|
||||
<div class="composition" data-od-id="composition">
|
||||
<div class="ring r1"></div>
|
||||
<div class="ring r2"></div>
|
||||
<div class="ring r3"></div>
|
||||
<div class="ring r4"></div>
|
||||
|
||||
<div class="globe" data-ocd-id="globe">
|
||||
<div class="globe" data-od-id="globe">
|
||||
<svg viewBox="0 0 200 200" aria-hidden="true">
|
||||
<defs>
|
||||
<radialGradient id="globeShade" cx="35%" cy="32%" r="78%">
|
||||
@@ -203,11 +203,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="ring-labels" data-ocd-id="ring-labels" aria-hidden="true">
|
||||
<div class="ring-labels" data-od-id="ring-labels" aria-hidden="true">
|
||||
<!-- positioned around the outer ring; co-rotates with .ring -->
|
||||
</div>
|
||||
|
||||
<div class="headline" data-ocd-id="headline">
|
||||
<div class="headline" data-od-id="headline">
|
||||
<span class="em">Reach</span> every <span class="accent">country.</span>
|
||||
</div>
|
||||
<div class="baseline"></div>
|
||||
|
||||
Reference in New Issue
Block a user