AI model Compare
Compare against coding skills
Prompt
Build a single-page, front-end-only website for a fictional luxury Swiss watch brand called "Alderan & Voss". This is a static landing page — no backend, no real form submission, no database. Use HTML, CSS, and vanilla JavaScript only (no frameworks unless you think React/Vue genuinely helps — your call). BRAND FEEL - Ultra-premium, minimalist, quiet-luxury aesthetic — think Patek Philippe / Rolex / A. Lange & Söhne meets a modern editorial site. - Color palette: deep black/charcoal (#0a0a0a - #1a1a1a) background, warm champagne gold (#c9a961 or similar) as the accent, off-white (#f5f2ed) for body text. No bright colors. - Typography: an elegant serif for headings (e.g. Playfair Display, Cormorant, or similar Google Font) paired with a clean, light-weight sans-serif for body copy (e.g. Inter, Jost). Generous letter-spacing on uppercase labels/nav. - Lots of negative space. Nothing should feel crowded. Luxury = restraint. SECTIONS TO INCLUDE 1. Sticky/fixed navbar — logo wordmark left, nav links right (Collection, Heritage, Craftsmanship, Contact), transparent over hero, transitions to solid background on scroll. 2. Hero — full viewport height, large evocative headline, subheadline, a subtle CTA button, and a full-bleed background image (use a placeholder image service like Unsplash source URLs or a CSS gradient if no image available). Add a subtle fade/slide-in animation on load. 3. "The Collection" — a grid or horizontal-scroll showcase of 3-4 watch models (placeholder images fine), each with model name, one-line description, and price. Hover effects (image zoom, gold underline, etc). 4. "Heritage" / brand story section — split layout, image on one side, editorial-style text on the other (e.g. "Founded in 1932..."). 5. "Craftsmanship" — 3-column feature section with icon + short text (e.g. Swiss Movement, Sapphire Crystal, Hand-Finished Case). 6. Testimonial or press quote section — large italicized serif quote, subtle background treatment. 7. Newsletter signup — minimal input + button, no real backend needed (just prevent default on submit and show a fake success state). 8. Footer — logo, nav links repeated, social icons, small print/copyright. INTERACTION / POLISH DETAILS - Smooth scroll for anchor nav links. - Scroll-triggered fade/slide-up animations for sections as they enter viewport (IntersectionObserver, no heavy libraries needed). - Navbar background transition on scroll. - Hover states on all buttons/links feel deliberate (subtle scale, color shift, or underline animation — not bouncy or playful). - Fully responsive: works cleanly on mobile (hamburger menu for nav), tablet, and desktop. - Fast, clean code — semantic HTML5, organized CSS (custom properties for the color/font palette), no console errors. DELIVERABLE Single HTML file with embedded or linked CSS/JS (your choice on structure), ready to open directly in a browser. Prioritize visual polish and attention to spacing/typography over feature count — this is a design showcase, not a functional e-commerce site.
A system prompt was added to support web rendering
Response not available