A static, framework-free landing page prepared for GitHub Pages.
- Copy everything in this folder to the root of a GitHub repository.
- In GitHub, open Settings → Pages.
- Under Build and deployment, select Deploy from a branch.
- Select the branch (usually
main) and/ (root), then save.
Edit config.js to change the title, copy, footer line, or color tokens. config.properties mirrors the same values as a reference for external tooling.
Edit products.js to add, remove, or reorder the product tiles on the homepage — each entry takes a name, logo, summary, link, and optional linkLabel. products.properties mirrors the same values as a reference for external tooling. The tile carousel scrolls left/right automatically once there are more products than fit on screen.
No build command or framework is required.