ilia 0e2eab7238
All checks were successful
CI / skip-ci-check (push) Successful in 12s
CI / secret-scan (push) Successful in 12s
CI / node-ci (push) Successful in 20s
ci: add local pre-commit gitleaks hook
2026-07-13 14:44:15 -05:00

AutoBank

Static landing page for AutoBank — automation consulting by Ilia Dobkin (scripts, n8n/Zapier/Make, CI/CD, webhooks, AI integrations).

Live site: auto.levkin.ca

Stack

  • index.html — single page
  • styles.css — Serial Console theme (phosphor green on black)
  • assets/logos/ — hourglass favicon + scroll-driven header logo (*-64.png)

No build step for deploy. Plain HTML/CSS.

Local preview

python3 -m http.server 8080
# http://localhost:8080

Logo tooling (optional)

Requires Node 18+.

npm install
npm run logos:normalize   # source PNGs → assets/logos/*-64.png & *-128.png

Source art: assets/logos/source/. Design pickers (not deployed): docs/brand-names.html, docs/style-directions.html.

Deploy

Publish the repo root as static files (nginx root, Gitea pages, etc.).

git push origin master
What URL
Book a call cal.levkin.ca/ilia/consult
Email ilia@levkine.ca
LinkedIn linkedin.com/in/ilia-dobkin-8263343
Git git.levkin.ca

Edit

What Where
Copy / sections index.html
Theme colors styles.css (:root)
Logo frames assets/logos/source/ then npm run logos:normalize
Booking URL cal.levkin.ca in index.html
Description
AutoBank static site — automation consulting landing page
Readme 4.9 MiB
Languages
HTML 50.8%
CSS 37.9%
Shell 5.8%
JavaScript 5.5%