Simplify landing page

This commit is contained in:
Faisal Salman
2025-08-16 18:22:52 +07:00
parent 1a74d8228c
commit 0731651be0
2 changed files with 138 additions and 39 deletions

View File

@@ -30,7 +30,7 @@
<a href="https://uaparser.dev/cloud"><h1>
UAParser @Cloud
</h1></a>
<h2>Understand your users. Instantly. Reliably.</h2>
<h2>Understand your traffic better. Instantly. Reliably.</h2>
<img alt="UAParser.js Illustration" class="ui centered image illustration" src="../images/uap-cloud-header.png" />
</div>
</div>
@@ -69,34 +69,36 @@
</div>
</div>
</div>
<h3 class="ui dividing header" id="pricing">Pricing</h4>
<table class="ui center aligned collapsing celled unstackable table">
<h3 class="ui dividing header" id="pricing">Pricing<div class="sub header">Monthly API traffics</div></h4>
<table class="ui center aligned collapsing celled unstackable compact table">
<thead>
<tr><th></th>
<tr>
<th>Free</th>
<th>Starter</th>
<th>Growth</th>
<th>Scale</th>
<th>Business</th>
<th>Enterprise</th>
</tr></thead>
</tr>
</thead>
<tbody>
<tr>
<td>API Traffics
<td>1,000 reqs
</td>
<td>25,000
<td>25,000 reqs
</td>
<td>100,000
<td>100,000 reqs
</td>
<td>250,000
<td>250,000 reqs
</td>
<td>1,000,000
<td>1,000,000 reqs
</td>
<td>10,000,000
</td>
</tr>
<tr>
<td>
Monthly price
<p class="ui center aligned">FREE</p>
</td>
<td>
<h2 class="ui center aligned header">$5</h2>
@@ -116,21 +118,22 @@
</tr>
<tr>
<td>
<button class="ui grey small button" disabled>SIGNUP</button>
</td>
<td>
<button class="ui grey button" disabled>SIGNUP</button>
<button class="ui grey small button" disabled>SIGNUP</button>
</td>
<td>
<button class="ui grey button" disabled>SIGNUP</button>
<button class="ui grey small button" disabled>SIGNUP</button>
</td>
<td>
<button class="ui grey button" disabled>SIGNUP</button>
<button class="ui grey small button" disabled>SIGNUP</button>
</td>
<td>
<button class="ui grey button" disabled>SIGNUP</button>
<button class="ui grey small button" disabled>SIGNUP</button>
</td>
<td>
<button class="ui grey button" disabled>SIGNUP</button>
<button class="ui grey small button" disabled>SIGNUP</button>
</td>
</tr>
</tbody>