Add Project Ground Rules funder site#90
Conversation
A standalone, hand-coded static landing page (funder-site/) for the public pilot brand "Project Ground Rules" — the initiative piloting the Humane Constitution design. Sage & Stone palette, Fraunces + Hanken Grotesk, scoped to the big idea + the pilot for a funder audience. - index.html: single-file site (hero, idea, pilot, timeline, risks, about/bio, contact); links to the live reader as "full detail" - project-ground-rules-pilot-proposal.pdf: branded PDF of the pilot proposal, wired to the "Read the full proposal" CTA - proposal.css: print stylesheet used to generate the PDF via pandoc + weasyprint Corpus untouched (Option A — public brand layer only). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 472d79a2a8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| .foot-links a:hover{color:var(--green)} | ||
|
|
||
| /* reveal */ | ||
| .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s var(--ease)} |
There was a problem hiding this comment.
Add a no-JS fallback for reveal content
When JavaScript is disabled, blocked by a CSP/browser extension, or IntersectionObserver is unavailable, elements with reveal never receive the in class, so nearly all of this static funder page stays visually hidden and only the footer remains usable. Since the script is only driving scroll animations, the page should default to visible or include a <noscript>/feature-detection fallback before hiding content.
Useful? React with 👍 / 👎.
Reflect the panel-driven pilot revision on the Project Ground Rules site: honest ~$700k–1.4M ask, rebuilt allocation bars, simulated-scarcity language, three arms (incl. a cash comparison), and a new "What would change for the people in it" section. Rebuild the proposal PDF from the revised source. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
What
A standalone, hand-coded static landing page under
funder-site/for the public pilot brand Project Ground Rules — the initiative piloting the Humane Constitution design. Scoped to the big idea + the pilot, aimed at a funder audience.index.html— single-file site (Sage & Stone palette, Fraunces + Hanken Grotesk): hero, the idea, the pilot, timeline, what could kill it, bio, contact. Links to the live reader (humane-constitution.vercel.app) as "full detail."project-ground-rules-pilot-proposal.pdf— branded PDF of the pilot proposal (running header, page numbers, styled tables/callouts), wired to the "Read the full proposal" CTA. Verified served asapplication/pdf, 200.proposal.css— print stylesheet used to generate the PDF viapandoc + weasyprint(build input, not required at runtime).Naming
Two-layer split (Wörgl-style): Project Ground Rules is the pilot/initiative; The Humane Constitution stays named as the design it tests. Corpus untouched — this is the public brand layer only (Option A).
Deploy
Intended for Cloudflare Pages, git-connected, build output directory =
funder-site, no build command. Independent of the existing Vercel reader deploy (rootapp).🤖 Generated with Claude Code