Git, Cloudflare deployment, favicon & mobile layout
- NewProject moved to Git — version controlled and pushed to GitHub.
- NewDeployed to Cloudflare Pages from the repo root — index.html, app.js, style.css served as a static site.
- NewCustom favicon from brand logo SVG. Full Open Graph and Twitter card meta tags for clean link previews.
- NewMobile layout — app UI hidden below 1000px, style guide shown alone with a banner and footer.
- ImprovedStyle guide constrained to 900px max-width and centered. Logo in header is now a reload link.
- FixPanel toggle desync resolved — nav and editor now share a single sync function so neither clobbers the other.
- FixHero title italic text no longer clips on the right edge.