Four static landing-page options with Vite build, cal booking, and links to sibling sites. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
944 B
Markdown
36 lines
944 B
Markdown
# levkin.ca
|
|
|
|
Four design concepts for the Levkin software development company homepage.
|
|
|
|
| Option | Path | Vibe |
|
|
|--------|------|------|
|
|
| **Spec** | `/spec/` | RFC documentation, endpoints, required properties |
|
|
| **Slab** | `/slab/` | Brutalist poster, massive typography |
|
|
| **Relay** | `/relay/` | Telegraph, signal chain, decoded messages |
|
|
| **Vault** | `/vault/` | Institutional trust, enterprise gravitas |
|
|
|
|
Open `/` to compare all four.
|
|
|
|
## Develop
|
|
|
|
```bash
|
|
cd ~/Documents/code/levkin.ca
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
npm run build
|
|
# output in dist/
|
|
```
|
|
|
|
## Related sites
|
|
|
|
- [auto.levkin.ca](https://auto.levkin.ca) — automation
|
|
- [caseware.levkin.ca](https://caseware.levkin.ca) — CaseWare consulting
|
|
- [jobs.levkin.ca](https://jobs.levkin.ca) — job orchestration
|
|
- [git.levkin.ca](https://git.levkin.ca) — source control
|
|
- [iliadobkin.com](https://iliadobkin.com) — SDET portfolio · quality engineering
|