Skip to content

Commit

Permalink
Update comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Dec 9, 2024
1 parent ee771ae commit a8455db
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 47 deletions.
45 changes: 25 additions & 20 deletions www/templates/account/plans/upgrade-plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@
<div class="card-section">
<table class="comparison-table">
<thead>
<tr style="height: 1px">
<tr>
<th>
<div class="h2">Compare Plans</div>
</th>
<th scope="col">
<span>Starter Plan</span>
Expand All @@ -115,9 +116,9 @@
<tbody>
<tr>
<th scope="col">Monthly Test Runs</th>
<td>300</td>
<td>As per plan</td>
<td>As per contract</td>
<td class="info">300</td>
<td class="info">As per plan</td>
<td class="info">As per contract</td>
</tr>

<tr>
Expand Down Expand Up @@ -178,7 +179,7 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>
Expand All @@ -193,16 +194,16 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>

<tr>
<th scope="col">Locations</th>
<td>30</td>
<td>40<sup><a href="#fn1" id="ref1">*</a></sup></td>
<td>40<sup><a href="#fn1" id="ref2">*</a></sup></td>
<td>40<sup><a href="#fn1" id="ref1">*</a></sup></td>
</tr>

<tr>
Expand Down Expand Up @@ -318,7 +319,7 @@
<i class="icon check" aria-hidden="true"></i>
<span class="visually-hidden">Yes</span>
</td>
<td>
<td class="info">
Coming Soon
</td>
</tr>
Expand Down Expand Up @@ -349,7 +350,7 @@
<i class="icon check" aria-hidden="true"></i>
<span class="visually-hidden">Yes</span>
</td>
<td>
<td class="info">
Coming Soon
</td>
</tr>
Expand Down Expand Up @@ -396,14 +397,14 @@
<i class="icon check" aria-hidden="true"></i>
<span class="visually-hidden">Yes</span>
</td>
<td>
Coming soon
<td class="info">
Coming Soon
</td>
</tr>

<tr>
<th scope="col">Scripted Test</th>
<td>
<td class="info">
<i class="icon check" aria-hidden="true"></i><small>(limited to 3 steps)</small>
<span class="visually-hidden">Yes</span>
</td>
Expand Down Expand Up @@ -475,7 +476,7 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>
Expand All @@ -490,20 +491,20 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>

<tr>
<th scope="col">Support</th>
<td>
<td class="info">
Forums
</td>
<td>
<td class="info">
Dedicated Support
</td>
<td>
<td class="info">
Assigned CSM team
</td>
</tr>
Expand All @@ -512,11 +513,15 @@
<th scope="col"></th>
<td></td>
<td>
<div class="need-help">Need a custom plan?</div>
<a class="button signup-button" href="https://www.product.webpagetest.org/contact">Contact Us</a>
<div class="help">
<div class="need-help info">Need a custom plan?</div>
<a class="button signup-button" href="https://www.product.webpagetest.org/contact">Contact Us</a>
</div>
</td>
<td>
<a class="button signup-button" href="https://www.product.webpagetest.org/expert-plan">Talk to Us</a>
<div class="help">
<a class="button signup-button" href="https://www.product.webpagetest.org/expert-plan">Talk to Us</a>
</div>
</td>
</tr>

Expand Down
63 changes: 36 additions & 27 deletions www/templates/account/signup/step-1.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</thead>

