feat: build first Z3 homepage - #4
Merged
Merged
Conversation
Replace the placeholder scaffold with the first real Z3 homepage: a restrained, dark, technical landing page grounded in the Z3 repo. - Hero, value strip, quick start, usage, capabilities, FAQ, project links - Real Z3 logo (public/z3-icon.svg) in header, hero, footer; SVG favicon - Warm-dark theme built on the logo palette; permanent dark, no toggle - CodeBlock component: copy button, bash/python highlighting, slim scrollbar - Accurate English SEO meta; all copy sourced from the Z3 README/api/LICENSE
|
Vercel Preview: https://getz3-pphzogbni-ethan-lees-projects-821db1ce.vercel.app |
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.
Summary
Replaces the placeholder website scaffold with the first real Z3 homepage — a restrained, dark, technical landing page for Z3, a minimalist S3 server in Zig. All product copy is grounded in the Z3 repo (README / api.md / LICENSE.txt); no invented features, perf numbers, or production claims.
Sections
Implementation
public/z3-icon.svgused in header/hero/footer; SVG favicondark, no light/dark toggleCodeBlockcomponent: copy button, lightweight bash/python syntax highlighting, slim on-brand scrollbar, equal-height panelsmin-w-0+overflow-x-clip)useSeoMetaand icon client bundleVerification
pnpm lint✅pnpm typecheck✅pnpm generate✅ (7 routes prerendered)Deploy workflow, Vercel/robots/sitemap config, and README deploy notes were left untouched.