Commit Graph

4 Commits

Author SHA1 Message Date
ed885aebef feat: add i18n with English (default) and PT-BR (/pt-br)
All checks were successful
Deploy / Build & Push (Prod) (push) Successful in 8s
Deploy / Deploy Staging (push) Successful in 4s
Deploy / Deploy Prod (push) Successful in 5s
- Translate index.html to English as default language
- Copy PT-BR version to index.pt-br.html
- Add hreflang tags for SEO in both versions
- Add language selector in navbar (EN ↔ PT-BR)
- Add nginx.conf with Content-Language headers and /pt-br routing
- Update Dockerfile to process and serve both HTML files
2026-04-17 16:11:55 -03:00
361a6721c0 fix: remove misleading claims, broken links and translate to PT-BR
All checks were successful
Deploy / Build & Push (Prod) (push) Successful in 8s
Deploy / Deploy Staging (push) Successful in 4s
Deploy / Deploy Prod (push) Successful in 4s
- Remove "Open Source Core" claims (no public repo exists)
- Replace Unsplash stock image with CSS mockup dashboard
- Fix CTA buttons to link to signup ({{APP_URL}}/signup)
- Remove dead links: demo buttons, footer sections (Resources, Company, Legal), social links without URLs, newsletter form, docs link
- Translate all English terms to PT-BR (~40+ translations)
- Fix Portuguese accentuation (Começar, incluído, usuário, etc.)
2026-04-17 15:48:02 -03:00
eb44d1c1ef fix: trigger CI on trunk branch instead of main
All checks were successful
Deploy / Build & Push (Prod) (push) Successful in 12s
Deploy / Deploy Staging (push) Successful in 6s
Deploy / Deploy Prod (push) Successful in 6s
2026-04-17 13:56:17 -03:00
27093a26eb feat: initial landing page with K8s deploy config
- Nginx static serving with APP_URL env var
- K8s manifests for prod and staging
- Gitea Actions CI/CD pipeline
2026-04-17 11:56:26 -03:00