Cards and trace use negative-margin overlap; folder tabs stay above bodies; new server-rack variant. 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 overlapping sticky cards |
|
||
| **Folder** | `/stack-folder/` | Manila folders, top tabs stay visible |
|
||
| **Trace** | `/stack-trace/` | Call-stack / devtools frames |
|
||
| **Rack** | `/stack-rack/` | Server rack 1U units with status LEDs |
|
||
|
||
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
|