Skip to content

goov373/HelloData-Website

Repository files navigation

HelloData Website

Marketing pages for HelloData.ai — code embeds for Webflow.

Quick Start

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/

Documentation

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

Project Structure

├── 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

Source of Truth

Asset Location
Code This GitHub repository
Production Webflow (embeds from here)
Tokens GitHub Gist

See SOURCES.md for detailed sync workflows.

Design Tokens

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

Contributing

See CONTRIBUTING.md | Code of Conduct

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors