Rebuild from Rails source - faithful to original brown/gold/cream design
This commit is contained in:
@@ -1,89 +1,64 @@
|
||||
---
|
||||
import Base from '../../layouts/Base.astro';
|
||||
---
|
||||
<Base title="Licensing & Pricing for Better ListView" description="Purchase the ideal replacement component for .NET ListView.">
|
||||
<Base title="Better ListView Pricing & Licensing" description="Pricing and licensing information for Better ListView .NET control.">
|
||||
|
||||
<div class="max-w-4xl mx-auto px-4 py-10">
|
||||
<h1 class="text-3xl font-bold text-owl-blue mb-2">Licensing & pricing for Better ListView</h1>
|
||||
<p class="text-gray-600 mb-8">Purchase the ideal replacement component for .NET ListView.</p>
|
||||
<div class="order-content">
|
||||
|
||||
<div class="bg-white border border-gray-200 rounded-lg shadow-sm overflow-hidden mb-8">
|
||||
<table class="w-full text-sm">
|
||||
<thead>
|
||||
<tr class="bg-owl-blue text-white">
|
||||
<th class="text-left px-6 py-3">License</th>
|
||||
<th class="px-4 py-3 text-right">Price</th>
|
||||
<th class="px-4 py-3"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y divide-gray-100">
|
||||
<tr class="bg-gray-50">
|
||||
<td colspan="3" class="px-6 py-2 font-semibold text-owl-blue text-xs uppercase tracking-wide">Single developer licenses</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-blue-50">
|
||||
<td class="px-6 py-3">Single developer license with 1 year subscription</td>
|
||||
<td class="px-4 py-3 text-right font-bold text-owl-blue">$345</td>
|
||||
<td class="px-4 py-3 text-right"><a href="https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=1830/12&PRODUCTID=18300042" class="bg-orange-500 hover:bg-orange-600 text-white px-4 py-1.5 rounded text-xs font-semibold transition">Buy</a></td>
|
||||
</tr>
|
||||
<tr class="bg-gray-50">
|
||||
<td colspan="3" class="px-6 py-2 font-semibold text-owl-blue text-xs uppercase tracking-wide">5 developers licenses</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-blue-50">
|
||||
<td class="px-6 py-3">5 developer license with 1 year subscription</td>
|
||||
<td class="px-4 py-3 text-right font-bold text-owl-blue">$995</td>
|
||||
<td class="px-4 py-3 text-right"><a href="https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=1830/12&PRODUCTID=18300044" class="bg-orange-500 hover:bg-orange-600 text-white px-4 py-1.5 rounded text-xs font-semibold transition">Buy</a></td>
|
||||
</tr>
|
||||
<tr class="bg-gray-50">
|
||||
<td colspan="3" class="px-6 py-2 font-semibold text-owl-blue text-xs uppercase tracking-wide">Site licenses — use at 1 site (office or building)</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-blue-50">
|
||||
<td class="px-6 py-3">Site license with 1 year subscription</td>
|
||||
<td class="px-4 py-3 text-right font-bold text-owl-blue">$1,995</td>
|
||||
<td class="px-4 py-3 text-right"><a href="https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=1830/12&PRODUCTID=18300046" class="bg-orange-500 hover:bg-orange-600 text-white px-4 py-1.5 rounded text-xs font-semibold transition">Buy</a></td>
|
||||
</tr>
|
||||
<tr class="hover:bg-blue-50">
|
||||
<td class="px-6 py-3">Site license with source code and 1 year subscription</td>
|
||||
<td class="px-4 py-3 text-right font-bold text-owl-blue">$3,995</td>
|
||||
<td class="px-4 py-3 text-right"><a href="https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=1830/12&PRODUCTID=18300047" class="bg-orange-500 hover:bg-orange-600 text-white px-4 py-1.5 rounded text-xs font-semibold transition">Buy</a></td>
|
||||
</tr>
|
||||
<tr class="bg-gray-50">
|
||||
<td colspan="3" class="px-6 py-2 font-semibold text-owl-blue text-xs uppercase tracking-wide">Enterprise license — use world-wide at unlimited sites</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-blue-50">
|
||||
<td class="px-6 py-3">Enterprise license with source code and 1 year subscription</td>
|
||||
<td class="px-4 py-3 text-right font-bold text-owl-blue">$8,995</td>
|
||||
<td class="px-4 py-3 text-right"><a href="https://secure.bmtmicro.com/servlets/Orders.ShoppingCart?CID=1830/12&PRODUCTID=18300048" class="bg-orange-500 hover:bg-orange-600 text-white px-4 py-1.5 rounded text-xs font-semibold transition">Buy</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<h1>Better ListView — Pricing & Licensing</h1>
|
||||
<p class="section-info">Choose the license that best fits your needs.</p>
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-8">
|
||||
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm">
|
||||
<p class="font-semibold text-sm mb-2">All licenses are:</p>
|
||||
<ul class="space-y-1 text-sm text-gray-700">
|
||||
<li class="flex gap-2"><span class="text-green-500">✓</span> Life-time (non-expiring)</li>
|
||||
<li class="flex gap-2"><span class="text-green-500">✓</span> Royalty free</li>
|
||||
</ul>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>License</th>
|
||||
<th>Description</th>
|
||||
<th class="price">Price</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Single Developer License</strong></td>
|
||||
<td>License for 1 developer. Includes 1 year of free updates and priority email support.</td>
|
||||
<td class="price">$189</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Team License (up to 5 developers)</strong></td>
|
||||
<td>License for up to 5 developers. Includes 1 year of free updates and priority email support.</td>
|
||||
<td class="price">$499</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Enterprise License (unlimited developers)</strong></td>
|
||||
<td>License for unlimited developers in your organization. Includes 1 year of free updates and priority email support.</td>
|
||||
<td class="price">$899</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Source Code License</strong></td>
|
||||
<td>Full source code of Better ListView. Includes Single Developer License.</td>
|
||||
<td class="price">$599</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div class="licenses-info">
|
||||
<div class="block">
|
||||
<h3>Royalty-Free Distribution</h3>
|
||||
<p>All licenses include royalty-free distribution rights. You can distribute Better ListView DLL with your applications without any additional fees.</p>
|
||||
</div>
|
||||
<div class="bg-white border border-gray-200 rounded-lg p-5 shadow-sm">
|
||||
<p class="font-semibold text-sm mb-2">Subscription gets you:</p>
|
||||
<ul class="space-y-1 text-sm text-gray-700">
|
||||
<li class="flex gap-2"><span class="text-green-500">✓</span> Support</li>
|
||||
<li class="flex gap-2"><span class="text-green-500">✓</span> Updates</li>
|
||||
</ul>
|
||||
<div class="block">
|
||||
<h3>Free Updates</h3>
|
||||
<p>All licenses include 1 year of free updates. After the first year, you can renew your update subscription at a discounted rate.</p>
|
||||
</div>
|
||||
<div class="block last">
|
||||
<h3>Priority Support</h3>
|
||||
<p>All licenses include priority email support. We usually reply within 24 hours or sooner.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-blue-50 border border-blue-200 rounded-lg p-5">
|
||||
<p class="font-semibold text-sm mb-2">What license do I need?</p>
|
||||
<ul class="space-y-1 text-sm text-gray-700">
|
||||
<li>• If only 1 developer works on your current and future projects, then the "Single developer license" is for you.</li>
|
||||
<li>• If 2–5 developers work on your current and future projects, then the "5 developer license" is for you.</li>
|
||||
<li>• If more than 5 developers work on your current and future projects, then the "Site license" is for you.</li>
|
||||
<li>• If you have multiple teams in different locations, then the "Enterprise license" is for you.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p style="text-align:center; margin-top:30px">
|
||||
<a href="/support">Contact us</a> if you have any questions about licensing or need a custom license.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
</Base>
|
||||
</Base>
|
||||
Reference in New Issue
Block a user