- Responsive HTML/CSS landing with full project presentation - 30+ agent matrix table, pipeline phases, evolution section - Domain skills showcase with Docker-native approach - Pricing tiers: Developer 35€/mo, Team 200€/mo - Dark/light theme toggle with system preference detection - Theme persisted in localStorage, smooth CSS transitions - Docker container running on port 3002 via nginx:alpine - Cross-browser compatible, no horizontal scroll, mobile nav
4 lines
63 B
Docker
4 lines
63 B
Docker
FROM nginx:alpine
|
|
COPY landing /usr/share/nginx/html
|
|
EXPOSE 80
|