frontseatview.com — static bilingual corporate site for Front Seat Holdings Inc. (Holdings Siège Avant Inc.), a federal Canadian holding company with six business divisions.
| Path | Language | Description |
|---|---|---|
/ |
EN | Homepage — hero, six divisions, story, contact |
/fr |
FR | French homepage |
/about |
EN | About — company overview, founder profile, office gallery |
/fr/a-propos |
FR | À propos (French about) |
/careers |
EN | Job listings — 4 expandable postings |
/carrieres |
FR | Carrières (French careers) |
Front Seat Fiber · Front Seat Software · Front Seat Foods · Front Seat Consulting · Front Seat Rentals · Front Seat Recruitment
- HTML5 + Tailwind CSS (CDN, no build step)
- Inter font (Google Fonts)
- Nginx 1.27 Alpine (Docker)
- Coolify for CI/CD (watches
mainbranch)
| Asset | Location |
|---|---|
| Color palette | brand/colors.css, brand/tailwind-colors.js |
| Logo (full) | brand/logo-full.svg |
| Logo (mark) | brand/logo-mark.svg |
| Favicon | brand/favicon.svg |
| Full guide | brand/GUIDE.md |
Colors: Navy #0a1c30 · Front Amber #f59e0b · Front Gold #fbbf24
docker compose up -d
# → http://localhost:8080python3 -m http.server 8080
# → http://localhost:8080.
├── index.html # EN homepage
├── fr.html # FR homepage
├── about.html # EN about
├── a-propos.html # FR about
├── careers.html # EN careers
├── carrieres.html # FR careers
├── Dockerfile # Nginx Alpine image
├── docker-compose.yaml # Local dev
├── nginx.conf # Routes, caching, security headers
├── img/ # Site images
│ ├── Founder-Georgio.png
│ └── office-*.webp
├── brand/ # Logo, colors, brand guide
└── .gitignore
Push to main → Coolify rebuilds the Docker image → deploys to production.
All static assets must be in the Dockerfile COPY instructions. Nginx routes defined in nginx.conf.
MIT — see LICENSE