File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments