diff --git a/Dockerfile b/Dockerfile index 700ce93..8592e20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,10 @@ RUN addgroup -g 1000 -S nginx-user && \ adduser -u 1000 -S nginx-user -G nginx-user COPY --from=builder /build/output.css /usr/share/nginx/html/output.css +COPY favicon.png /usr/share/nginx/html/favicon.png +COPY og-image.png /usr/share/nginx/html/og-image.png +COPY robots.txt /usr/share/nginx/html/robots.txt +COPY sitemap.xml /usr/share/nginx/html/sitemap.xml COPY index.html /tmp/index.html COPY index.pt-br.html /tmp/index.pt-br.html COPY vs.html /tmp/vs.html diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..175fcc9 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index 9449897..b51e022 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ Batida — Manage Incidents. Keep Your Cool. + @@ -15,11 +16,15 @@ + + + + @@ -489,6 +494,9 @@ font-size: clamp(1.5rem, 4vw, 3rem); } + + + diff --git a/index.pt-br.html b/index.pt-br.html index 58d4060..46ca562 100644 --- a/index.pt-br.html +++ b/index.pt-br.html @@ -8,6 +8,7 @@ Batida — Gerencie Incidentes. Mantenha a Calma. + @@ -15,11 +16,15 @@ + + + + @@ -489,6 +494,9 @@ font-size: clamp(1.5rem, 4vw, 3rem); } + + + diff --git a/og-image.png b/og-image.png new file mode 100644 index 0000000..8f76b40 Binary files /dev/null and b/og-image.png differ diff --git a/vs.html b/vs.html index ec8c840..7cb5ae8 100644 --- a/vs.html +++ b/vs.html @@ -8,16 +8,21 @@ Batida vs PagerDuty vs Grafana OnCall — Feature Comparison + + + + + @@ -70,6 +75,9 @@ .compare-table .partial { color: #F59E0B; } .compare-table .batida-col { color: #F97316; font-weight: 600; } + + + diff --git a/vs.pt-br.html b/vs.pt-br.html index a741000..bb89243 100644 --- a/vs.pt-br.html +++ b/vs.pt-br.html @@ -8,16 +8,21 @@ Batida vs PagerDuty vs Grafana OnCall — Comparação de Recursos + + + + + @@ -70,6 +75,9 @@ .compare-table .partial { color: #F59E0B; } .compare-table .batida-col { color: #F97316; font-weight: 600; } + + +