Add Captail landing page - #15
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b0bea738d6
ℹ️ 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".
| [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 650ms cubic-bezier(.2,.7,.2,1), transform 650ms cubic-bezier(.2,.7,.2,1); } | ||
| [data-reveal].is-visible { opacity: 1; transform: none; } |
There was a problem hiding this comment.
Keep reveal content visible without JavaScript
When JavaScript is disabled, blocked, or fails to load, every element marked data-reveal remains permanently transparent because visibility is only restored by script.js. This hides most headings, feature descriptions, screenshots, compatibility details, and FAQ entries while leaving large empty sections; make content visible by default and apply the hidden animation state only after JavaScript initializes.
Useful? React with 👍 / 👎.
| "name": "Captail", | ||
| "applicationCategory": "UtilitiesApplication", | ||
| "operatingSystem": "Windows 10 version 2004 or newer, Windows 11", | ||
| "softwareVersion": "0.1.5", |
There was a problem hiding this comment.
Avoid hard-coding the release version in the landing page
When .github/workflows/release.yml publishes any version after 0.1.5 through its independent workflow_dispatch version input, this value and the visible v0.1.5 labels remain unchanged because the release workflow neither edits nor deploys site/. The page links to /releases/latest, so users and search engines will receive conflicting version information unless the site derives the version dynamically or the release process updates every occurrence.
Useful? React with 👍 / 👎.
What changed
/siteWhy
Captail needs a public product page that immediately explains its reliability-focused Instant Replay promise and routes Windows users to the latest release.
User impact
Visitors get a focused product overview, verified capability and limitation details, direct Windows download access, and clear source/contribution links. The desktop application is unchanged.
Validation
node --check site/script.jshtml-validate site/index.htmlgit diff --checkprefers-reduced-motionverified