From 4de23cd82c3e62a4479fefcafab882d8c9d07940 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 6 Mar 2026 10:43:06 -0500 Subject: [PATCH] 4-tier pricing (14/28/42% off yearly plans), fix word wrapping Pricing: Monthly $14, 1yr $144 (14% off), 2yr $242 (28% off), 3yr $292 (42% off best value). Fixes incorrect "two months free" claim. Responsive 1-col mobile, 2x2 tablet, 4-col wide. Anti-wrap: white-space nowrap on nav links, buttons, footer links, pricing banners/amounts/descriptions. nbsp on multi-word link text like "My Account" and "Open a Shop". --- common.css | 3 +++ index.html | 30 ++++++++++++++++++++---------- landing.css | 27 +++++++++++++++++++++++---- 3 files changed, 46 insertions(+), 14 deletions(-) diff --git a/common.css b/common.css index 2b00cf6..1f0128d 100644 --- a/common.css +++ b/common.css @@ -237,6 +237,7 @@ a.mps-button { padding-bottom: 14px; margin-top: 4px; margin-bottom: 4px; + white-space: nowrap; } a.product-edit-button { @@ -728,6 +729,7 @@ textarea.markup-editor-textarea { color: #0b0b0b; text-transform: uppercase; letter-spacing: 0.05em; + white-space: nowrap; } .mps-footer-links { @@ -741,6 +743,7 @@ textarea.markup-editor-textarea { font-size: 14px; font-weight: 400; text-decoration: none; + white-space: nowrap; } .mps-footer-links a:hover { diff --git a/index.html b/index.html index 35a9031..463aef7 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,8 @@ Open source & public domain — no moat, no castle, just infrastructure
Blog - My Account - Open a Shop + My Account + Open a Shop
@@ -65,7 +65,7 @@ Open source & public domain — no moat, no castle, just infrastructure
-
+

Simple pricing

@@ -74,10 +74,20 @@ Open source & public domain — no moat, no castle, just infrastructure $14/month Pay as you go. Cancel anytime.
+
+
1 Year — Save 14%
+ $144/year + $12/month billed annually. +
+
+
2 Year — Save 28%
+ $242/2 years + ~$10/month billed every 2 years. +
@@ -429,16 +439,16 @@ Open source & public domain — no moat, no castle, just infrastructure