Skip to content

Commit fb090d6

Browse files
Gelrantclaude
andcommitted
CLAUDE.md Updated
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a99358 commit fb090d6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CLAUDE.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ The site URL corresponds to the GitHub Pages URL for the BlueVariable account.
1616

1717
```
1818
/
19-
├── index.html ← Studio home (hero, game card, footer)
20-
├── purrfect-fit.html ← Game landing page
21-
├── about.html ← About the team
19+
├── index.html ← Studio home (hero, game card, footer)
2220
├── css/
23-
│ └── style.css ← Shared styles (design tokens, nav, layout, components)
21+
│ └── style.css ← Shared styles (design tokens, nav, layout, components)
2422
├── assets/
25-
│ └── logo.png ← Studio logo (349×217px)
23+
│ ├── fonts/
24+
│ │ └── Garet-Heavy.ttf ← Custom font
25+
│ └── images/ ← Image assets
26+
├── templates/
27+
│ └── 01/ ← Template reference files
2628
└── .github/workflows/
27-
└── static.yml ← GitHub Actions deployment to GitHub Pages
29+
└── static.yml ← GitHub Actions deployment to GitHub Pages
2830
```
2931

3032
## Development Notes

0 commit comments

Comments
 (0)