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