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:
@@ -68,8 +68,8 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="frame" data-ocd-id="email">
|
||||
<header class="masthead" data-ocd-id="masthead">
|
||||
<div class="frame" data-od-id="email">
|
||||
<header class="masthead" data-od-id="masthead">
|
||||
<div class="wordmark">
|
||||
<span class="mark"></span>
|
||||
<span class="lockup">SPORT TEST</span>
|
||||
@@ -78,7 +78,7 @@
|
||||
<nav class="nav"><a href="#">SHOP</a><a href="#">JOURNAL</a><a href="#">MEMBERS</a></nav>
|
||||
</header>
|
||||
|
||||
<div class="hero" data-ocd-id="hero">
|
||||
<div class="hero" data-od-id="hero">
|
||||
<div class="stamp-tl">— SPORT TEST</div>
|
||||
<svg class="shoe" viewBox="0 0 600 280" aria-hidden="true">
|
||||
<defs>
|
||||
@@ -113,18 +113,18 @@
|
||||
<div class="stamp-br">DROP 04 · 04—2026</div>
|
||||
</div>
|
||||
|
||||
<section class="article" data-ocd-id="article">
|
||||
<section class="article" data-od-id="article">
|
||||
<div class="eyebrow"><span class="bar"></span>NEW · MAX-CUSHION TRAINER · EMBER FLARE</div>
|
||||
<h1 class="lockup" data-ocd-id="headline">
|
||||
<h1 class="lockup" data-od-id="headline">
|
||||
Meet the<br/>
|
||||
<span class="axis">Axis Pro.</span><br/>
|
||||
A sneaker that runs.
|
||||
</h1>
|
||||
<p class="body">A plush, gel-cushioned trainer wrapped in a painterly flame-knit upper. Built for long days on the road, café runs, and everything between — softer underfoot, louder on the outside. Limited first drop in <em>Ember Flare</em>.</p>
|
||||
<a class="cta" href="#" data-ocd-id="cta">Shop the Axis Pro <span class="arrow"></span></a>
|
||||
<a class="cta" href="#" data-od-id="cta">Shop the Axis Pro <span class="arrow"></span></a>
|
||||
</section>
|
||||
|
||||
<section class="specs" data-ocd-id="specs">
|
||||
<section class="specs" data-od-id="specs">
|
||||
<div class="head"><span class="bar"></span>SPECIFICATIONS · WOMEN'S</div>
|
||||
<div class="specs-grid">
|
||||
<div class="spec">
|
||||
@@ -146,7 +146,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer" data-ocd-id="footer">
|
||||
<footer class="footer" data-od-id="footer">
|
||||
<div class="left">
|
||||
<div class="marks"><span style="display:inline-block;width:18px;height:18px;background:var(--accent);transform:skew(-12deg);"></span><span class="lockup" style="font-family:'Anton',sans-serif;font-size:18px;letter-spacing:0.04em;">SPORT TEST</span></div>
|
||||
<div>118 Stillman St · Brooklyn NY 11211</div>
|
||||
|
||||
Reference in New Issue
Block a user