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.
This commit is contained in:
@@ -20,7 +20,7 @@ triggers:
|
||||
- "精灵图"
|
||||
- "像素动画"
|
||||
- "复古动画"
|
||||
ocd:
|
||||
od:
|
||||
mode: prototype
|
||||
platform: desktop
|
||||
scenario: marketing
|
||||
@@ -73,7 +73,7 @@ display, looping CSS animations, kinetic Japanese / English display type.
|
||||
- All animations use `@keyframes` + `animation: ... infinite`.
|
||||
- Stage uses a fixed canvas ratio (e.g. 16:9 letterboxed) so the loop
|
||||
reads as a single frame from a video.
|
||||
- `data-ocd-id` on stage, year, sprite, caption, and tick ribbon.
|
||||
- `data-od-id` on stage, year, sprite, caption, and tick ribbon.
|
||||
8. **Self-check**:
|
||||
- The page is one cohesive scene, not a collage. The eye lands on the
|
||||
year first, then the sprite, then the caption.
|
||||
|
||||
@@ -178,14 +178,14 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="stage" data-ocd-id="stage">
|
||||
<div class="stage" data-od-id="stage">
|
||||
|
||||
<span class="reg tl"></span>
|
||||
<span class="reg tr"></span>
|
||||
<span class="reg bl"></span>
|
||||
<span class="reg br"></span>
|
||||
|
||||
<div class="topbar" data-ocd-id="topbar">
|
||||
<div class="topbar" data-od-id="topbar">
|
||||
<div class="slug">
|
||||
<span class="jp">名次の番組</span>
|
||||
<span class="en">EP. 01 · NINTENDO TRIVIA</span>
|
||||
@@ -197,17 +197,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="kana" data-ocd-id="kana"><span>花</span><span>札</span></div>
|
||||
<div class="kana" data-od-id="kana"><span>花</span><span>札</span></div>
|
||||
|
||||
<div class="year-label" data-ocd-id="year-label">CHAPTER 01 · KYOTO · A PLAYING-CARD COMPANY</div>
|
||||
<div class="year" data-ocd-id="year">
|
||||
<div class="year-label" data-od-id="year-label">CHAPTER 01 · KYOTO · A PLAYING-CARD COMPANY</div>
|
||||
<div class="year" data-od-id="year">
|
||||
<span class="num">
|
||||
1889
|
||||
<span class="glitch" aria-hidden="true">1889</span>
|
||||
</span><span class="jp-suffix">年</span>
|
||||
</div>
|
||||
|
||||
<div class="sprite-stack" data-ocd-id="sprite">
|
||||
<div class="sprite-stack" data-od-id="sprite">
|
||||
<div class="sprite-card">
|
||||
<!-- Hanafuda card sprite — pixel-art flower -->
|
||||
<svg width="120" height="160" viewBox="0 0 24 32" xmlns="http://www.w3.org/2000/svg" aria-label="Hanafuda card">
|
||||
@@ -240,13 +240,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="caption" data-ocd-id="caption">
|
||||
<div class="caption" data-od-id="caption">
|
||||
<strong>Nintendo started as a hanafuda maker.</strong>
|
||||
Founded in Kyoto by Fusajiro Yamauchi to print hand-painted playing
|
||||
cards. Mario wouldn’t show up for another <em>ninety-six</em> years.
|
||||
</div>
|
||||
|
||||
<div class="ribbon" data-ocd-id="ribbon">
|
||||
<div class="ribbon" data-od-id="ribbon">
|
||||
<div class="ribbon-track">
|
||||
<div class="tick"><span class="dot"></span><span class="label">1889</span><span class="note">HANAFUDA · KYOTO</span></div>
|
||||
<div class="tick"><span class="dot"></span><span class="label">1907</span><span class="note">WESTERN CARDS</span></div>
|
||||
|
||||
Reference in New Issue
Block a user