Conversation
- Implement vanilla HTML/CSS/JS landing page based on the Ink & Blush design specification - Add responsive CSS grid architecture with semantic sections - Integrate GitHub API for dynamic star counts, total downloads, and latest release versions - Add scroll-reveal and dynamic terminal typewriter animations - Apply strict design rules with custom typography (Cormorant Garamond, Syne, JetBrains Mono) and minimal pink accent
- Implement custom tracking cursor for pointer-enabled devices - Add dynamic radial gradient ambient glow that follows mouse movements - Wire up interactive hover states for cards, buttons, and links
- Replace JS-animated dot cursor with Cat_Cursor.png and Cat_Pointer.png - Simplify interactive.js to only handle ambient lighting
- Use CSS clamp() for button font sizes and paddings - Use CSS clamp() for overlay preview bubble and text to prevent breaking on small screens
- Switch from clamp() to cqi (container query inline size) to guarantee perfect aspect-ratio scaling for the break preview bubble and fonts
1 task
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.
Overview
This PR introduces the official landing page for PauseCat, built from scratch using vanilla HTML, CSS, and JS without relying on heavy frameworks. The design language ("Ink &
Blush") is deeply inspired by the application itself—dark, highly focused, and editorially styled with a single stark pink accent derived from the logo.
All source assets live in the new website/ directory, cleanly separated from the Rust core.
✨ Key Features
Design & Architecture
scaling across all mobile devices without layout breaking.
Dynamic Integrations & Interactivity
directly from the GitHub API. It maps the primary download button to the actual .msi file of the latest release. Implements a 5-minute localStorage cache to prevent API
rate-limiting.
dark void backgrounds.
CI/CD
By submitting this PR, I agree to follow the project's Code of Conduct.