Minimal temporary landing page for test. Two static HTML files with inline CSS — no build step, no framework.
🔗 Live: https://neverbetterenough.github.io/test-landing/
JD page: https://neverbetterenough.github.io/test-landing/jd-founding-engineer.html
index.html— public landing page (hero, what we're building, email capture, hiring link)jd-founding-engineer.html— founding engineer job description
- Push this
landing/directory to a GitHub repo - Go to vercel.com, sign in with GitHub
- Click "New Project" → import the repo
- Set Root Directory to
landing - Deploy. You'll get a
*.vercel.appdomain instantly. - (Optional) Add a custom domain in Project Settings → Domains.
- Go to netlify.com, sign in with GitHub
- Drag and drop the
landing/folder onto the Netlify dashboard - You'll get a
*.netlify.appdomain instantly. - (Optional) Add a custom domain in Domain Settings.
- Push to a GitHub repo
- Go to Settings → Pages
- Set Source to "Deploy from a branch" and select
main/landing - Available at
[username].github.io/[repo]
| Item | Current state | Action |
|---|---|---|
| Company name | test (placeholder) |
Replace throughout once finalized |
| Value prop / tagline | Generic | Replace with copy from product brief (TES-4) |
| "What we're building" text | Generic placeholder | Replace with product brief content |
| Email form action | No-op (console.log) | Wire to ConvertKit, Mailchimp, or Google Form |
| Apply email | hello@test.com |
Replace with real email or ATS link |
| Footer copyright | test |
Update with final company name |