Marketing pages for HelloData.ai — code embeds for Webflow.
git clone https://github.com/goov373/HelloData-Website.git
cd "HelloData Website/Webpages for HD site"
python3 -m http.server 8000
# Open http://localhost:8000/_preview/| I want to... | Read this |
|---|---|
| Start contributing | Contributor Guide |
| Use design tokens | Token Reference |
| Understand the design system | Design System |
| Check brand guidelines | Brand Guide |
| Prepare for launch | Launch Checklist |
| Use AI assistance | CLAUDE.md |
| Find any document | Documentation Index |
├── Webpages for HD site/ # Landing pages (15 HTML files)
│ └── _preview/ # Local preview tool
├── library/ # Design tokens & components
│ ├── tokens.css # CSS custom properties
│ └── components/ # Global nav, footer
├── docs/ # Technical documentation
├── hellodata/ # Brand & knowledge base
└── audit/ # Code quality reports
| Asset | Location |
|---|---|
| Code | This GitHub repository |
| Production | Webflow (embeds from here) |
| Tokens | GitHub Gist |
See SOURCES.md for detailed sync workflows.
Centralized CSS custom properties via GitHub Gist:
<!-- Add to Webflow Site Settings > Custom Code > Head -->
<link rel="stylesheet" href="https://gist.githubusercontent.com/goov373/c688f2706b480dcc6099944d1c38e135/raw/tokens.css">Update tokens:
gh gist edit c688f2706b480dcc6099944d1c38e135 library/tokens.css