Recreate the Y Combinator homepage (https://www.ycombinator.com/) as faithfully
as possible - a pixel-accurate, production-ready clone of the full page.
DELIVERABLE
- A single self-contained folder: index.html, styles.css, and script.js (only add
more files if genuinely needed). No frameworks, no build step - it must run by
opening index.html directly in a browser.
- Use plain HTML, CSS, and vanilla JavaScript.
SCOPE - copy the ENTIRE homepage, top to bottom:
- The header/nav (logo, menu links, and any buttons), exactly as positioned.
- The hero section (headline, subtext, call-to-action buttons).
- EVERY section below the hero, in the same order: all headings, body copy,
images/logos, cards, grids, columns, stats, and lists.
- The footer with all its links and columns.
MATCH THE DETAILS:
- Layout and spacing: same grid, column counts, alignment, and section order.
- Typography: same font families (or the closest free equivalents), weights, and
sizes/hierarchy.
- Color: the exact YC orange (#FB651E / the orange used on the site), backgrounds,
and text colors.
- Responsiveness: it should adapt to mobile the way the real site does.
ANIMATIONS - this matters:
- Reproduce the scroll-triggered animations. As the user scrolls, images and text
should fade/slide into view the way they do on the real page.
- Include hover states, transitions, and any motion present on the original.
For any images you can't access, use clearly-labeled placeholders of the correct
size and position. Return the complete code, ready to run.