Fix card stacking with scroll-section drivers; expand Spec iliadobkin.com docs. Co-authored-by: Cursor <cursoragent@cursor.com>
47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
# levkin.ca
|
||
|
||
Design concepts for the Levkin software development company homepage.
|
||
|
||
### Brand directions
|
||
|
||
| Option | Path | Vibe |
|
||
|--------|------|------|
|
||
| **Spec** | `/spec/` | RFC documentation, endpoints, iliadobkin.com |
|
||
| **Slab** | `/slab/` | Brutalist poster |
|
||
| **Relay** | `/relay/` | Telegraph, decoded messages |
|
||
| **Vault** | `/vault/` | Institutional trust |
|
||
|
||
### Stack variants (L0–L6, scroll stops at interface)
|
||
|
||
| Variant | Path | Metaphor |
|
||
|---------|------|----------|
|
||
| **Cards** | `/stack/` | Dark sticky cards with stack lips |
|
||
| **Folder** | `/stack-folder/` | Manila folders, side tabs |
|
||
| **Paper** | `/stack-paper/` | Cream document pile |
|
||
| **Trace** | `/stack-trace/` | Call-stack / devtools frames |
|
||
|
||
Open `/` to compare all.
|
||
|
||
## 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
|