Replaces the Next.js app with the standalone bundle exported from claude.ai/design — same content/SEO, but the site is now a flat static directory: index.html + a few .jsx/.js files + images/, plus a fully self-contained single-file build at standalone.html. Why: the previous Next.js repo had .next/ and node_modules/ committed (~460MB) and edits required a rebuild loop. The design bundle lets content/layout tweaks ship by editing data.js, projects-data.js, components.jsx, or styles.css directly. - index.html single-page entry (React 18 + Babel via unpkg CDN) - styles.css all styles - data.js site copy - projects-data.js case studies - components.jsx sections + project overlay - tweaks-panel.jsx in-page Tweaks panel - llms.txt machine-readable site summary - images/ photos and logos referenced by relative path - standalone.html single-file portable build (all assets inlined)
4 lines
No EOL
464 B
XML
4 lines
No EOL
464 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 80" fill="none">
|
|
<text x="50%" y="55%" dominant-baseline="middle" text-anchor="middle" font-family="Arial Black, Arial, sans-serif" font-weight="900" font-size="38" fill="#1a1a1a" letter-spacing="3">THOR</text>
|
|
<text x="50%" y="82%" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-weight="400" font-size="12" fill="#737373" letter-spacing="4">BROADCAST</text>
|
|
</svg> |