From 8f00cb4327fc0ab042e91185b6283cb1c06e2d01 Mon Sep 17 00:00:00 2001 From: Dorian Date: Mon, 18 May 2026 08:48:38 -0500 Subject: [PATCH] Update Plan-B branding and email design --- docker-compose.yml | 4 +- index.html | 2 +- index.original.html | 44 +++++++------- package-lock.json | 4 +- package.json | 2 +- public/email-template.html | 114 +++++++++++++++++++++++++++++++++++++ src/App.vue | 62 +++++++++++--------- src/styles.css | 112 ++++++++++++++++++++++-------------- 8 files changed, 247 insertions(+), 97 deletions(-) create mode 100644 public/email-template.html diff --git a/docker-compose.yml b/docker-compose.yml index c14d35e..3ffaa43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ services: - kammergut: + plan-b: build: context: . dockerfile: Dockerfile @@ -7,7 +7,7 @@ services: # step would otherwise try to fetch this name from a registry and # fail with "pull access denied" since the image is built locally. # Compose builds from `build:` during `up`. - container_name: kammergut + container_name: plan-b restart: unless-stopped ports: - "4422:80" diff --git a/index.html b/index.html index b0589fe..ee77274 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ -Deepstock — Survival Preparedness Advisor +Plan-B — Survival Preparedness Advisor diff --git a/index.original.html b/index.original.html index 8310169..6d6ff2c 100644 --- a/index.original.html +++ b/index.original.html @@ -3,7 +3,7 @@ -Deepstock — Survival Preparedness Advisor +Plan-B — Survival Preparedness Advisor + + + + + + + + + diff --git a/src/App.vue b/src/App.vue index 52a3c3d..bf7cc85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -263,7 +263,7 @@