feat(landing): top-level easly1989.github.io splash page (ads-ready, off by default)#263
Merged
Conversation
…off by default) A self-contained (no build) splash page for the root Pages domain easly1989.github.io — gives that URL real content (AdSense won't approve a 404) and points visitors to the app at /cloudbank/. Animated, responsive, light/dark aware, same brand mark. Ads are OFF by default: the AdSense loader only runs when ADSENSE_CLIENT is set, so the page makes zero external calls (no cookies) until opted in — unsetting it turns ads off everywhere. Includes ads.txt and a README with the deploy + AdSense steps. Kept in landing/ as the canonical source to copy into the separate easly1989.github.io repo. Part of #258. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XDMnoUVHPcyZJ5bbJd9cxv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A self-contained (no build) splash page for the root Pages domain
easly1989.github.io. It gives that URL real content (AdSense won't approve a 404) and sends visitors to the app at/cloudbank/. Kept here inlanding/as the canonical source to copy into the separateeasly1989.github.iorepo.Part of #258.
What's included (
landing/)index.html— animated, responsive, light/dark-aware splash: logo, "Open CloudBank →" CTA, GitHub + Donate links, feature chips.logo.svg— the brand mark (favicon + hero).ads.txt— AdSense authorisation file (publisher-id placeholder).README.md— deploy steps + how to turn AdSense on/off.Ads: off by default, one-switch
The AdSense loader runs only when
window.ADSENSE_CLIENTis set inindex.html. Empty ⇒ no external requests, no cookies, ad slot hidden. Fill the publisher id (+ a slot id) to enable; clear them to disable everywhere.ads.txtmirrors the same publisher id.Verification
Served locally + Playwright (light + dark): renders correctly, CTA →
https://easly1989.github.io/cloudbank/, no horizontal overflow, zero external hosts contacted (ads off), no console errors.Not in this PR (still #258)
Adcomponent on the CloudBank site (site/) — added when the AdSense ids exist.easly1989.github.iorepo + enabling Pages + AdSense approval — owner actions (guided in the issue / chat).🤖 Generated with Claude Code
Generated by Claude Code