Static marketing site for Accountable Humanity — public infrastructure for a more accountable, more human internet.
accountable-humanity/
├── index.html # Main single-page site
├── css/
│ └── styles.css # All styles
├── js/
│ └── main.js # Responsive nav logic
├── how-it-works/
│ └── index.html # Registration & membership detail page
├── the-rules/
│ └── index.html # Rules detail page
├── sustainability/
│ └── index.html # Financial model detail page
├── governance/
│ └── index.html # Governance detail page
├── open-source/
│ └── index.html # Licensing detail page
├── images/ # Static image assets
└── README.md
Single-page overview with the following sections:
- The Problem — The cost of consuming content never decreases
- The Network — What we're building and why
- How It Works — Registration, biometrics, and membership fee
- The Rules — The three rules of the network
- Sustainability — Interest-only financial model
- Governance — LLC to public benefit corporation transition
- Open Source — AGPL-3.0 core, MIT SDKs
Each section of the main page links to a detail page for expanded content. Detail pages share the same nav, styles, and footer as the main page.
- Responsive navigation — horizontal links on desktop, hamburger dropdown on mobile
- Waitlist popup powered by Tally — triggered from the nav and hero on every page
- No frameworks, no build step, no dependencies
| Role | Value |
|---|---|
| Brand / Primary | #165256 |
| Background | #ffffff |
| Dark | #111111 |
Open index.html directly in a browser — no build step required.
This site is designed for GitHub Pages:
- Push to a GitHub repository
- Go to Settings → Pages
- Set source to the
mainbranch, root directory - The site will be live at
https://<username>.github.io/<repo-name>/
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only).