From af1296464809c7e4a33880c8c404933a2b67d800 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 28 Jan 2023 17:50:54 -0700 Subject: [PATCH 1/2] Add BLTC legacy logo to subscription ad --- static/images/bltc_logo_legacy_white.svg | 26 +++++++++++++++++++ .../templates/storefront/subscription/ad.html | 23 +++++++++++++--- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 static/images/bltc_logo_legacy_white.svg diff --git a/static/images/bltc_logo_legacy_white.svg b/static/images/bltc_logo_legacy_white.svg new file mode 100644 index 0000000..e060d2c --- /dev/null +++ b/static/images/bltc_logo_legacy_white.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + Better Living Through Coee + + + + diff --git a/storefront/templates/storefront/subscription/ad.html b/storefront/templates/storefront/subscription/ad.html index 1016fbe..2bad20b 100644 --- a/storefront/templates/storefront/subscription/ad.html +++ b/storefront/templates/storefront/subscription/ad.html @@ -1,3 +1,4 @@ +{% load static %} @@ -75,6 +76,15 @@ font-weight: 400; } + .logo { + width: 12rem; + } + .flex { + display: flex; + justify-content: space-between; + gap: 1rem; + } + .text-center { text-align: center; } @@ -100,10 +110,15 @@

SAVE 10%

COFFEE SUBSCRIPTIONS ARE HERE →

Never run out of coffee with automatic delivery

-
-
Every:
-
7 days
14 days
30 days
-
+
+
+
Every:
+
7 days
14 days
30 days
+
+

+ +

+
From dece2cf6fc92cb25731a3d7ed2594cfb46b05d04 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 28 Jan 2023 18:00:32 -0700 Subject: [PATCH 2/2] Update site carousel to include subscriptions --- templates/partials/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/carousel.html b/templates/partials/carousel.html index f5526cd..ea139bf 100644 --- a/templates/partials/carousel.html +++ b/templates/partials/carousel.html @@ -1,7 +1,7 @@