Skip to content

Commit

Permalink
Updates for uplink pricing
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 18, 2024
1 parent 7fecf31 commit d9bbd91
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions _includes/pricing/pricing-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Personal</h2>
<tr class="border-t border-gray-200">
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
<td class="py-5 pr-4">
<span class="block text-sm text-gray-700 text-right">2 tunnels</span>
<span class="block text-sm text-gray-700 text-right">5 tunnels</span>
</td>
</tr>

<tr class="border-t border-gray-200">
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Cost per tunnel.</th>
<td class="py-5 pr-4">
<span class="block text-sm text-gray-700 text-right">12.50 USD / mo</span>
<span class="block text-sm text-gray-700 text-right">5 USD / mo</span>
</td>
</tr>

Expand Down Expand Up @@ -361,7 +361,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Business</h2>
<div class="px-4 mt-16">
<h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$500</span>
<span class="text-4xl font-extrabold text-gray-900">$250</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<p class="mt-4 text-sm text-gray-500">Tunnel customer services to your SaaS.</p>
Expand All @@ -383,14 +383,14 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
<tr class="border-t border-gray-200">
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
<td class="py-5 pr-4">
<span class="block text-sm text-gray-700 text-right">5.</span>
<span class="block text-sm text-gray-700 text-right">10.</span>
</td>
</tr>

<tr class="border-t border-gray-200">
<th class="py-5 px-4 text-sm font-normal text-gray-500 text-left" scope="row">Cost per tunnel.</th>
<td class="py-5 pr-4">
<span class="block text-sm text-gray-700 text-right">50 USD / mo</span>
<span class="block text-sm text-gray-700 text-right">25 USD / mo</span>
</td>
</tr>

Expand Down Expand Up @@ -537,7 +537,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
</table>

<div class="border-t border-gray-200 px-4 pt-5">
<a href="https://subscribe.openfaas.com" class="block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Enterprise</a>
<a href="https://subscribe.openfaas.com" class="block w-full bg-gray-800 border border-gray-800 rounded-md py-2 text-sm font-semibold text-white text-center hover:bg-gray-900">Buy Uplink</a>
</div>
</div>

Expand Down Expand Up @@ -593,7 +593,7 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
<td class="h-full py-8 px-6 align-top">
<div class="relative h-full table">
<p>
<span class="text-4xl font-extrabold text-gray-900">$500</span>
<span class="text-4xl font-extrabold text-gray-900">$250</span>
<span class="text-base font-medium text-gray-500">/mo</span>
</p>
<p class="mt-4 mb-16 text-sm text-gray-500">Host tunnels for your customers to integrate with their private services.</p>
Expand All @@ -608,26 +608,26 @@ <h2 class="text-lg leading-6 font-medium text-gray-900">Uplink for SaaS</h2>
<tr>
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Tunnels included.</th>
<td class="py-5 px-6">
<span class="block text-sm text-gray-700">2 tunnels</span>
<span class="block text-sm text-gray-700">5 tunnels</span>
</td>
<td class="py-5 px-6">
<span class="block text-sm text-gray-700">1 tunnel</span>
</td>
<td class="py-5 px-6">
<span class="block text-sm text-gray-700">5 tunnels</span>
<span class="block text-sm text-gray-700">10 tunnels</span>
</td>
</tr>

<tr>
<th class="py-5 px-6 text-sm font-normal text-gray-500 text-left" scope="row">Cost per tunnel.</th>
<td class="py-5 px-6">
<span class="block text-sm text-gray-700">12.50 USD / mo</span>
<span class="block text-sm text-gray-700">5 USD / mo</span>
</td>
<td class="py-5 px-6">
<span class="block text-sm text-gray-700">50 USD / mo</span>
</td>
<td class="py-5 px-6">
<span class="block text-sm text-gray-700">50 USD / mo</span>
<span class="block text-sm text-gray-700">25 USD / mo</span>
</td>
</tr>

Expand Down

0 comments on commit d9bbd91

Please sign in to comment.