14 lines
1.3 KiB
Markdown
14 lines
1.3 KiB
Markdown
Build a polished, responsive one-page product landing page for the fictional product described in `brief/reference.txt`.
|
|
|
|
Requirements:
|
|
|
|
- Create exactly these implementation files at the workspace root: `index.html`, `styles.css`, and `script.js`.
|
|
- Use both provided local images, `assets/aurora-grid.svg` and `assets/orbit-rings.svg`, as visible `<img>` content with meaningful `alt` text.
|
|
- Include a keyboard-accessible navigation, hero, feature section, workflow section, testimonial, pricing callout, and footer using the supplied copy.
|
|
- Provide one small progressive-enhancement interaction in `script.js`; the page must remain readable when JavaScript is unavailable.
|
|
- Support the supplied desktop and mobile viewports without horizontal overflow, clipped primary content, or overlapping controls.
|
|
- Use semantic HTML, visible focus states, sufficient text/background contrast, a logical heading order, and labels for interactive controls.
|
|
- Do not use external network assets, frameworks, package managers, build tools, inline data URLs, or generated replacements for the provided images.
|
|
- Do not add credentials, private endpoints, analytics, trackers, or production data.
|
|
|
|
Finish only after all three required files exist and the page can be served as static files from the workspace root.
|