Update upsell.html

This commit is contained in:
Your Name
2026-04-11 10:55:48 -03:00
parent c9d6c937f8
commit 2ebc7d1f96
+21 -12
View File
@@ -22,10 +22,12 @@
.page-subtitle {
text-align: center;
font-size: 0.82em;
color: #999;
font-size: 1.05em;
color: #444;
margin-bottom: 32px;
letter-spacing: 0.01em;
line-height: 1.7;
font-weight: 400;
}
.plans-row {
@@ -59,6 +61,10 @@
transform: scale(1.03);
}
#card-ontherise {
border: 3px dotted #e0e0e0;
}
.plan-card.current {
border-color: #4caf50;
box-shadow:
@@ -198,11 +204,12 @@
</style>
</head>
<body>
<div class="page-title">Your Plan, Your Timing: Upgrade Anytime</div>
<div class="page-title">
Unlock more power, storage, and features instantly
</div>
<div class="page-subtitle">
Get <b>instant access</b> to all upgraded features, including for
your current contract period, while the additional time is
<b>added</b> to your existing term.
You <b>immediately</b> unlock all new features and higher limits.<br />
Any extra time is <b>added</b> to your existing subscription.
</div>
<div class="plans-row" id="plansRow">
@@ -218,7 +225,9 @@
class="plan-btn is-current-plan"
id="btn-trial"
disabled
></button>
>
Trial
</button>
<ul class="plan-features">
<li>ODOO CE hosting</li>
<li>0 Backup Slots</li>
@@ -241,8 +250,8 @@
</button>
<ul class="plan-features">
<li>ODOO CE hosting</li>
<li>1 Backup Slot</li>
<li>1 Domain Mapping, SSL Cert</li>
<li>Space for 1 Backup</li>
<li>Connect 1 domain with SSL</li>
<li>No module installation</li>
</ul>
</div>
@@ -258,9 +267,9 @@
<button class="plan-btn" id="btn-ontherise">Upgrade Now</button>
<ul class="plan-features">
<li>ODOO CE hosting</li>
<li>4 Backup Slots</li>
<li>3 Domain Mappings, SSL Cert</li>
<li>Module installation via git</li>
<li>Space for 4 Backups</li>
<li>Connect 3 domain with SSL</li>
<li>Install custom modules</li>
</ul>
</div>