GitHub Pages site for legal and support pages - #79
Merged
Merged
Conversation
A small static site (no frameworks) at https://nicglazkov.github.io/chaincheck/ with the landing page, privacy policy, terms of use, and support page, styled to the app brand with light and dark themes. The app stores need real web pages for the privacy policy and support URLs; GitHub markdown links read as unfinished there. README and the install guide now point at the published pages, and the markdown copies note that the site versions are the published ones. The deploy workflow publishes site/ on every push to main that touches it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ljo18m9Wka5Shs5b1AtPYA
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
site/: hand-written static pages (index, privacy, terms, support) with one shared stylesheet, ChainCheck brand colors, light/dark viaprefers-color-scheme, no JS and no frameworks.github/workflows/pages.yml: deployssite/to GitHub Pages on push to main (Pages is already enabled on the repo, workflow build type)docs/install.mdlegal links now point at the published pages;docs/privacy.mdanddocs/terms.mdcarry a note that the site versions are the published onesTooling note: reviewed the frontend tooling reference; skipped the React/Tailwind/Tailark stack on purpose. Four static text pages in a Kotlin repo do not justify a Node toolchain; a hand-written page owns its look and has zero dependencies. The Tailark license stays in reserve for a real marketing site later.
Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01Ljo18m9Wka5Shs5b1AtPYA