diff --git a/src/content/subscribed.md b/src/content/subscribed.md new file mode 100644 index 0000000..4410d19 --- /dev/null +++ b/src/content/subscribed.md @@ -0,0 +1,5 @@ +--- +title: "Subscription Confirmed" +Description: "You've successfully subscribed to our newsletter" +layout: "subscribed" +--- diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html index 9ecc14b..f4866a0 100644 --- a/src/layouts/page/products.html +++ b/src/layouts/page/products.html @@ -91,7 +91,7 @@
-
+

Products

Just like the perfect cup of tea, greatness takes time to steep. But the wait is over… it’s time to take your first sip.

diff --git a/src/layouts/page/subscribed.html b/src/layouts/page/subscribed.html new file mode 100644 index 0000000..129d6ab --- /dev/null +++ b/src/layouts/page/subscribed.html @@ -0,0 +1,38 @@ +{{ define "main" }} + +
+
+
+
+
+
+

Subscription Confirmed

+

You've successfully subscribed to our newletter. Don't worry, we won't blow up your inbox. Here at tea, we take a pretty minimal approach to emails. If there's something that you absolutely need to know, we'll reach out. In the meantime, be sure to join our Discord!

+ + + +
+
+
+
+
+
+ + + +{{ end }} diff --git a/src/static/css/products.css b/src/static/css/products.css index b8d2dd2..ee5a044 100644 --- a/src/static/css/products.css +++ b/src/static/css/products.css @@ -96,9 +96,10 @@ @media only screen and (max-width: 576px) { - h1{ + /* h1{ font-size: 15vw !important; - } + } */ + .tea-cli-container{ padding: 7vw !important;