Commit graph

7 commits

Author SHA1 Message Date
Oskar Kapala b7b133647c feat: visual redesign — gradient mesh, per-pillar accents, manifest slogans
- Gradient palette: coral/amber (warm) ↔ indigo/violet/teal (cool)
- Hero: radial blob mesh bg, geometric SVG line-art, gradient on 'AI' in H1,
  gradient primary CTA, per-pillar accent top borders, dot-grid accent
- Manifest strip 'AI dla ludzi, przez ludzi' between hero and problem
- HowWeWork: per-card accents, icon bg pills, human-tagline note
- Offers: gradient top bar per pillar, accent icon containers, abstract SVGs
- Process: gradient numbered circles (warm→cool progression)
- Contact: 'zawsze rozmawiasz z człowiekiem' guarantee badge, gradient email
- Layout: grad-main/grad-cta CSS vars, gradient section hairlines,
  gradient btn-primary/btn-outline, .grad-text utility
2026-06-02 22:41:28 +02:00
Oskar Kapala 3f5dd536d1 fix: smoke tests use localhost:8080 (port mapping creates ambiguous container IPs) 2026-06-02 21:49:52 +02:00
Oskar Kapala 9e591d92cd feat: expose port 8080 on host, add host-port smoke test in deploy.sh 2026-06-02 21:48:34 +02:00
Oskar Kapala 6e634614fc feat: add smoke tests to deploy.sh (curl container IP after up) 2026-06-02 18:47:09 +02:00
Oskar Kapala 50cc253651 fix: deploy.sh uses ~/gethumanai-landing (no sudo needed on VPS) 2026-06-02 17:26:36 +02:00
Oskar Kapala 7b24a7f353 fix: use npm_default network (actual NPM network name on VPS) 2026-06-02 17:25:08 +02:00
Oskar Kapala fc5741316f feat: initial humanAI landing page
- Astro 6 static site, PL default (/) + EN (/en/)
- All copy in src/i18n/pl.json and src/i18n/en.json
- Sections: Hero, Problem, HowWeWork, Offers, Process, Contact, Footer
- Security section hidden behind SHOW_SECURITY flag
- Conservative tone for Industry and Med (human-in-the-loop)
- Contact form via mailto prefill
- Dockerfile multi-stage (node build -> nginx)
- docker-compose.yml on npm_proxy network (NPM visible)
- deploy.sh for SATURN -> VPS workflow
2026-06-02 17:24:37 +02:00