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:
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
OCD mobile-app seed.
|
||||
OD mobile-app seed.
|
||||
|
||||
A pixel-accurate iPhone 15 Pro frame (390 × 844) with Dynamic Island,
|
||||
status-bar SVG icons, and home indicator — drawn entirely in HTML/SVG, no
|
||||
@@ -361,7 +361,7 @@
|
||||
<div class="stage">
|
||||
<div class="caption"><strong>[REPLACE] App</strong> · [REPLACE] Screen name</div>
|
||||
|
||||
<div class="device" data-ocd-id="device">
|
||||
<div class="device" data-od-id="device">
|
||||
<span class="btn-rail left-1" aria-hidden></span>
|
||||
<span class="btn-rail left-2" aria-hidden></span>
|
||||
<span class="btn-rail left-3" aria-hidden></span>
|
||||
@@ -394,8 +394,8 @@
|
||||
</div>
|
||||
|
||||
<!-- ─── Scrollable content (paste a layout from references/layouts.md HERE) ─── -->
|
||||
<main class="content" data-ocd-id="content">
|
||||
<div class="header" data-ocd-id="header">
|
||||
<main class="content" data-od-id="content">
|
||||
<div class="header" data-od-id="header">
|
||||
<div>
|
||||
<p class="greeting">Tuesday · April 22</p>
|
||||
<h1>[REPLACE] Hi there.</h1>
|
||||
@@ -405,7 +405,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="pad stack" data-ocd-id="empty-slot">
|
||||
<div class="pad stack" data-od-id="empty-slot">
|
||||
<div class="card" style="text-align: center; padding: 28px 20px;">
|
||||
<p class="meta" style="margin: 0 0 6px;">PASTE A LAYOUT FROM</p>
|
||||
<p class="h3" style="margin: 0 0 6px;">references/layouts.md</p>
|
||||
@@ -415,7 +415,7 @@
|
||||
</main>
|
||||
|
||||
<!-- ─── Tab bar (drop if the screen kind doesn't have one) ─── -->
|
||||
<nav class="tabbar" style="--tabs: 4;" data-ocd-id="tabbar">
|
||||
<nav class="tabbar" style="--tabs: 4;" data-od-id="tabbar">
|
||||
<a class="tab active">
|
||||
<svg viewBox="0 0 24 24"><path d="M3 12 12 3l9 9"/><path d="M5 10v10h14V10"/></svg>
|
||||
Home
|
||||
|
||||
Reference in New Issue
Block a user