<tbody>
<tr>
<tr class="prices">
<th scope="col">Price</th>
<td>
<form method="POST" action="/signup">
Expand All @@ -83,25 +83,30 @@
</td>
<td>
<span class="visually-hidden">Sign up for a Pro Plan</span>
<button id="submit-pro-plan" class="signup-button" type="submit" form="pro-plan-form">Start for $<span data-id="plan-price"><?= count($annual_plans) > 0 ? $annual_plans[0]->getAnnualPrice() : "" ?></span><span class="unit" data-id="plan-cycle">/year</span></button>
<button id="submit-pro-plan" class="signup-button" type="submit" form="pro-plan-form">
<span>
Start for $<span data-id="plan-price"><?= count($annual_plans) > 0 ? $annual_plans[0]->getAnnualPrice() : "" ?></span><span class="unit" data-id="plan-cycle">/year</span>
</span>
</button>
</td>
<td>
<span class="visually-hidden">Sign up for an Expert Plan</span>
<a href="https://www.product.webpagetest.org/expert-plan" id="submit-expert-plan" class="button signup-button">
Start for $<span data-id="plan-price"><?= $expert_plan['monthly'] > 0 ? $expert_plan['monthly'] : "" ?></span><span class="unit" data-id="plan-cycle">/month</span>
<div>
<small>
Billed at $<?= number_format($expert_plan['monthly'] > 0 ? $expert_plan['monthly'] * 12 : 0) ?>/year
</small>
</div>
<span>
Start for $<span data-id="plan-price"><?= $expert_plan['monthly'] > 0 ? $expert_plan['monthly'] : "" ?></span><span class="unit" data-id="plan-cycle">/month</span>
<br/>
<small>
Billed at $<?= number_format($expert_plan['monthly'] > 0 ? $expert_plan['monthly'] * 12 : 0) ?>/year
</small>
</span>
</a>
</td>
</tr>
<tr>
<th scope="col">Monthly Test Runs</th>
<td>300</td>
<td>As per plan</td>
<td>As per contract</td>
<td class="info">300</td>
<td class="info">As per plan</td>
<td class="info">As per contract</td>
</tr>

<tr>
Expand Down Expand Up @@ -162,7 +167,7 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>
Expand All @@ -177,16 +182,16 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>

<tr>
<th scope="col">Locations</th>
<td>30</td>
<td>40<sup><a href="#fn1" id="ref1">*</a></sup></td>
<td>40<sup><a href="#fn1" id="ref2">*</a></sup></td>
<td>40<sup><a href="#fn1" id="ref1">*</a></sup></td>
</tr>

<tr>
Expand Down Expand Up @@ -302,7 +307,7 @@
<i class="icon check" aria-hidden="true"></i>
<span class="visually-hidden">Yes</span>
</td>
<td>
<td class="info">
Coming Soon
</td>
</tr>
Expand Down Expand Up @@ -333,7 +338,7 @@
<i class="icon check" aria-hidden="true"></i>
<span class="visually-hidden">Yes</span>
</td>
<td>
<td class="info">
Coming Soon
</td>
</tr>
Expand Down Expand Up @@ -380,14 +385,14 @@
<i class="icon check" aria-hidden="true"></i>
<span class="visually-hidden">Yes</span>
</td>
<td>
Coming soon
<td class="info">
Coming Soon
</td>
</tr>

<tr>
<th scope="col">Scripted Test</th>
<td>
<td class="info">
<i class="icon check" aria-hidden="true"></i><small>(limited to 3 steps)</small>
<span class="visually-hidden">Yes</span>
</td>
Expand Down Expand Up @@ -459,7 +464,7 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>
Expand All @@ -474,20 +479,20 @@
<i class="icon x-in-circle-temp" aria-hidden="true"></i>
<span class="visually-hidden">No</span>
</td>
<td>
<td class="info">
Ask your account team
</td>
</tr>

<tr>
<th scope="col">Support</th>
<td>
<td class="info">
Forums
</td>
<td>
<td class="info">
Dedicated Support
</td>
<td>
<td class="info">
Assigned CSM team
</td>
</tr>
Expand All @@ -496,11 +501,15 @@
<th scope="col"></th>
<td></td>
<td>
<div class="need-help">Need a custom plan?</div>
<a class="button signup-button" href="https://www.product.webpagetest.org/contact">Contact Us</a>
<div class="help">
<div class="need-help info">Need a custom plan?</div>
<a class="button signup-button" href="https://www.product.webpagetest.org/contact">Contact Us</a>
</div>
</td>
<td>
<a class="button signup-button" href="https://www.product.webpagetest.org/expert-plan">Talk to Us</a>
<div class="help">
<a class="button signup-button" href="https://www.product.webpagetest.org/expert-plan">Talk to Us</a>
</div>
</td>
</tr>

Expand Down

0 comments on commit a8455db

Please sign in to comment.