This repository hosts the public website for Harpertoken. It is the landing page for the organization and includes the main profile experience, legal and contributor pages, and the welcome flow for new contributors.
- A public landing page for Harpertoken
- Links to GitHub, Docker, and other community platforms
- Contributor-facing pages such as the CLA and legal information
- Dynamic content for recent activity, releases, and project status
- A small Cloudflare Worker for supporting site features
You can preview the site locally with a simple static server:
python3 -m http.server 8000Then open http://127.0.0.1:8000/ in your browser.
- index.html, legal.html, welcome.html, cla.html: site pages
- assets/: styles, scripts, and shared assets
- cf-worker/: Cloudflare Worker code used by the site
- linter/: simple HTML validation script